aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-315-40/+157
|\ | | | | | | # Conflicts: # common/timing.cc
| * Keep things simple by not overconstraining FmaxEddie Hung2018-07-281-6/+3
| |
| * clangformatEddie Hung2018-07-281-9/+10
| |
| * Merge update_budget into assign_budget; update as we go alongEddie Hung2018-07-284-49/+17
| |
| * Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-282-7/+9
| |\
| * | RefactorEddie Hung2018-07-284-46/+24
| | |
| * | Fix auto Fmax overconstraining during update_budget()Eddie Hung2018-07-271-15/+19
| | |
| * | 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
| | |
| * | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-262-14/+18
| |\ \
| * | | Do not use budget override anymore, and subtract not add!Eddie Hung2018-07-251-4/+2
| | | |
| * | | clangformatEddie Hung2018-07-252-20/+27
| | | |
| * | | 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-254-34/+76
| | | |
| * | | Retry clangformatEddie Hung2018-07-252-16/+24
| | | |
| * | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ↵Eddie Hung2018-07-254-36/+45
| | | | | | | | | | | | | | | | and post-route
| * | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-252-13/+19
| |\ \ \
| * | | | 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-242-9/+29
| | | | | | | | | | | | | | | | | | | | == 0
| * | | | Also subtract net delay from slackEddie Hung2018-07-241-3/+8
| | | | |
| * | | | Merge branch 'master' into redist_slackEddie Hung2018-07-245-29/+38
| |\ \ \ \
| * | | | | improved is only set if we get a better metric, remove commented codeEddie Hung2018-07-241-2/+0
| | | | | |
| * | | | | Refactor new code and existing codeEddie Hung2018-07-241-61/+25
| | | | | |
| * | | | | OopsEddie Hung2018-07-232-12/+4
| | | | | |
| * | | | | Simplify and use Arch::getNetinfoRouteDelay() for update_budget()Eddie Hung2018-07-233-73/+26
| | | | | |
| * | | | | Merge branch 'master' into redist_slackEddie Hung2018-07-237-253/+457
| |\ \ \ \ \
| * | | | | | Fix delay function used for update_budget()Eddie Hung2018-07-211-9/+22
| | | | | | |
| * | | | | | Call now-more-flexibile update_budget() during routing, but using any actual ↵Eddie Hung2018-07-213-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-212-104/+346
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-211-0/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # common/timing.cc
| | * | | | | | | Avoid hysteresis preventing placer from stoppingEddie Hung2018-07-211-2/+12
| | | | | | | | |
| | * | | | | | | Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
| | | | | | | | |
| | * | | | | | | Update commentEddie Hung2018-07-211-0/+118
| | | | | | | | |
| * | | | | | | | HACK: set carry budgets to zeroDavid Shah2018-07-211-1/+4
| | | | | | | | |
| * | | | | | | | Quick hack to route nets with lowest budget firstDavid Shah2018-07-211-2/+17
| | | | | | | | |
| * | | | | | | | Avoid hysteresis preventing placer from stoppingEddie Hung2018-07-211-2/+12
| | | | | | | | |
| * | | | | | | | Add update_budget() to timing.h headerEddie Hung2018-07-211-0/+2
| | | | | | | | |
| * | | | | | | | Update commentEddie Hung2018-07-211-0/+118
| | | | | | | | |
* | | | | | | | | Use DelayInfo for cell timing instead of delay_tDavid Shah2018-07-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | | | | | | | common: Fix getNetinfoRouteDelay when net has no driverDavid Shah2018-07-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | | | | | | | fix randtag bug in router1Clifford Wolf2018-07-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | | placer: only lock/unlock at beginning, yield elsewhereSergiusz Bazanski2018-07-261-7/+4
| | | | | | | |
* | | | | | | | gui: implement basic cursor pickingSergiusz Bazanski2018-07-261-0/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | common: rename GraphicElement::{style,type} enums, add _MAX membersSergiusz Bazanski2018-07-261-12/+16
| | | | | | |
* | | | | | | clangformat and GraphicElement::style commentsClifford Wolf2018-07-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>