aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix sign of slack redistribution againEddie Hung2018-07-271-4/+4
| |
* | Even if there is no updates, set budget to current delayEddie Hung2018-07-261-3/+3
| |
* | Re-add getBudgetOverride() but also account for path length ofEddie Hung2018-07-261-6/+18
| | | | | | | | overridden
* | Move target_freq update after budget updateEddie Hung2018-07-261-9/+9
| |
* | Fix budget reallocEddie Hung2018-07-261-7/+4
| |
* | Do not use budget override anymore, and subtract not add!Eddie Hung2018-07-251-4/+2
| |
* | clangformatEddie Hung2018-07-251-19/+26
| |
* | Print budget of net and its driver/sink locations tooEddie Hung2018-07-251-4/+5
| |
* | Fix min_slack computation, and print out critical path after routingEddie Hung2018-07-251-31/+73
| |
* | Retry clangformatEddie Hung2018-07-251-14/+23
| |
* | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ↵Eddie Hung2018-07-251-36/+40
| | | | | | | | and post-route
* | With no user frequency set, use 1.05 * current_FmaxEddie Hung2018-07-241-4/+4
| |
* | If --freq not set, attempt to find max by adjusting budget so min path slack ↵Eddie Hung2018-07-241-9/+28
| | | | | | | | == 0
* | Also subtract net delay from slackEddie Hung2018-07-241-3/+8
| |
* | Merge branch 'master' into redist_slackEddie Hung2018-07-241-0/+3
|\|
| * timing: Model clock to Q timesDavid Shah2018-07-241-0/+3
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Refactor new code and existing codeEddie Hung2018-07-241-61/+25
| |
* | OopsEddie Hung2018-07-231-11/+3
| |
* | Simplify and use Arch::getNetinfoRouteDelay() for update_budget()Eddie Hung2018-07-231-40/+21
| |
* | Call now-more-flexibile update_budget() during routing, but using any actual ↵Eddie Hung2018-07-211-2/+2
| | | | | | | | delays that we have
* | Add Arch::getBudgetOverride() to eliminate hack for COUTEddie Hung2018-07-211-6/+2
| |
* | Uncomment out negative slack messages during update_budget(), make verboseEddie Hung2018-07-211-10/+12
| |
* | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-211-0/+2
|\ \ | | | | | | | | | # Conflicts: # common/timing.cc
| * | Update commentEddie Hung2018-07-211-0/+118
| |/
* | HACK: set carry budgets to zeroDavid Shah2018-07-211-1/+4
| |
* | Update commentEddie Hung2018-07-211-0/+118
|/
* Improving the SA+legalisation flowDavid Shah2018-06-291-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-3/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-4/+4
|
* Update from increased clangformat line lengthDavid Shah2018-06-231-20/+12
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add ctx->checksum(), slightly improve log messagesClifford Wolf2018-06-211-0/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add frequency setting and fix slack calculationDavid Shah2018-06-211-6/+5
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* WIP: adding timing budget to placerDavid Shah2018-06-201-0/+7
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Improving timing annotatorDavid Shah2018-06-201-0/+18
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Working on the timing annotatorDavid Shah2018-06-201-1/+3
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Working on the timing budget annnotatorDavid Shah2018-06-201-6/+58
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Another stub delay calculation functionDavid Shah2018-06-201-3/+18
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Adding stubs for delay annotation and cell timing lookupDavid Shah2018-06-201-0/+29
Signed-off-by: David Shah <davey1576@gmail.com>