Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add iCE40 gfx for wires connecting fabric tiles and IO tiles | Clifford Wolf | 2018-08-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve iCE40 gfx for IO tiles and RAM tiles | Clifford Wolf | 2018-08-18 | 1 | -21/+179 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add ice40 wire attributes (grid position, segment list) | Clifford Wolf | 2018-08-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Get rid of old iCE40 id_ Arch members | Clifford Wolf | 2018-08-08 | 1 | -0/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -40/+34 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add new iCE40 delay estimator and delay predictor | Clifford Wolf | 2018-08-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix bug in ice40 chipdby.py add_wire() that moves some wires to X0/Y0 | Clifford Wolf | 2018-08-04 | 1 | -3/+7 |
| | | | | 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/+5 |
|\ | |||||
| * | ice40: Add SB_GB timing to database | David Shah | 2018-08-04 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Proper ice40 wire types | Clifford Wolf | 2018-08-03 | 1 | -42/+93 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Add iCE40 pseudo-pips for lut permutation | Clifford Wolf | 2018-08-03 | 1 | -12/+35 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #22 from YosysHQ/routethru | Clifford Wolf | 2018-08-03 | 1 | -3/+38 |
|\ | | | | | Add iCE40 LUT route-through pips | ||||
| * | Add LUT route-through pips to iCE40 architecture database | Clifford Wolf | 2018-08-02 | 1 | -3/+38 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | ice40: Use real cell timings | David Shah | 2018-08-02 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ice40: Adding cell timings to chipdb | David Shah | 2018-08-02 | 1 | -0/+72 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Use icestorm timing information | Clifford Wolf | 2018-07-31 | 1 | -27/+42 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add binary search to getBelPinWire() and getBelPinType() | Clifford Wolf | 2018-07-31 | 1 | -8/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Towards better ice40 timing data | Clifford Wolf | 2018-07-30 | 1 | -7/+21 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | cmake: Set --fast and --slow chipdb.py arguments | David Shah | 2018-07-30 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Add ice40 chipdb.py --fast/--slow | Clifford Wolf | 2018-07-30 | 1 | -0/+30 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add iCE40 fast/slow delay fields to chipdb | Clifford Wolf | 2018-07-30 | 1 | -3/+9 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improvements in bbasm | Clifford Wolf | 2018-07-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Use bbasm to create iCE40 chipdb | Clifford Wolf | 2018-07-24 | 1 | -273/+38 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll | Sergiusz Bazanski | 2018-07-24 | 1 | -37/+1 |
|\ | |||||
| * | Remove uphill/downhill bel pins from ice40 db | Clifford Wolf | 2018-07-24 | 1 | -30/+0 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | ice40: Fix SPRAM and other primitives in corners other than (0, 0) | David Shah | 2018-07-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ice40: move PLL->IO from pseudo pip to second uphill bel | Sergiusz Bazanski | 2018-07-24 | 1 | -35/+3 |
| | | |||||
* | | ice40: emit list of upbels in chipdb | Sergiusz Bazanski | 2018-07-24 | 1 | -12/+18 |
| | | |||||
* | | ice40: Emit feed-through LUTs for PLL/LOCK | Sergiusz Bazanski | 2018-07-24 | 1 | -1/+1 |
| | | |||||
* | | ice40: Implement emitting PLLs | Sergiusz Bazanski | 2018-07-24 | 1 | -0/+41 |
|/ | |||||
* | Add Context::archcheck() and "nextpnr-ice40 --test" | Clifford Wolf | 2018-07-23 | 1 | -40/+54 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Bugfix in iCE40 chipdb.py | Clifford Wolf | 2018-07-23 | 1 | -3/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Arch::getBelPinType() and Arch::getWireBelPins() in iCE40 arch | Clifford Wolf | 2018-07-22 | 1 | -2/+27 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | ice40: Add virtual padin wires for intoscs and GB_IOs | David Shah | 2018-07-19 | 1 | -1/+14 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | ice40: Adding data for extra cell configuration | David Shah | 2018-07-19 | 1 | -3/+22 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Remove pip names from ice40 chip db to safe memory | Clifford Wolf | 2018-07-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add iCE40 Pip gfx | Clifford Wolf | 2018-07-15 | 1 | -6/+24 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix ice40 gfx wire indices | Clifford Wolf | 2018-07-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Updates from clang-format | Clifford Wolf | 2018-07-12 | 1 | -1/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix ice40 wire segments in lutff complex | Clifford Wolf | 2018-07-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve iCE40 wire database and gfx | Clifford Wolf | 2018-07-12 | 1 | -1/+34 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Deterministic chipdb blobs | Clifford Wolf | 2018-07-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add opetion to defie ICEBOX_ROOT, fix compile on other location | Miodrag Milanovic | 2018-07-03 | 1 | -1/+2 |
| | |||||
* | Make chibdb.py able to generate pure binary output | Miodrag Milanovic | 2018-07-03 | 1 | -5/+27 |
| | |||||
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-22 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'q3k/gl' into 'master' | Serge Bazanski | 2018-06-22 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Modern OpenGL renderer See merge request SymbioticEDA/nextpnr!1 | ||||
| | * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/gl | Sergiusz Bazanski | 2018-06-22 | 1 | -4/+66 |
| | |\ | |||||
| | * | | chipdb.py style fix | Sergiusz Bazanski | 2018-06-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | ice40: Adding extra cell wires to database; SB_WARMBOOT working | David Shah | 2018-06-22 | 1 | -0/+47 |
|/ / / | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | / | ice40: Preparations for extra cells support | David Shah | 2018-06-22 | 1 | -0/+12 |
| |/ |/| | | | | | Signed-off-by: David Shah <davey1576@gmail.com> |