Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | ice40: Timing arch fix | David Shah | 2018-08-08 | 1 | -3/+17 | |
| * | | | timing: Update to new use API (currently broken) | David Shah | 2018-08-08 | 5 | -19/+33 | |
| * | | | Arch API: New specification for timing port classes | David Shah | 2018-08-08 | 7 | -35/+66 | |
| * | | | common: Add TimingPortClass | David Shah | 2018-08-08 | 1 | -1/+14 | |
| * | | | Cleanup nesting | Eddie Hung | 2018-08-06 | 1 | -59/+59 | |
| * | | | Do less work if update flag is false | Eddie Hung | 2018-08-06 | 1 | -6/+6 | |
| * | | | clangformat | Eddie Hung | 2018-08-06 | 4 | -51/+57 | |
| * | | | Also add PLL outputs as timing startpoints | Eddie Hung | 2018-08-06 | 1 | -15/+3 | |
| * | | | Add Arch::isIOCell() to ecp5 and generic | Eddie Hung | 2018-08-06 | 3 | -0/+10 | |
| * | | | Remove old timing code | Eddie Hung | 2018-08-06 | 1 | -88/+0 | |
| * | | | Compute critical path report | Eddie Hung | 2018-08-06 | 1 | -2/+49 | |
| * | | | Add comments | Eddie Hung | 2018-08-06 | 1 | -11/+43 | |
| * | | | Merge branch 'master' into assign_budget_speedup | Eddie Hung | 2018-08-06 | 2 | -4/+22 | |
| |\ \ \ | ||||||
| * | | | | Use new Arch::isIOCell() function in Timing | Eddie Hung | 2018-08-06 | 1 | -1/+1 | |
| * | | | | Add new Arch::isIOCell() API function | Eddie Hung | 2018-08-06 | 2 | -0/+7 | |
| * | | | | Consider clocked cells with COUT, consider constant nets | Eddie Hung | 2018-08-06 | 1 | -20/+38 | |
| * | | | | Merge branch 'fix_budget_overrides' into assign_budget_speedup | Eddie Hung | 2018-08-06 | 3 | -28/+25 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'assign_budget_evenly' into assign_budget_speedup | Eddie Hung | 2018-08-06 | 3 | -8/+12 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | WIP for new assign_budget() using topographical ordering | Eddie Hung | 2018-08-05 | 1 | -6/+165 | |
| * | | | | | | Modify getBudgetOverride for generic and ecp5 too | Eddie Hung | 2018-08-05 | 4 | -4/+4 | |
| * | | | | | | Change getBudgetOverride() signature to return bool and modify budget in place | Eddie Hung | 2018-08-05 | 2 | -5/+7 | |
* | | | | | | | Add ctx->settings | Clifford Wolf | 2018-08-08 | 1 | -0/+3 | |
* | | | | | | | cleanup | Miodrag Milanovic | 2018-08-08 | 4 | -12/+0 | |
* | | | | | | | Moved option to common | Miodrag Milanovic | 2018-08-08 | 2 | -1/+1 | |
* | | | | | | | Merge pull request #43 from YosysHQ/common_main | Miodrag Milanović | 2018-08-08 | 22 | -761/+895 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | clangformat | Miodrag Milanovic | 2018-08-08 | 11 | -34/+31 | |
| * | | | | | | move load/save proj to base | Miodrag Milanovic | 2018-08-08 | 4 | -39/+40 | |
| * | | | | | | sync with master | Miodrag Milanovic | 2018-08-08 | 1 | -0/+1 | |
| * | | | | | | Merge remote-tracking branch 'origin/master' into common_main | Miodrag Milanovic | 2018-08-08 | 22 | -322/+371 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Use ProjectHandler from gui as well | Miodrag Milanovic | 2018-08-06 | 1 | -86/+9 | |
| * | | | | | | Added project loader | Miodrag Milanovic | 2018-08-06 | 11 | -2/+319 | |
| * | | | | | | Disable menu options on json load | Miodrag Milanovic | 2018-08-05 | 4 | -6/+14 | |
| * | | | | | | Fix message for pcf loading | Miodrag Milanovic | 2018-08-05 | 1 | -1/+1 | |
| * | | | | | | Added command parser and common implementation | Miodrag Milanovic | 2018-08-05 | 5 | -630/+517 | |
| | | | | | * | ecp5: Update to use const IdStrings in place of PortPin/BelType | David Shah | 2018-08-08 | 9 | -148/+70 | |
| | | | | | * | Get rid of BelType and PortPin in generic arch | Clifford Wolf | 2018-08-08 | 3 | -18/+9 | |
| | | | | | * | Get rid of old iCE40 id_ Arch members | Clifford Wolf | 2018-08-08 | 6 | -59/+36 | |
| | | | | | * | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 18 | -308/+152 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | place_common: Fix illegal cells left after relative constraint legalisation | David Shah | 2018-08-07 | 1 | -0/+12 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge pull request #39 from eddiehung/slack_histogram | David Shah | 2018-08-06 | 1 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Enhance slack histogram with '+' to indicate less-than-granularity | Eddie Hung | 2018-08-06 | 1 | -2/+4 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #40 from eddiehung/fix_budget_overrides | David Shah | 2018-08-06 | 8 | -24/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | ice40's getBudgetOverride() to return correct delay for different devices | Eddie Hung | 2018-08-06 | 1 | -2/+17 | |
| * | | | | | Add name to copyright header | Eddie Hung | 2018-08-06 | 1 | -0/+1 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Modify doc | Eddie Hung | 2018-08-06 | 1 | -2/+2 | |
| * | | | | Fix use of getBudgetOverride in Timing::follow_net() | Eddie Hung | 2018-08-06 | 1 | -12/+16 | |
| * | | | | Fix ice40's getBudgetOverride() to override only for COUT -> CIN | Eddie Hung | 2018-08-06 | 1 | -1/+1 | |
| * | | | | Modify getBudgetOverride for generic and ecp5 too | Eddie Hung | 2018-08-06 | 4 | -4/+4 | |
| * | | | | Change getBudgetOverride() signature to return bool and modify budget in place | Eddie Hung | 2018-08-06 | 2 | -5/+7 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #38 from eddiehung/assign_budget_evenly | Eddie Hung | 2018-08-06 | 3 | -8/+12 | |
|\| | | | |/ / |/| | |