Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ecp5: Helper functions for I/O placement and checking | David Shah | 2018-07-23 | 3 | -0/+324 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Proper highlight/selected cleanup on context re-init | Miodrag Milanovic | 2018-07-23 | 2 | -0/+4 |
| | |||||
* | write frequency info | Miodrag Milanovic | 2018-07-23 | 1 | -0/+1 |
| | |||||
* | always assign budget before placing | Miodrag Milanovic | 2018-07-23 | 1 | -2/+2 |
| | |||||
* | Add Context::archcheck() and "nextpnr-ice40 --test" | Clifford Wolf | 2018-07-23 | 5 | -45/+208 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove getBelsByType() API | Clifford Wolf | 2018-07-23 | 4 | -40/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | David Shah | 2018-07-23 | 2 | -4/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Add Add getGridDimX(), getGridDimY(), getTileDimZ() | David Shah | 2018-07-23 | 1 | -0/+5 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat | Clifford Wolf | 2018-07-23 | 2 | -20/+26 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add fallback to estimateDelay() in getNetinfoRouteDelay() | Clifford Wolf | 2018-07-23 | 1 | -1/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add getGridDimX(), getGridDimY(), getTileDimZ() API | Clifford Wolf | 2018-07-23 | 3 | -1/+31 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ecp5: Implement new Grid APIs | David Shah | 2018-07-23 | 2 | -0/+50 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Remove obsolete db entries, add Bel z-position | David Shah | 2018-07-23 | 2 | -19/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Bugfix in iCE40 chipdb.py | Clifford Wolf | 2018-07-23 | 1 | -3/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added Bel port info to GUI | Miodrag Milanovic | 2018-07-22 | 1 | -0/+8 |
| | |||||
* | Move to new API and remove deprecated | Miodrag Milanovic | 2018-07-22 | 6 | -94/+40 |
| | |||||
* | Move to new api | Miodrag Milanovic | 2018-07-22 | 1 | -12/+3 |
| | |||||
* | ecp5: Adding new Bel pin API | David Shah | 2018-07-22 | 3 | -3/+63 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ecp5: Fix regression following router update | David Shah | 2018-07-22 | 2 | -2/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add Arch::getBelPins() to generic and iCE40 archs | Clifford Wolf | 2018-07-22 | 4 | -0/+25 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Arch::getBelPinType() and Arch::getWireBelPins() in iCE40 arch | Clifford Wolf | 2018-07-22 | 3 | -4/+57 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Arch::getBelPinType() and Arch::getWireBelPins() in generic arch | Clifford Wolf | 2018-07-22 | 2 | -2/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 12 | -26/+26 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 3 | -150/+124 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | Clifford Wolf | 2018-07-22 | 5 | -39/+30 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | QTimer::start(std::chrono::duration -> int) | Sergiusz Bazanski | 2018-07-21 | 2 | -3/+3 |
| | | | | The chrono::duration-friendly method is availble from Qt 5.8 only. | ||||
* | Merge branch 'q3k/lock-2-electric-boogaloo' into 'master' | Clifford Wolf | 2018-07-21 | 7 | -161/+397 |
|\ | | | | | | | | | 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 | 22 | -682/+1466 |
| |\ | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * | | Re-enable drawing Pips. | Sergiusz Bazanski | 2018-07-20 | 1 | -3/+3 |
| | | | |||||
| * | | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 4 | -14/+40 |
| | | | |||||
| * | | clang-format | Sergiusz Bazanski | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Nuke IdStringDB | Sergiusz Bazanski | 2018-07-20 | 5 | -50/+41 |
| | | | |||||
| * | | Remove dead code. | Sergiusz Bazanski | 2018-07-20 | 1 | -2/+0 |
| | | | |||||
| * | | clang-format and uncomment debug | Sergiusz Bazanski | 2018-07-20 | 4 | -45/+39 |
| | | | |||||
| * | | 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 ↵ | Sergiusz Bazanski | 2018-07-20 | 48 | -825/+754 |
| |\ \ | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * | | | Refactor renderer thread | Sergiusz Bazanski | 2018-07-20 | 2 | -27/+64 |
| | | | | |||||
| * | | | WIP. | Serge Bazanski | 2018-07-17 | 7 | -96/+227 |
| | | | | |||||
| * | | | 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 ↵ | Serge Bazanski | 2018-07-17 | 25 | -395/+1211 |
| |\ \ \ | | | | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * \ \ \ | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Serge Bazanski | 2018-07-15 | 16 | -313/+810 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * | | | | | 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 | 5 | -27/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us more precisely control the lifetime of IdString databases in contexts/arches. | ||||
* | | | | | | Add Loc constructors | Clifford Wolf | 2018-07-21 | 4 | -17/+10 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | | Added driver and users for nets | Miodrag Milanovic | 2018-07-21 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | Merge branch 'router1ng' into 'master' | Clifford Wolf | 2018-07-21 | 2 | -87/+341 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Router1ng See merge request SymbioticEDA/nextpnr!13 | ||||
| * | | | | | Bugfix in router1: Also bind src_wire | Clifford Wolf | 2018-07-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | | | Add final sanity check in router1 | Clifford Wolf | 2018-07-21 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | | | | Refactoring of router1 | Clifford Wolf | 2018-07-21 | 2 | -87/+320 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use source-sink pairs as jobs, not whole nets - Route nets with smallest slack first - Preserve routes for already routed source-sink pairs - Add small incentive for re-using wires Signed-off-by: Clifford Wolf <clifford@clifford.at> |