Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timing: Allow overriding of route delays | gatecat | 2021-07-28 | 1 | -1/+5 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Using hashlib in timing | gatecat | 2021-06-02 | 1 | -45/+16 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Fix use of uninitialised value | gatecat | 2021-06-01 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Fix domain init when loops are present | gatecat | 2021-04-13 | 1 | -0/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Integration tweaks | gatecat | 2021-03-05 | 1 | -0/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Replace all users of criticality with new engine | gatecat | 2021-03-04 | 1 | -14/+10 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Use new engine for HeAP | gatecat | 2021-03-04 | 1 | -2/+4 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Add support for critical path printing | gatecat | 2021-03-04 | 1 | -0/+7 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Slack and criticality computation | gatecat | 2021-03-04 | 1 | -0/+7 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Produce plausible Fmax figure | gatecat | 2021-03-04 | 1 | -0/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Add Fmax printing for debugging | gatecat | 2021-03-04 | 1 | -0/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Add backwards path walking | gatecat | 2021-03-04 | 1 | -0/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Add forward path walking | gatecat | 2021-03-04 | 1 | -0/+15 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Compute domain pairs | gatecat | 2021-03-04 | 1 | -5/+34 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Add port-domain tracking | gatecat | 2021-03-04 | 1 | -1/+17 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Add topological sort from Yosys | gatecat | 2021-03-04 | 1 | -0/+8 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Import cell delays to our own structures | gatecat | 2021-03-04 | 1 | -0/+25 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing: Data structures for STA rewrite | gatecat | 2021-03-04 | 1 | -0/+122 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | timing_opt: Functions to calculate arc delay limits | David Shah | 2018-12-06 | 1 | -0/+13 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Change the log level of some timing-related messages | David Shah | 2018-11-21 | 1 | -1/+2 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | timing: Improve Fmax output and print cross-clock paths | David Shah | 2018-11-12 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | 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 |
| | | | | and post-route | ||||
* | 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 |
| | | | | delays that we have | ||||
* | 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 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Another stub delay calculation function | David Shah | 2018-06-20 | 1 | -1/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Adding stubs for delay annotation and cell timing lookup | David Shah | 2018-06-20 | 1 | -0/+28 |
Signed-off-by: David Shah <davey1576@gmail.com> |