aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chipdb.py
Commit message (Expand)AuthorAgeFilesLines
* Add new iCE40 delay estimator and delay predictorClifford Wolf2018-08-041-1/+1
* Fix bug in ice40 chipdby.py add_wire() that moves some wires to X0/Y0Clifford Wolf2018-08-041-3/+7
* Merge branch 'master' of github.com:YosysHQ/nextpnr into lutpermClifford Wolf2018-08-041-1/+5
|\
| * ice40: Add SB_GB timing to databaseDavid Shah2018-08-041-1/+5
* | Proper ice40 wire typesClifford Wolf2018-08-031-42/+93
* | Add iCE40 pseudo-pips for lut permutationClifford Wolf2018-08-031-12/+35
|/
* Merge pull request #22 from YosysHQ/routethruClifford Wolf2018-08-031-3/+38
|\
| * Add LUT route-through pips to iCE40 architecture databaseClifford Wolf2018-08-021-3/+38
* | ice40: Use real cell timingsDavid Shah2018-08-021-5/+6
* | ice40: Adding cell timings to chipdbDavid Shah2018-08-021-0/+72
|/
* Use icestorm timing informationClifford Wolf2018-07-311-27/+42
* Add binary search to getBelPinWire() and getBelPinType()Clifford Wolf2018-07-311-8/+6
* Towards better ice40 timing dataClifford Wolf2018-07-301-7/+21
* cmake: Set --fast and --slow chipdb.py argumentsDavid Shah2018-07-301-1/+1
* Add ice40 chipdb.py --fast/--slowClifford Wolf2018-07-301-0/+30
* Add iCE40 fast/slow delay fields to chipdbClifford Wolf2018-07-301-3/+9
* Improvements in bbasmClifford Wolf2018-07-261-1/+2
* Use bbasm to create iCE40 chipdbClifford Wolf2018-07-241-273/+38
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pllSergiusz Bazanski2018-07-241-37/+1
|\
| * Remove uphill/downhill bel pins from ice40 dbClifford Wolf2018-07-241-30/+0
| * ice40: Fix SPRAM and other primitives in corners other than (0, 0)David Shah2018-07-241-1/+1
* | ice40: move PLL->IO from pseudo pip to second uphill belSergiusz Bazanski2018-07-241-35/+3
* | ice40: emit list of upbels in chipdbSergiusz Bazanski2018-07-241-12/+18
* | ice40: Emit feed-through LUTs for PLL/LOCKSergiusz Bazanski2018-07-241-1/+1
* | ice40: Implement emitting PLLsSergiusz Bazanski2018-07-241-0/+41
|/
* Add Context::archcheck() and "nextpnr-ice40 --test"Clifford Wolf2018-07-231-40/+54
* Bugfix in iCE40 chipdb.pyClifford Wolf2018-07-231-3/+0
* Add Arch::getBelPinType() and Arch::getWireBelPins() in iCE40 archClifford Wolf2018-07-221-2/+27
* ice40: Add virtual padin wires for intoscs and GB_IOsDavid Shah2018-07-191-1/+14
* ice40: Adding data for extra cell configurationDavid Shah2018-07-191-3/+22
* Remove pip names from ice40 chip db to safe memoryClifford Wolf2018-07-151-1/+1
* Add iCE40 Pip gfxClifford Wolf2018-07-151-6/+24
* Fix ice40 gfx wire indicesClifford Wolf2018-07-131-1/+1
* Updates from clang-formatClifford Wolf2018-07-121-1/+3
* Fix ice40 wire segments in lutff complexClifford Wolf2018-07-121-2/+2
* Improve iCE40 wire database and gfxClifford Wolf2018-07-121-1/+34
* Deterministic chipdb blobsClifford Wolf2018-07-111-2/+2
* Add opetion to defie ICEBOX_ROOT, fix compile on other locationMiodrag Milanovic2018-07-031-1/+2
* Make chibdb.py able to generate pure binary outputMiodrag Milanovic2018-07-031-5/+27
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-221-1/+1
|\
| * Merge branch 'q3k/gl' into 'master'Serge Bazanski2018-06-221-1/+1
| |\
| | * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/glSergiusz Bazanski2018-06-221-4/+66
| | |\
| | * | chipdb.py style fixSergiusz Bazanski2018-06-201-1/+1
* | | | ice40: Adding extra cell wires to database; SB_WARMBOOT workingDavid Shah2018-06-221-0/+47
|/ / /
* | / ice40: Preparations for extra cells supportDavid Shah2018-06-221-0/+12
| |/ |/|
* | ice40: Add UltraPlus tiles to databaseDavid Shah2018-06-221-4/+66
|/
* Improve --tmfuzz mode and iCE40 delay estimatorClifford Wolf2018-06-201-4/+4
* Fix chipdb UltraPlus wiresDavid Shah2018-06-201-1/+1
* Add better iCE40 delay estimatesClifford Wolf2018-06-201-5/+113
* Refactore ice40 chipdb to use a super-large C-string as output formatClifford Wolf2018-06-171-18/+76