Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | and post-route | ||||
* | 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 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Fix BaseCtx::unlock() | Clifford Wolf | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'bba' into 'master' | Clifford Wolf | 2018-07-25 | 1 | -8/+8 |
| |\ | | | | | | | | | | | | | bbasm See merge request SymbioticEDA/nextpnr!18 | ||||
| | * | 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 |
| | | | | | | | | | | | | == 0 | ||||
* | | | 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 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Add CellInfo data for placement constraints | Clifford Wolf | 2018-07-24 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | common: Remove use of deprecated APIs | David Shah | 2018-07-24 | 3 | -29/+24 |
| |/ | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Add G_ARROW (for now same look as G_LINE) | Clifford Wolf | 2018-07-24 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | timing: Model clock to Q times | David Shah | 2018-07-24 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | 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 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | clangformat | Clifford Wolf | 2018-07-23 | 1 | -18/+22 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add fallback to estimateDelay() in getNetinfoRouteDelay() | Clifford Wolf | 2018-07-23 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 3 | -150/+124 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | clangformat | Clifford Wolf | 2018-07-22 | 1 | -30/+25 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'q3k/lock-2-electric-boogaloo' into 'master' | Clifford Wolf | 2018-07-21 | 3 | -72/+154 |
| |\ | | | | | | | | | | | | | Basic locking and threading for Arch/GUI See merge request SymbioticEDA/nextpnr!10 | ||||
| | * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Sergiusz Bazanski | 2018-07-21 | 3 | -95/+374 |
| | |\ | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| | * | | 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 ↵ | Sergiusz Bazanski | 2018-07-20 | 1 | -10/+15 |
| | |\ \ | | | | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| | * | | | WIP. | Serge Bazanski | 2018-07-17 | 3 | -1/+12 |
| | | | | | |||||
| | * | | | Add basic external locking, lock from P&R | Serge Bazanski | 2018-07-17 | 3 | -0/+40 |
| | | | | | |||||
| | * | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Serge Bazanski | 2018-07-17 | 4 | -39/+47 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| | * | | | | Refactor RNG out to separate DeterministicRNG class | Serge Bazanski | 2018-07-14 | 1 | -57/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This well also allow for better lifecycle control over the state of the RNG in the future. | ||||
| | * | | | | Refactor IdString functionality into IdStringDB | Serge Bazanski | 2018-07-14 | 2 | -24/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us more precisely control the lifetime of IdString databases in contexts/arches. | ||||
| * | | | | | Add Loc constructors | Clifford Wolf | 2018-07-21 | 1 | -0/+3 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | Fix delay function used for update_budget() | Eddie Hung | 2018-07-21 | 1 | -9/+22 |
| | | | | | |||||
* | | | | | Call now-more-flexibile update_budget() during routing, but using any actual ↵ | Eddie Hung | 2018-07-21 | 3 | -5/+23 |
| | | | | | | | | | | | | | | | | | | | | delays that we have | ||||
* | | | | | Add Arch::getBudgetOverride() to eliminate hack for COUT | Eddie Hung | 2018-07-21 | 1 | -6/+2 |
| | | | | |