Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |