Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for min_slack == max_slack => bin_size == 0 | Eddie Hung | 2018-08-22 | 1 | -4/+5 |
| | |||||
* | Fix MSVC compile | Miodrag Milanovic | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | timing: Remove unused variable | David Shah | 2018-08-08 | 1 | -1/+0 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | timing: Update to use getDelayNS | David Shah | 2018-08-08 | 1 | -11/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | One more breadcrumb | Eddie Hung | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | Leave comment behind about removing false paths | Eddie Hung | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | clangformat | David Shah | 2018-08-08 | 1 | -6/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Unfurl comments for clangformat | Eddie Hung | 2018-08-08 | 1 | -28/+12 |
| | |||||
* | Also include TMG_GEN_CLOCK as a timing startpoint | Eddie Hung | 2018-08-08 | 1 | -3/+2 |
| | |||||
* | timing: Debugging implementation of new timing API | David Shah | 2018-08-08 | 1 | -4/+9 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | timing: Update to new use API (currently broken) | David Shah | 2018-08-08 | 1 | -11/+21 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | 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 | 1 | -29/+36 |
| | |||||
* | Also add PLL outputs as timing startpoints | Eddie Hung | 2018-08-06 | 1 | -15/+3 |
| | |||||
* | 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 | 1 | -2/+5 |
|\ | |||||
| * | Merge pull request #39 from eddiehung/slack_histogram | David Shah | 2018-08-06 | 1 | -2/+4 |
| |\ | | | | | | | Improve slack histogram clarity | ||||
| | * | Enhance slack histogram with '+' to indicate less-than-granularity | Eddie Hung | 2018-08-06 | 1 | -2/+4 |
| | | | |||||
| * | | Add name to copyright header | Eddie Hung | 2018-08-06 | 1 | -0/+1 |
| | | | |||||
* | | | Use new Arch::isIOCell() function in Timing | Eddie Hung | 2018-08-06 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | 1 | -25/+22 |
|\| | | | | | | | | | | | | | | Conflicts: common/timing.cc | ||||
| * | | Fix use of getBudgetOverride in Timing::follow_net() | Eddie Hung | 2018-08-06 | 1 | -12/+16 |
| | | | |||||
* | | | Merge branch 'assign_budget_evenly' into assign_budget_speedup | Eddie Hung | 2018-08-06 | 1 | -7/+9 |
|\| | | | | | | | | | | | | | | Conflicts: common/timing.cc | ||||
| * | | clangformat | Eddie Hung | 2018-08-06 | 1 | -4/+5 |
| | | | |||||
| * | | Add net_delays bool to Timing class to control net delay consideration | Eddie Hung | 2018-08-06 | 1 | -5/+6 |
| | | | |||||
| * | | Unless slack_redist is enabled, ignore net delays so that budget gets evenly ↵ | Eddie Hung | 2018-08-05 | 1 | -1/+1 |
| |/ | | | | | | | divided between all nets on path | ||||
* / | WIP for new assign_budget() using topographical ordering | Eddie Hung | 2018-08-05 | 1 | -6/+165 |
|/ | |||||
* | timing: Fix slack histogram segfault with no paths | David Shah | 2018-08-05 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Slack histogram to use ps granularity via int(Arch::getDelayNS() * 1000) | Eddie Hung | 2018-08-04 | 1 | -3/+5 |
| | |||||
* | Revert "Be cognisant that delay_t could be a non-integer type (if so, ↵ | Eddie Hung | 2018-08-04 | 1 | -4/+4 |
| | | | | | | truncate to integer)" This reverts commit b07f0eebc894dce9220ab57808ff2e7103827fea. | ||||
* | Be cognisant that delay_t could be a non-integer type (if so, truncate to ↵ | Eddie Hung | 2018-08-04 | 1 | -4/+4 |
| | | | | integer) | ||||
* | Merge branch 'master' into slack_histogram | Eddie Hung | 2018-08-03 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: common/timing.cc | ||||
| * | Auto frequency only if --freq 0 is set | Eddie Hung | 2018-08-03 | 1 | -6/+6 |
| | | |||||
* | | clangformat | Eddie Hung | 2018-08-03 | 1 | -14/+20 |
| | | |||||
* | | Add crude histogram feature, printed after placement and routing | Eddie Hung | 2018-08-03 | 1 | -3/+31 |
| | | |||||
* | | Remove space | Eddie Hung | 2018-08-03 | 1 | -1/+0 |
| | | |||||
* | | Refactor timing.cc into Timing class | Eddie Hung | 2018-08-03 | 1 | -97/+108 |
|/ | |||||
* | timing: Fix timing analysis when no paths found (e.g. ecp5 with no cell ↵ | David Shah | 2018-08-01 | 1 | -28/+33 |
| | | | | | | timing info yet) Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -4/+4 |
| | |||||
* | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -11/+4 |
| | | | | user_idx and to take a PortRef& instead | ||||
* | Add --slack_redist_iter for ice40 | Eddie Hung | 2018-07-31 | 1 | -4/+5 |
| | |||||
* | Update comment | Eddie Hung | 2018-07-30 | 1 | -2/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-30 | 1 | -8/+8 |
|\ | |||||
| * | Use DelayInfo for cell timing instead of delay_t | David Shah | 2018-07-30 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Really do not overconstrain! | Eddie Hung | 2018-07-29 | 1 | -1/+1 |
| | | |||||
* | | Keep things simple by not overconstraining Fmax | Eddie Hung | 2018-07-28 | 1 | -6/+3 |
| | |