Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 2 | -4/+4 |
* | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 3 | -150/+124 |
* | clangformat | Clifford Wolf | 2018-07-22 | 1 | -30/+25 |
* | Merge branch 'q3k/lock-2-electric-boogaloo' into 'master' | Clifford Wolf | 2018-07-21 | 3 | -72/+154 |
|\ | |||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-21 | 3 | -95/+374 |
| |\ | |||||
| * | | 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 q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-20 | 1 | -10/+15 |
| |\ \ | |||||
| * | | | 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 q3k/lock-2-elec... | Serge Bazanski | 2018-07-17 | 4 | -39/+47 |
| |\ \ \ | |||||
| * | | | | 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 | 2 | -24/+30 |
* | | | | | Add Loc constructors | Clifford Wolf | 2018-07-21 | 1 | -0/+3 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'router1ng' into 'master' | Clifford Wolf | 2018-07-21 | 1 | -87/+340 |
|\ \ \ \ | |||||
| * | | | | Bugfix in router1: Also bind src_wire | Clifford Wolf | 2018-07-21 | 1 | -0/+2 |
| * | | | | Add final sanity check in router1 | Clifford Wolf | 2018-07-21 | 1 | -0/+19 |
| * | | | | Refactoring of router1 | Clifford Wolf | 2018-07-21 | 1 | -87/+319 |
* | | | | | Fix placement bug with VexRiscV reported by John McMaster | David Shah | 2018-07-21 | 1 | -2/+3 |
|/ / / / | |||||
* | | | | Change DelayInfo semantics to what we actually need | Clifford Wolf | 2018-07-21 | 1 | -4/+4 |
* | | | | Add getWireDelay API | Clifford Wolf | 2018-07-21 | 1 | -2/+4 |
* | | | | 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 |