| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ |
|
| * | Add G_ARROW (for now same look as G_LINE) | Clifford Wolf | 2018-07-24 | 1 | -0/+1 |
| * | timing: Model clock to Q times | David Shah | 2018-07-24 | 1 | -0/+3 |
* | | improved is only set if we get a better metric, remove commented code | Eddie Hung | 2018-07-24 | 1 | -2/+0 |
* | | Refactor new code and existing code | Eddie Hung | 2018-07-24 | 1 | -61/+25 |
* | | Oops | Eddie Hung | 2018-07-23 | 2 | -12/+4 |
* | | Simplify and use Arch::getNetinfoRouteDelay() for update_budget() | Eddie Hung | 2018-07-23 | 3 | -73/+26 |
* | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-23 | 7 | -253/+457 |
|\| |
|
| * | Add Context::archcheck() and "nextpnr-ice40 --test" | Clifford Wolf | 2018-07-23 | 3 | -5/+148 |
| * | clangformat | Clifford Wolf | 2018-07-23 | 1 | -18/+22 |
| * | Add fallback to estimateDelay() in getNetinfoRouteDelay() | Clifford Wolf | 2018-07-23 | 1 | -1/+6 |
| * | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 2 | -4/+4 |
| * | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 3 | -150/+124 |
| * | clangformat | Clifford Wolf | 2018-07-22 | 1 | -30/+25 |
| * | Merge branch 'q3k/lock-2-electric-boogaloo' into 'master' | Clifford Wolf | 2018-07-21 | 3 | -72/+154 |
| |\ |
|
| | * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-21 | 3 | -95/+374 |
| | |\ |
|
| | * | | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 3 | -12/+38 |
| | * | | Nuke IdStringDB | Sergiusz Bazanski | 2018-07-20 | 2 | -47/+38 |
| | * | | Remove dead code. | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+0 |
| | * | | clang-format and uncomment debug | Sergiusz Bazanski | 2018-07-20 | 1 | -7/+4 |
| | * | | Move pthread yield hack into BaseCtx | Sergiusz Bazanski | 2018-07-20 | 3 | -10/+14 |
| | * | | Mix-in Deterministic RNG at Context instead of BaseCtx | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+2 |
| | * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-20 | 1 | -10/+15 |
| | |\ \ |
|