aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
Commit message (Expand)AuthorAgeFilesLines
* 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