Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | clangformat | Eddie Hung | 2018-07-28 | 1 | -9/+10 | |
| | | ||||||
* | | Merge update_budget into assign_budget; update as we go along | Eddie Hung | 2018-07-28 | 1 | -43/+14 | |
| | | ||||||
* | | Refactor | Eddie Hung | 2018-07-28 | 1 | -43/+19 | |
| | | ||||||
* | | Fix auto Fmax overconstraining during update_budget() | Eddie Hung | 2018-07-27 | 1 | -15/+19 | |
| | | ||||||
* | | Fix sign of slack redistribution again | Eddie Hung | 2018-07-27 | 1 | -4/+4 | |
| | | ||||||
* | | Even if there is no updates, set budget to current delay | Eddie Hung | 2018-07-26 | 1 | -3/+3 | |
| | | ||||||
* | | Re-add getBudgetOverride() but also account for path length of | Eddie Hung | 2018-07-26 | 1 | -6/+18 | |
| | | | | | | | | overridden | |||||
* | | Move target_freq update after budget update | Eddie Hung | 2018-07-26 | 1 | -9/+9 | |
| | | ||||||
* | | Fix budget realloc | Eddie Hung | 2018-07-26 | 1 | -7/+4 | |
| | | ||||||
* | | Do not use budget override anymore, and subtract not add! | Eddie Hung | 2018-07-25 | 1 | -4/+2 | |
| | | ||||||
* | | clangformat | Eddie Hung | 2018-07-25 | 1 | -19/+26 | |
| | | ||||||
* | | Print budget of net and its driver/sink locations too | Eddie Hung | 2018-07-25 | 1 | -4/+5 | |
| | | ||||||
* | | Fix min_slack computation, and print out critical path after routing | Eddie Hung | 2018-07-25 | 1 | -31/+73 | |
| | | ||||||
* | | Retry clangformat | Eddie Hung | 2018-07-25 | 1 | -14/+23 | |
| | | ||||||
* | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ↵ | Eddie Hung | 2018-07-25 | 1 | -36/+40 | |
| | | | | | | | | and post-route | |||||
* | | With no user frequency set, use 1.05 * current_Fmax | Eddie Hung | 2018-07-24 | 1 | -4/+4 | |
| | | ||||||
* | | If --freq not set, attempt to find max by adjusting budget so min path slack ↵ | Eddie Hung | 2018-07-24 | 1 | -9/+28 | |
| | | | | | | | | == 0 | |||||
* | | Also subtract net delay from slack | Eddie Hung | 2018-07-24 | 1 | -3/+8 | |
| | | ||||||
* | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-24 | 1 | -0/+3 | |
|\| | ||||||
| * | timing: Model clock to Q times | David Shah | 2018-07-24 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | Refactor new code and existing code | Eddie Hung | 2018-07-24 | 1 | -61/+25 | |
| | | ||||||
* | | Oops | Eddie Hung | 2018-07-23 | 1 | -11/+3 | |
| | | ||||||
* | | Simplify and use Arch::getNetinfoRouteDelay() for update_budget() | Eddie Hung | 2018-07-23 | 1 | -40/+21 | |
| | | ||||||
* | | Call now-more-flexibile update_budget() during routing, but using any actual ↵ | Eddie Hung | 2018-07-21 | 1 | -2/+2 | |
| | | | | | | | | delays that we have | |||||
* | | Add Arch::getBudgetOverride() to eliminate hack for COUT | Eddie Hung | 2018-07-21 | 1 | -6/+2 | |
| | | ||||||
* | | Uncomment out negative slack messages during update_budget(), make verbose | Eddie Hung | 2018-07-21 | 1 | -10/+12 | |
| | | ||||||
* | | Merge branch 'redist_slack' into 'redist_slack' | Eddie Hung | 2018-07-21 | 1 | -0/+2 | |
|\ \ | | | | | | | | | | # Conflicts: # common/timing.cc | |||||
| * | | Update comment | Eddie Hung | 2018-07-21 | 1 | -0/+118 | |
| |/ | ||||||
* | | HACK: set carry budgets to zero | David Shah | 2018-07-21 | 1 | -1/+4 | |
| | | ||||||
* | | Update comment | Eddie Hung | 2018-07-21 | 1 | -0/+118 | |
|/ | ||||||
* | Improving the SA+legalisation flow | David Shah | 2018-06-29 | 1 | -3/+3 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Fixing Python bindings after adding unique_ptr | David Shah | 2018-06-26 | 1 | -3/+3 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> |