Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clangformat | Clifford Wolf | 2018-08-05 | 1 | -34/+32 |
| | |||||
* | Add new iCE40 delay estimator and delay predictor | Clifford Wolf | 2018-08-04 | 1 | -58/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add generation of models to tmfuzz | Clifford Wolf | 2018-08-04 | 1 | -0/+30 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Refactor ice40 timing fuzzer used to create delay estimates | Clifford Wolf | 2018-08-04 | 1 | -16/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm | Clifford Wolf | 2018-08-04 | 1 | -1/+6 |
|\ | |||||
| * | clangformat | David Shah | 2018-08-04 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Add constraint weight as a command line option | David Shah | 2018-08-03 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Proper ice40 wire types | Clifford Wolf | 2018-08-03 | 1 | -0/+39 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add iCE40 pseudo-pips for lut permutation | Clifford Wolf | 2018-08-03 | 1 | -2/+15 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Use real cell timings | David Shah | 2018-08-02 | 1 | -22/+17 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add Router1Cfg | Clifford Wolf | 2018-08-02 | 1 | -1/+5 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove getFrameDecal() API | Clifford Wolf | 2018-08-01 | 1 | -12/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -12/+14 |
| | |||||
* | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -2/+1 |
| | | | | user_idx and to take a PortRef& instead | ||||
* | Merge remote-tracking branch 'origin/estdelay' into redist_slack | Eddie Hung | 2018-07-31 | 1 | -16/+20 |
|\ | | | | | | | | | | | | | Conflicts: ecp5/arch.cc generic/arch.cc ice40/arch.cc | ||||
| * | Modify predictDelay signature | Eddie Hung | 2018-07-30 | 1 | -8/+13 |
| | | |||||
| * | Add predictDelay Arch API | Clifford Wolf | 2018-07-30 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge branch 'redist_slack' into 'redist_slack' | Eddie Hung | 2018-07-31 | 1 | -0/+31 |
|\ \ | | | | | | | | | | # Conflicts: # common/timing.cc | ||||
| * | | clangformat | Eddie Hung | 2018-07-28 | 1 | -5/+6 |
| | | | |||||
| * | | ice40 estimateDelay to account for out/in muxes | Eddie Hung | 2018-07-27 | 1 | -0/+16 |
| | | | |||||
| * | | getBudgetOverride() now handles COUT crossing tiles | Eddie Hung | 2018-07-26 | 1 | -5/+12 |
| | | | |||||
| * | | Revert "Remove Arch::getBudgetOverride()" | Eddie Hung | 2018-07-26 | 1 | -0/+7 |
| |/ | | | | | | | This reverts commit 749dae4ae5b2b719237af5db28e98ff671bae265. | ||||
* | | getChipName() should be const | Clifford Wolf | 2018-07-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add binary search to getBelPinWire() and getBelPinType() | Clifford Wolf | 2018-07-31 | 1 | -7/+36 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Use DelayInfo for cell timing instead of delay_t | David Shah | 2018-07-30 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Add iCE40 fast/slow delay fields to chipdb | Clifford Wolf | 2018-07-30 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | common: rename GraphicElement::{style,type} enums, add _MAX members | Sergiusz Bazanski | 2018-07-26 | 1 | -14/+14 |
| | |||||
* | clangformat and GraphicElement::style comments | Clifford Wolf | 2018-07-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Move iCE40 switchbox gfx to UI groups | Clifford Wolf | 2018-07-26 | 1 | -93/+162 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Reduce id() lookups for commonly used update_budget() | Eddie Hung | 2018-07-24 | 1 | -15/+22 |
| | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll | Sergiusz Bazanski | 2018-07-24 | 1 | -25/+15 |
|\ | |||||
| * | Remove implementations of deprecated APIs | David Shah | 2018-07-24 | 1 | -25/+0 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | timing: Model clock to Q times | David Shah | 2018-07-24 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ice40: Move spliceLUT back to pack.cc | Sergiusz Bazanski | 2018-07-24 | 1 | -49/+0 |
| | | |||||
* | | ice40: Refactor PLL/LOCK LUT splicing out into Arch:: | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+50 |
| | | |||||
* | | ice40: Implement emitting PLLs | Sergiusz Bazanski | 2018-07-24 | 1 | -1/+2 |
|/ | |||||
* | Add Arch::getBelPins() to generic and iCE40 archs | Clifford Wolf | 2018-07-22 | 1 | -0/+15 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Arch::getBelPinType() and Arch::getWireBelPins() in iCE40 arch | Clifford Wolf | 2018-07-22 | 1 | -0/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | Clifford Wolf | 2018-07-22 | 1 | -2/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'q3k/lock-2-electric-boogaloo' into 'master' | Clifford Wolf | 2018-07-21 | 1 | -4/+4 |
|\ | | | | | | | | | 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 | -1/+42 |
| |\ | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * | | Re-enable drawing Pips. | Sergiusz Bazanski | 2018-07-20 | 1 | -3/+3 |
| | | | |||||
| * | | clang-format | Sergiusz Bazanski | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Nuke IdStringDB | Sergiusz Bazanski | 2018-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Sergiusz Bazanski | 2018-07-20 | 1 | -8/+50 |
| |\ \ | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * \ \ | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Serge Bazanski | 2018-07-15 | 1 | -8/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * | | | | Refactor IdString functionality into IdStringDB | Serge Bazanski | 2018-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This lets us more precisely control the lifetime of IdString databases in contexts/arches. | ||||
* | | | | | Add Loc constructors | Clifford Wolf | 2018-07-21 | 1 | -6/+1 |
| |_|_|/ |/| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Add Location APIs to generic arch | Clifford Wolf | 2018-07-20 | 1 | -7/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |