Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-25 | 1 | -12/+12 | |
|\| | ||||||
| * | 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 | |
| | | | ||||||
* | | | If --freq not set, attempt to find max by adjusting budget so min path slack ↵ | Eddie Hung | 2018-07-24 | 1 | -0/+1 | |
|/ / | | | | | | | == 0 | |||||
* | | 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> | |||||
* | 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> | |||||
* | Add Context::archcheck() and "nextpnr-ice40 --test" | Clifford Wolf | 2018-07-23 | 1 | -0/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 1 | -0/+4 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Merge branch 'q3k/lock-2-electric-boogaloo' into 'master' | Clifford Wolf | 2018-07-21 | 1 | -69/+125 | |
|\ | | | | | | | | | 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 | 1 | -0/+24 | |
| |\ | | | | | | | | | | q3k/lock-2-electric-boogaloo | |||||
| * | | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 1 | -4/+28 | |
| | | | ||||||
| * | | 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 ↵ | Sergiusz Bazanski | 2018-07-20 | 1 | -10/+15 | |
| |\ \ | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | |||||
| * | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 1 | -20/+26 | |
| | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | Add Location APIs to generic arch | Clifford Wolf | 2018-07-20 | 1 | -4/+0 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | Improve iCE40 and common Loc code | Clifford Wolf | 2018-07-20 | 1 | -0/+19 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | 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 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Reducing performance cost of asserts | David Shah | 2018-07-19 | 1 | -8/+10 | |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | | Add Net/Cell "udata" field | Clifford Wolf | 2018-07-18 | 1 | -0/+4 | |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | Add ArchNetInfo and ArchCellInfo | Clifford Wolf | 2018-07-17 | 1 | -2/+2 | |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* / | Add Loc struct for x/y/z bel locations | Clifford Wolf | 2018-07-17 | 1 | -0/+9 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Revert "Make GUI nice and smooth." | Sergiusz Bazanski | 2018-07-14 | 1 | -31/+0 | |
| | | | | This reverts commit a8c84e90a39c54174dd24b5b76bd17aed8311481. | |||||
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -138/+32 | |
| | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920. | |||||
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 1 | -26/+46 | |
| | | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01. | |||||
* | 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 | |
| | | | | | For now we do not optimize the OpenGL renderer against the new decal API, but this can be done in the future. | |||||
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 1 | -31/+18 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add GraphicElement style enum | Clifford Wolf | 2018-07-12 | 1 | -1/+9 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add Groups API | Clifford Wolf | 2018-07-12 | 1 | -0/+19 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 1 | -0/+9 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | New refreshUi API | Clifford Wolf | 2018-07-11 | 1 | -0/+33 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Fixed MSVC build | Miodrag Milanovic | 2018-07-11 | 1 | -4/+4 | |
| | ||||||
* | Add GUI Decals API | Clifford Wolf | 2018-07-11 | 1 | -0/+60 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | 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 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> |