aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Use index as unique identifier for netsMiodrag Milanovic2019-06-041-4/+2
| | |
| * | hacky way to support ECP5 for nowMiodrag Milanovic2019-06-032-1/+10
| | |
| * | Support ecp5 read write additional cell infoMiodrag Milanovic2019-06-032-4/+30
| | |
| * | use NEXTPNR_BEL, since BEL is initial placementMiodrag Milanovic2019-06-022-1/+6
| | |
| * | Read constraints and placing from fileMiodrag Milanovic2019-06-021-0/+50
| | |
| * | preserve constraintsMiodrag Milanovic2019-06-021-2/+26
| | |
| * | option to disable packingMiodrag Milanovic2019-06-021-4/+8
| | |
| * | added no-place and no-route optionsMiodrag Milanovic2019-06-021-12/+22
| | |
| * | Revert "Do not add VCC if not used, loading json works"Miodrag Milanovic2019-06-021-6/+5
| | | | | | | | | | | | This reverts commit f1b3a14bc23ccee6acaf6bbe27827523dc13c111.
| * | Proper save messageMiodrag Milanovic2019-06-021-1/+1
| | |
| * | Added support for attributes/properties typesMiodrag Milanovic2019-06-016-13/+51
| | |
| * | Add reading attributes to nets from jsonMiodrag Milanovic2019-06-011-0/+59
| | |
| * | Add writing routing data to jsonMiodrag Milanovic2019-06-011-2/+23
| | |
| * | Solve issue with nets/cells not visible on loadMiodrag Milanovic2019-06-011-1/+1
| | |
| * | Do not add VCC if not used, loading json worksMiodrag Milanovic2019-05-311-5/+6
| | |
| * | Solve some of connection issuesMiodrag Milanovic2019-05-311-11/+11
| | |
| * | Initial work on jsonwriteMiodrag Milanovic2019-05-313-0/+208
| | |
* | | Merge pull request #297 from whitequark/serialize-chipdbDavid Shah2019-06-273-31/+48
|\ \ \ | | | | | | | | Serialize chipdb generation by default
| * | | CMake: serialize chipdb generation by default.whitequark2019-06-263-8/+25
| | | | | | | | | | | | | | | | Fixes #296.
| * | | CMake: formatting. NFC.whitequark2019-06-262-25/+25
| | |/ | |/|
* | | Merge pull request #298 from YosysHQ/clifford/bbasmDavid Shah2019-06-271-7/+13
|\ \ \ | | | | | | | | Improvements in bbasm
| * | | Improvements in bbasmClifford Wolf2019-06-271-7/+13
|/ / / | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | Merge pull request #248 from koriakin/bba-fixClifford Wolf2019-06-271-4/+5
|\ \ \ | | | | | | | | bba: Fix str with empty string.
| * | | bba: Fix str with empty string.Marcin Kościelnicki2019-03-121-4/+5
| | | | | | | | | | | | | | | | Signed-off-by: Marcin Kościelnicki <marcin@symbioticeda.com>
* | | | Merge pull request #283 from tux3/warn_pcf_trailingDavid Shah2019-06-261-1/+4
|\ \ \ \ | |_|/ / |/| | | ice40: Warn that trailing PCF settings are ignored
| * | | ice40: Warn that trailing PCF settings are ignoredtux32019-05-311-1/+4
| | |/ | |/|
* | | Merge pull request #294 from YosysHQ/eddie/whiteboxesDavid Shah2019-06-241-7/+12
|\ \ \ | | | | | | | | Changes to cope with YosysHQ/yosys#943
| * | | Changes to cope with YosysHQ/yosys#943Eddie Hung2019-04-191-7/+12
| | | |
* | | | Merge pull request #276 from YosysHQ/add-linkDavid Shah2019-06-241-0/+3
|\ \ \ \ | | | | | | | | | | Add link to arXiv paper
| * | | | Add link to arXiv paperEddie Hung2019-05-201-0/+3
| | | | |
* | | | | clangformatDavid Shah2019-06-245-9/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | | Merge pull request #293 from YosysHQ/json_portsDavid Shah2019-06-241-5/+35
|\ \ \ \ \ | | | | | | | | | | | | Add support for upto and offset in JSON files
| * | | | | Fix formattingMiodrag Milanovic2019-06-241-9/+9
| | | | | |
| * | | | | Reversed logicMiodrag Milanovic2019-06-221-2/+2
| | | | | |
| * | | | | Add support for upto and offset in JSON filesMiodrag Milanovic2019-06-211-5/+35
| | | | | |
* | | | | | timing: Add missing std::minDavid Shah2019-06-231-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | | ecp5: Delay tweaking for lower speed gradesDavid Shah2019-06-212-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | | ecp5: Reduce cfg.criticalityExponent for nowDavid Shah2019-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | | Merge pull request #288 from corecode/u4kDavid Shah2019-06-108-4/+77
|\ \ \ \ \ | | | | | | | | | | | | ice40: add RGB_DRV/LED_DRV_CUR support for u4k
| * | | | | ice40: add RGB_DRV/LED_DRV_CUR support for u4kSimon Schubert2019-06-108-4/+77
|/ / / / /
* | | | | ecp5: Improve error message for bad chars in BRAM init stringsDavid Shah2019-06-081-7/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
* | | | | Merge pull request #285 from whitequark/fix-missing-newlineDavid Shah2019-06-041-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix missing \n in log statement
| * | | | Fix missing \n in log statement.whitequark2019-06-041-1/+1
|/ / / /
* | | | Merge pull request #281 from whitequark/prefer-ports-as-netlabelDavid Shah2019-05-292-4/+13
|\ \ \ \ | | | | | | | | | | When choosing between labels for one net, always prefer ports
| * | | | When choosing between labels for one net, always prefer ports.whitequark2019-05-292-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Ports are already used in PCF and LPF files, so it is natural that the developer would use them for constraints as well. 2. Unpredictable (the set of netlabels nextpnr looks at depends on the optimizations during synthesis) net naming makes it impossible for code generators like nMigen to reliably apply clock constraints.
* | | | | Added explanation, fixes issue #278Miodrag Milanovic2019-05-271-1/+1
|/ / / /
* | | | Merge pull request #279 from YosysHQ/gui-no-aaMiodrag Milanović2019-05-253-4/+6
|\ \ \ \ | | | | | | | | | | option to disable anti aliasing in gui
| * | | | option to disable anti aliasing in guiMiodrag Milanovic2019-05-253-4/+6
|/ / / /
* | | | Merge pull request #169 from ajeakins/masterMiodrag Milanović2019-05-233-20/+24
|\ \ \ \ | | | | | | | | | | Fix device view not showing anything on macOS.
| * | | | Bring back check that GL contexts get the format requested.Adrian Jeakins2019-05-011-0/+13
| | | | |