Commit message (Expand) | 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 | 7 | -28/+29 |
* | clangformat | Eddie Hung | 2018-07-25 | 3 | -5/+5 |
* | 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 | 10 | -61/+62 |
|\ | |||||
| * | Merge branch 'eddieh/idstring_speedup' into 'master' | Eddie Hung | 2018-07-26 | 10 | -61/+62 |
| |\ | |||||
| | * | clangformat | Eddie Hung | 2018-07-25 | 7 | -37/+29 |
| | * | Merge remote-tracking branch 'origin/master' into eddieh/idstring_speedup | Eddie Hung | 2018-07-25 | 32 | -620/+4984 |
| | |\ | | |/ | |/| | |||||
| | * | Reduce id() lookups for commonly used update_budget() | Eddie Hung | 2018-07-24 | 3 | -24/+33 |
* | | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-25 | 32 | -620/+4984 |
|\| | | |||||
| * | | clangformat | David Shah | 2018-07-25 | 4 | -15/+10 |
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-07-25 | 1 | -0/+13 |
| |\ \ | |||||
| | * | | made select multiple to work | Miodrag Milanovic | 2018-07-25 | 1 | -0/+13 |
| * | | | ecp5: Add global network info to database | David Shah | 2018-07-25 | 2 | -0/+39 |
| |/ / | |||||
| * | | Add ability for multiple selection, enable for select only items that make sense | Miodrag Milanovic | 2018-07-25 | 5 | -1/+36 |
| * | | Fixed packing non pod | Miodrag Milanovic | 2018-07-25 | 2 | -5/+5 |
| * | | Add ice40/benchmark/report.ipynb | Clifford Wolf | 2018-07-25 | 1 | -0/+69 |
| * | | More minor ice40 benchmark improvements | Clifford Wolf | 2018-07-25 | 2 | -2/+7 |
| * | | ice40: Tweaking picorv32_benchmark.py | David Shah | 2018-07-25 | 1 | -2/+1 |
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-07-25 | 2 | -2/+7 |
| |\ \ | |||||
| | * | | Minor improvements in iCE40 benchmark scripts | Clifford Wolf | 2018-07-25 | 2 | -2/+7 |
| * | | | ecp5: Update trellis_import to use new bbasm | David Shah | 2018-07-25 | 2 | -293/+58 |
| |/ / | |||||
| * | | Fix BaseCtx::unlock() | Clifford Wolf | 2018-07-25 | 1 | -1/+1 |
| * | | Add ice40/benchmark/ | Clifford Wolf | 2018-07-25 | 7 | -0/+4136 |
| * | | Merge branch 'bba' into 'master' | Clifford Wolf | 2018-07-25 | 7 | -294/+471 |
| |\ \ | |||||
| | * | | Add bba README | Clifford Wolf | 2018-07-25 | 2 | -0/+90 |
| | * | | proper options for linux build | Miodrag Milanovic | 2018-07-25 | 1 | -1/+1 |
| | * | | just Boost_PROGRAM_OPTIONS_LIBRARY | Miodrag Milanovic | 2018-07-25 | 1 | -1/+1 |
| | * | | noreturn have to be void, so there is no UB | Miodrag Milanovic | 2018-07-25 | 1 | -4/+4 |
| | * | | Fix for zero length case | Miodrag Milanovic | 2018-07-25 | 1 | -0/+2 |
| | * | | Make thread check portable | Miodrag Milanovic | 2018-07-25 | 1 | -4/+4 |
| | * | | Fix bba to compile on windows (no unistd there) | Miodrag Milanovic | 2018-07-25 | 2 | -43/+55 |
| | * | | Use bbasm to create iCE40 chipdb | Clifford Wolf | 2018-07-24 | 3 | -289/+236 |
| | * | | Add bba parser | Clifford Wolf | 2018-07-24 | 1 | -8/+134 |
| * | | | Merge branch 'q3k/pll-pads' into 'master' | David Shah | 2018-07-25 | 4 | -13/+96 |
| |\ \ \ | |||||
| | * | | | ice40: after review | Sergiusz Bazanski | 2018-07-25 | 2 | -3/+3 |
| | * | | | ice40: check PLL PACKAGEPIN drives only PLL, cosmetics | Sergiusz Bazanski | 2018-07-25 | 1 | -4/+7 |
| | * | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll-pads | Sergiusz Bazanski | 2018-07-25 | 6 | -15/+212 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Add a simple 8x benchmark script | David Shah | 2018-07-25 | 1 | -0/+43 |
| | |_|/ | |/| | | |||||
| | * | | clang-format | Sergiusz Bazanski | 2018-07-25 | 1 | -7/+7 |
| | * | | ice40: support PLL40_*_PAD, fix pass-through LUT for LOCK | Sergiusz Bazanski | 2018-07-25 | 4 | -8/+88 |
| | |/ | |||||
* | | | 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 | 4 | -11/+41 |
* | | | 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 | 34 | -185/+729 |
|\| | | |||||
| * | | ecp5: Bitsream gen tuning | David Shah | 2018-07-24 | 1 | -11/+16 |
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-07-24 | 3 | -4/+135 |
| |\ \ | |||||
| | * | | Disable pips for now on ECP5 just to be able to work on other parts | Miodrag Milanovic | 2018-07-24 | 1 | -0/+2 |
| | * | | Fixed pybiding so generic can work and ecp5 expose all needed | Miodrag Milanovic | 2018-07-24 | 2 | -4/+133 |
| * | | | ecp5: Working on LVDS inputs for Versa support | David Shah | 2018-07-24 | 1 | -0/+8 |
| |/ / |