aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
Commit message (Expand)AuthorAgeFilesLines
* Change getBudgetOverride() signature to return bool and modify budget in placeEddie Hung2018-08-052-5/+7
* API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings)David Shah2018-08-051-9/+9
* API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)Clifford Wolf2018-08-054-85/+82
* clangformatClifford Wolf2018-08-055-97/+84
* Fix bug in ice40 estimateDelay()Clifford Wolf2018-08-041-4/+6
* Use faster model for ice40 predictDelay()Clifford Wolf2018-08-041-1/+6
* Add new iCE40 delay estimator and delay predictorClifford Wolf2018-08-045-121/+343
* ice40: Bitstream gen for LUT permutationDavid Shah2018-08-041-8/+78
* Add generation of models to tmfuzzClifford Wolf2018-08-043-9/+184
* Refactor ice40 timing fuzzer used to create delay estimatesClifford Wolf2018-08-045-61/+180
* Fix bug in ice40 chipdby.py add_wire() that moves some wires to X0/Y0Clifford Wolf2018-08-041-3/+7
* Remove SVG functionality from ice40 mainClifford Wolf2018-08-041-31/+0
* Merge branch 'master' of github.com:YosysHQ/nextpnr into lutpermClifford Wolf2018-08-048-571/+324
|\
| * Merge branch 'master' into slack_redist_freqEddie Hung2018-08-039-565/+316
| |\
| | * Merge pull request #23 from daveshah1/use_placeconstrDavid Shah2018-08-048-564/+311
| | |\
| | | * clangformatDavid Shah2018-08-043-3/+4
| | | * Tidy upDavid Shah2018-08-042-2/+2
| | | * Add constraint weight as a command line optionDavid Shah2018-08-033-1/+14
| | | * Fixing constraint placement bugsDavid Shah2018-08-033-4/+10
| | | * Fixing relative constraint implementationDavid Shah2018-08-031-1/+2
| | | * Reworking packer and placer to use new generic rel legaliserDavid Shah2018-08-032-1/+4
| | | * Remove old place legaliser, set placement constraints instead (currently igno...David Shah2018-08-034-562/+285
| | * | ice40: Add SB_GB timing to databaseDavid Shah2018-08-041-1/+5
| | |/
| * / Auto frequency only if --freq 0 is setEddie Hung2018-08-031-7/+10
| |/
* | Proper ice40 wire typesClifford Wolf2018-08-035-57/+155
* | Add iCE40 pseudo-pips for lut permutationClifford Wolf2018-08-036-27/+157
|/
* Merge pull request #21 from daveshah1/promote_logic_globalsClifford Wolf2018-08-031-10/+40
|\
| * ice40: Promote 'logic' globals as well as clock/enable/resetDavid Shah2018-08-031-10/+40
* | Merge pull request #22 from YosysHQ/routethruClifford Wolf2018-08-034-15/+129
|\ \
| * | ice40: Add bitstream gen for routethru LUTsDavid Shah2018-08-031-9/+58
| * | Add LUT route-through pips to iCE40 architecture databaseClifford Wolf2018-08-023-6/+71
* | | Make worker genericMiodrag Milanovic2018-08-021-2/+4
| |/ |/|
* | Merge pull request #11 from mmicko/project_loadMiodrag Milanović2018-08-021-0/+9
|\ \
| * | preserve command line parameters for project loadMiodrag Milanovic2018-08-021-0/+9
* | | ice40: Use real cell timingsDavid Shah2018-08-023-28/+24
* | | ice40: Adding cell timings to chipdbDavid Shah2018-08-022-0/+87
| |/ |/|
* | Add Router1CfgClifford Wolf2018-08-021-1/+5
|/
* Remove getFrameDecal() APIClifford Wolf2018-08-014-16/+0
* ice40: Add HFOSC support, force fabric routing on oscillators for nowDavid Shah2018-08-013-3/+20
* clangformatDavid Shah2018-08-011-1/+1
* Display warning only if gui is not usedMiodrag Milanovic2018-08-011-2/+5
* Fix filenames for MSVC buildMiodrag Milanovic2018-08-011-4/+4
* Merge branch 'redist_slack' into 'master'David Shah2018-08-013-2/+49
|\
| * clangformat for stuff I've touchedEddie Hung2018-07-312-13/+16
| * Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-312-3/+2
| * Add --slack_redist_iter for ice40Eddie Hung2018-07-311-1/+5
| * Merge branch 'redist_slack' of gitlab.com:SymbioticEDA/nextpnr into redist_slackEddie Hung2018-07-313-45/+92
| |\
| | * Merge remote-tracking branch 'origin/estdelay' into redist_slackEddie Hung2018-07-312-16/+21
| | |\
| | | * Modify predictDelay signatureEddie Hung2018-07-302-9/+14
| | * | Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-313-1/+37
| | |\ \