Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | HACK: set carry budgets to zero | David Shah | 2018-07-21 | 1 | -1/+4 | |
* | | | | | Quick hack to route nets with lowest budget first | David Shah | 2018-07-21 | 1 | -2/+17 | |
* | | | | | Avoid hysteresis preventing placer from stopping | Eddie Hung | 2018-07-21 | 1 | -2/+12 | |
* | | | | | Add update_budget() to timing.h header | Eddie Hung | 2018-07-21 | 1 | -0/+2 | |
* | | | | | Update comment | Eddie Hung | 2018-07-21 | 1 | -0/+118 | |
| |/ / / |/| | | | ||||||
* | | | | Add Location APIs to generic arch | Clifford Wolf | 2018-07-20 | 1 | -4/+0 | |
* | | | | Improve iCE40 and common Loc code | Clifford Wolf | 2018-07-20 | 1 | -0/+19 | |
* | | | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into gridapi | Clifford Wolf | 2018-07-20 | 1 | -10/+15 | |
|\| | | | ||||||
| * | | | ice40: Adding cell definition for DSPs | David Shah | 2018-07-19 | 1 | -2/+1 | |
| * | | | Reducing performance cost of asserts | David Shah | 2018-07-19 | 1 | -8/+10 | |
| * | | | Add Net/Cell "udata" field | Clifford Wolf | 2018-07-18 | 1 | -0/+4 | |
| * | | | Add ArchNetInfo and ArchCellInfo | Clifford Wolf | 2018-07-17 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* / | | Add Loc struct for x/y/z bel locations | Clifford Wolf | 2018-07-17 | 1 | -0/+9 | |
|/ / | ||||||
* | | Fix driver finder when net is undriven | David Shah | 2018-07-17 | 1 | -0/+2 | |
* | | refactor: Remove incorrect uses of the term 'wirelength' | David Shah | 2018-07-16 | 3 | -39/+45 | |
|/ | ||||||
* | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 3 | -44/+44 | |
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 4 | -247/+220 | |
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -31/+0 | |
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 6 | -155/+38 | |
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 4 | -30/+60 | |
* | Revert "Move read methods to ReadMethods, remove some legacy access to Arch" | Sergiusz Bazanski | 2018-07-14 | 1 | -5/+4 | |
* | Move read methods to ReadMethods, remove some legacy access to Arch | Sergiusz Bazanski | 2018-07-14 | 1 | -4/+5 | |
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 4 | -60/+30 | |
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 6 | -38/+155 | |
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -0/+31 | |
* | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 4 | -220/+247 | |
* | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 3 | -44/+44 | |
* | Remove legacy graphics API | Sergiusz Bazanski | 2018-07-12 | 1 | -72/+0 | |
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 1 | -31/+18 | |
* | Add GraphicElement style enum | Clifford Wolf | 2018-07-12 | 1 | -1/+9 | |
* | Add Groups API | Clifford Wolf | 2018-07-12 | 1 | -0/+19 | |
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 2 | -3/+3 | |
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 3 | -9/+17 | |
* | New refreshUi API | Clifford Wolf | 2018-07-11 | 1 | -0/+33 | |
* | Fixed MSVC build | Miodrag Milanovic | 2018-07-11 | 1 | -4/+4 | |
* | Merge branch 'ice40gfx' into 'master' | Clifford Wolf | 2018-07-11 | 1 | -0/+60 | |
|\ | ||||||
| * | Add GUI Decals API | Clifford Wolf | 2018-07-11 | 1 | -0/+60 | |
* | | ecp5: Working on bitstream gen | David Shah | 2018-07-11 | 1 | -0/+1 | |
* | | ecp5: Adding bitstream gen for slice config | David Shah | 2018-07-11 | 1 | -0/+12 | |
* | | ecp5: Working on arch implementation | David Shah | 2018-07-11 | 1 | -4/+4 | |
* | | Renamed dummy->generic for tests, also fix warning | Miodrag Milanovic | 2018-07-11 | 1 | -0/+2 | |
|/ | ||||||
* | NPNR_ASSERT not to implicitly construct strings | Eddie Hung | 2018-07-08 | 1 | -1/+1 | |
* | typeof to decltype | Miodrag Milanovic | 2018-07-05 | 2 | -22/+22 | |
* | python: Renaming and fixing 'generic' build | David Shah | 2018-07-04 | 1 | -1/+0 | |
* | common: Remove deprecated global IdStrings | David Shah | 2018-07-04 | 4 | -26/+5 | |
* | python: More design-related bindings, dump_design.py working again | David Shah | 2018-07-04 | 3 | -25/+124 | |
* | python: Update wrapper for non-unique_ptr maps | David Shah | 2018-07-04 | 2 | -42/+49 | |
* | python: Adding more wrapped bindings for ice40 | David Shah | 2018-07-04 | 3 | -5/+112 | |
* | python: Translate NPNR_ASSERTs to Python | David Shah | 2018-07-04 | 1 | -0/+7 | |
* | python: New wrapper system working for unique_ptr maps | David Shah | 2018-07-04 | 2 | -5/+11 |