Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Nuke IdStringDB | Sergiusz Bazanski | 2018-07-20 | 1 | -43/+34 | |
| * | | 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 | 1 | -1/+12 | |
| * | | 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 | |
| |\ \ | ||||||
| * | | | WIP. | Serge Bazanski | 2018-07-17 | 1 | -1/+1 | |
| * | | | Add basic external locking, lock from P&R | Serge Bazanski | 2018-07-17 | 1 | -0/+19 | |
| * | | | Refactor RNG out to separate DeterministicRNG class | Serge Bazanski | 2018-07-14 | 1 | -57/+67 | |
| * | | | Refactor IdString functionality into IdStringDB | Serge Bazanski | 2018-07-14 | 1 | -20/+26 | |
* | | | | Add Loc constructors | Clifford Wolf | 2018-07-21 | 1 | -0/+3 | |
| |_|/ |/| | | ||||||
* | | | 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 | |
|/ | ||||||
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -31/+0 | |
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -138/+32 | |
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 1 | -26/+46 | |
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 1 | -46/+26 | |
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 1 | -32/+138 | |
* | Make GUI nice and smooth. | Sergiusz Bazanski | 2018-07-13 | 1 | -0/+31 | |
* | 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->route() API | Clifford Wolf | 2018-07-11 | 1 | -0/+9 | |
* | New refreshUi API | Clifford Wolf | 2018-07-11 | 1 | -0/+33 | |
* | Fixed MSVC build | Miodrag Milanovic | 2018-07-11 | 1 | -4/+4 | |
* | Add GUI Decals API | Clifford Wolf | 2018-07-11 | 1 | -0/+60 | |
* | NPNR_ASSERT not to implicitly construct strings | Eddie Hung | 2018-07-08 | 1 | -1/+1 | |
* | common: Remove deprecated global IdStrings | David Shah | 2018-07-04 | 1 | -13/+0 | |
* | Add NPNR_ASSERT_FALSE, use in bitstream.cc | David Shah | 2018-07-04 | 1 | -1/+8 | |
* | Fixed debug msvc build and fixed inaccessible base | Miodrag Milanovic | 2018-07-04 | 1 | -1/+1 | |
* | common: Adding NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -13/+39 | |
* | Fixed macros and includes for MSVC | Miodrag Milanovic | 2018-07-03 | 1 | -1/+18 | |
* | Add implementations for generic arch db API | Clifford Wolf | 2018-06-30 | 1 | -1/+1 | |
* | Refactor IdString::global_ctx | Clifford Wolf | 2018-06-30 | 1 | -6/+6 | |
* | Split "arch.h" in "arch.h" and "archdefs.h" | Clifford Wolf | 2018-06-29 | 1 | -5/+7 | |
* | Improving the SA+legalisation flow | David Shah | 2018-06-29 | 1 | -1/+1 | |
* | Refactor common placement functions out of SA placer for use in legaliser | David Shah | 2018-06-27 | 1 | -1/+2 | |
* | Make GUI use recreated context | Miodrag Milanovic | 2018-06-26 | 1 | -1/+1 | |
* | Fixing Python bindings after adding unique_ptr | David Shah | 2018-06-26 | 1 | -1/+1 | |
* | nets and cells are unique_ptr's | Miodrag Milanovic | 2018-06-25 | 1 | -8/+3 | |
* | ice40: Creating a carry chain splitter function | David Shah | 2018-06-25 | 1 | -3/+3 | |
* | Fix some memory leaks | Miodrag Milanovic | 2018-06-25 | 1 | -0/+12 | |
* | Updates from clangformat | Clifford Wolf | 2018-06-23 | 1 | -10/+3 |