| Commit message (Expand) | Author | Age | Files | Lines |
* | timing: Fix domain init when loops are present | gatecat | 2021-04-13 | 1 | -0/+2 |
* | timing: Integration tweaks | gatecat | 2021-03-05 | 1 | -0/+1 |
* | timing: Replace all users of criticality with new engine | gatecat | 2021-03-04 | 1 | -14/+10 |
* | timing: Use new engine for HeAP | gatecat | 2021-03-04 | 1 | -2/+4 |
* | timing: Add support for critical path printing | gatecat | 2021-03-04 | 1 | -0/+7 |
* | timing: Slack and criticality computation | gatecat | 2021-03-04 | 1 | -0/+7 |
* | timing: Produce plausible Fmax figure | gatecat | 2021-03-04 | 1 | -0/+1 |
* | timing: Add Fmax printing for debugging | gatecat | 2021-03-04 | 1 | -0/+2 |
* | timing: Add backwards path walking | gatecat | 2021-03-04 | 1 | -0/+1 |
* | timing: Add forward path walking | gatecat | 2021-03-04 | 1 | -0/+15 |
* | timing: Compute domain pairs | gatecat | 2021-03-04 | 1 | -5/+34 |
* | timing: Add port-domain tracking | gatecat | 2021-03-04 | 1 | -1/+17 |
* | timing: Add topological sort from Yosys | gatecat | 2021-03-04 | 1 | -0/+8 |
* | timing: Import cell delays to our own structures | gatecat | 2021-03-04 | 1 | -0/+25 |
* | timing: Data structures for STA rewrite | gatecat | 2021-03-04 | 1 | -0/+122 |
* | timing_opt: Functions to calculate arc delay limits | David Shah | 2018-12-06 | 1 | -0/+13 |
* | Change the log level of some timing-related messages | David Shah | 2018-11-21 | 1 | -1/+2 |
* | timing: Improve Fmax output and print cross-clock paths | David Shah | 2018-11-12 | 1 | -1/+1 |
* | Add crude histogram feature, printed after placement and routing | Eddie Hung | 2018-08-03 | 1 | -1/+1 |
* | Refactor timing.cc into Timing class | Eddie Hung | 2018-08-03 | 1 | -3/+3 |
* | Merge update_budget into assign_budget; update as we go along | Eddie Hung | 2018-07-28 | 1 | -4/+1 |
* | Refactor | Eddie Hung | 2018-07-28 | 1 | -1/+3 |
* | clangformat | Eddie Hung | 2018-07-25 | 1 | -1/+1 |
* | Fix min_slack computation, and print out critical path after routing | Eddie Hung | 2018-07-25 | 1 | -1/+1 |
* | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ... | Eddie Hung | 2018-07-25 | 1 | -0/+3 |
* | Simplify and use Arch::getNetinfoRouteDelay() for update_budget() | Eddie Hung | 2018-07-23 | 1 | -1/+1 |
* | Call now-more-flexibile update_budget() during routing, but using any actual ... | Eddie Hung | 2018-07-21 | 1 | -1/+1 |
* | Add update_budget() to timing.h header | Eddie Hung | 2018-07-21 | 1 | -0/+2 |
* | Improving the SA+legalisation flow | David Shah | 2018-06-29 | 1 | -1/+1 |
* | Another stub delay calculation function | David Shah | 2018-06-20 | 1 | -1/+5 |
* | Adding stubs for delay annotation and cell timing lookup | David Shah | 2018-06-20 | 1 | -0/+28 |