| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tns | Eddie Hung | 2018-07-30 | 1 | -0/+1 |
* | Modify predictDelay signature | Eddie Hung | 2018-07-30 | 2 | -5/+3 |
* | Merge remote-tracking branch 'origin/estdelay' into redist_slack | Eddie Hung | 2018-07-30 | 1 | -5/+5 |
|\ |
|
| * | Add predictDelay Arch API | Clifford Wolf | 2018-07-30 | 1 | -5/+5 |
* | | Speedup worst_slack computation | Eddie Hung | 2018-07-30 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-30 | 2 | -8/+10 |
|\ \ |
|
| * | | Use DelayInfo for cell timing instead of delay_t | David Shah | 2018-07-30 | 1 | -4/+4 |
| |/ |
|
| * | common: Fix getNetinfoRouteDelay when net has no driver | David Shah | 2018-07-30 | 1 | -0/+2 |
* | | Really do not overconstrain! | Eddie Hung | 2018-07-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-29 | 1 | -1/+1 |
|\| |
|
| * | fix randtag bug in router1 | Clifford Wolf | 2018-07-29 | 1 | -1/+1 |
* | | Keep things simple by not overconstraining Fmax | Eddie Hung | 2018-07-28 | 1 | -6/+3 |
* | | clangformat | Eddie Hung | 2018-07-28 | 1 | -9/+10 |
* | | Merge update_budget into assign_budget; update as we go along | Eddie Hung | 2018-07-28 | 4 | -49/+17 |
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-28 | 2 | -7/+9 |
|\| |
|
| * | placer: only lock/unlock at beginning, yield elsewhere | Sergiusz Bazanski | 2018-07-26 | 1 | -7/+4 |
| * | gui: implement basic cursor picking | Sergiusz Bazanski | 2018-07-26 | 1 | -0/+5 |
* | | Refactor | Eddie Hung | 2018-07-28 | 4 | -46/+24 |
* | | Fix auto Fmax overconstraining during update_budget() | Eddie Hung | 2018-07-27 | 1 | -15/+19 |
* | | Fix sign of slack redistribution again | Eddie Hung | 2018-07-27 | 1 | -4/+4 |
* | | Even if there is no updates, set budget to current delay | Eddie Hung | 2018-07-26 | 1 | -3/+3 |
* | | Re-add getBudgetOverride() but also account for path length of | Eddie Hung | 2018-07-26 | 1 | -6/+18 |
* | | Move target_freq update after budget update | Eddie Hung | 2018-07-26 | 1 | -9/+9 |
* | | Fix budget realloc | Eddie Hung | 2018-07-26 | 1 | -7/+4 |
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-26 | 2 | -14/+18 |
|\| |
|
| * | common: rename GraphicElement::{style,type} enums, add _MAX members | Sergiusz Bazanski | 2018-07-26 | 1 | -12/+16 |
| * | clangformat and GraphicElement::style comments | Clifford Wolf | 2018-07-26 | 1 | -4/+4 |
| * | Fix router1 locking in NDEBUG builds | Clifford Wolf | 2018-07-26 | 1 | -2/+2 |
* | | Do not use budget override anymore, and subtract not add! | Eddie Hung | 2018-07-25 | 1 | -4/+2 |
* | | clangformat | Eddie Hung | 2018-07-25 | 2 | -20/+27 |
* | | Print budget of net and its driver/sink locations too | Eddie Hung | 2018-07-25 | 1 | -4/+5 |
* | | Fix min_slack computation, and print out critical path after routing | Eddie Hung | 2018-07-25 | 4 | -34/+76 |
* | | Retry clangformat | Eddie Hung | 2018-07-25 | 2 | -16/+24 |
* | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ... | Eddie Hung | 2018-07-25 | 4 | -36/+45 |
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-25 | 2 | -13/+19 |
|\| |
|
| * | clangformat | David Shah | 2018-07-25 | 1 | -4/+4 |
| * | Fix BaseCtx::unlock() | Clifford Wolf | 2018-07-25 | 1 | -1/+1 |
| * | Merge branch 'bba' into 'master' | Clifford Wolf | 2018-07-25 | 1 | -8/+8 |
| |\ |
|
| | * | noreturn have to be void, so there is no UB | Miodrag Milanovic | 2018-07-25 | 1 | -4/+4 |
| | * | Make thread check portable | Miodrag Milanovic | 2018-07-25 | 1 | -4/+4 |
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll-pads | Sergiusz Bazanski | 2018-07-25 | 1 | -0/+10 |
| |\ \ |
|
| * | | | ice40: support PLL40_*_PAD, fix pass-through LUT for LOCK | Sergiusz Bazanski | 2018-07-25 | 1 | -1/+7 |
| | |/
| |/| |
|
* | | | With no user frequency set, use 1.05 * current_Fmax | Eddie Hung | 2018-07-24 | 1 | -4/+4 |
* | | | If --freq not set, attempt to find max by adjusting budget so min path slack ... | Eddie Hung | 2018-07-24 | 2 | -9/+29 |
* | | | Also subtract net delay from slack | Eddie Hung | 2018-07-24 | 1 | -3/+8 |
* | | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-24 | 5 | -29/+38 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'placeconstr2' | Clifford Wolf | 2018-07-24 | 1 | -0/+10 |
| |\ \
| | |/
| |/| |
|
| | * | Typo fix | Clifford Wolf | 2018-07-24 | 1 | -1/+1 |
| | * | Add CellInfo data for placement constraints | Clifford Wolf | 2018-07-24 | 1 | -0/+10 |
| * | | common: Remove use of deprecated APIs | David Shah | 2018-07-24 | 3 | -29/+24 |
| |/ |
|