aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
Commit message (Expand)AuthorAgeFilesLines
* timing: Integration tweaksgatecat2021-03-051-0/+1
* timing: Replace all users of criticality with new enginegatecat2021-03-041-14/+10
* timing: Use new engine for HeAPgatecat2021-03-041-2/+4
* timing: Add support for critical path printinggatecat2021-03-041-0/+7
* timing: Slack and criticality computationgatecat2021-03-041-0/+7
* timing: Produce plausible Fmax figuregatecat2021-03-041-0/+1
* timing: Add Fmax printing for debugginggatecat2021-03-041-0/+2
* timing: Add backwards path walkinggatecat2021-03-041-0/+1
* timing: Add forward path walkinggatecat2021-03-041-0/+15
* timing: Compute domain pairsgatecat2021-03-041-5/+34
* timing: Add port-domain trackinggatecat2021-03-041-1/+17
* timing: Add topological sort from Yosysgatecat2021-03-041-0/+8
* timing: Import cell delays to our own structuresgatecat2021-03-041-0/+25
* timing: Data structures for STA rewritegatecat2021-03-041-0/+122
* timing_opt: Functions to calculate arc delay limitsDavid Shah2018-12-061-0/+13
* Change the log level of some timing-related messagesDavid Shah2018-11-211-1/+2
* timing: Improve Fmax output and print cross-clock pathsDavid Shah2018-11-121-1/+1
* Add crude histogram feature, printed after placement and routingEddie Hung2018-08-031-1/+1
* Refactor timing.cc into Timing classEddie Hung2018-08-031-3/+3
* Merge update_budget into assign_budget; update as we go alongEddie Hung2018-07-281-4/+1
* RefactorEddie Hung2018-07-281-1/+3
* clangformatEddie Hung2018-07-251-1/+1
* Fix min_slack computation, and print out critical path after routingEddie Hung2018-07-251-1/+1
* Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ...Eddie Hung2018-07-251-0/+3
* Simplify and use Arch::getNetinfoRouteDelay() for update_budget()Eddie Hung2018-07-231-1/+1
* Call now-more-flexibile update_budget() during routing, but using any actual ...Eddie Hung2018-07-211-1/+1
* Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
* Improving the SA+legalisation flowDavid Shah2018-06-291-1/+1
* Another stub delay calculation functionDavid Shah2018-06-201-1/+5
* Adding stubs for delay annotation and cell timing lookupDavid Shah2018-06-201-0/+28