aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
Commit message (Expand)AuthorAgeFilesLines
* Add bba #embed supportClifford Wolf2019-12-011-5/+14
* ice40: Make HeAP the default placerDavid Shah2019-11-261-0/+4
* Merge pull request #345 from YosysHQ/dave/sdfDavid Shah2019-11-182-15/+23
|\
| * sdf: Working on support for CVCDavid Shah2019-10-241-1/+1
| * ice40: Preserve top level IO properlyDavid Shah2019-10-192-14/+22
* | ice40: cmake: fix build with pregenerated bba pathSean Cross2019-10-241-8/+0
|/
* ice40: Add set_frequency pcf command; and document pcfDavid Shah2019-10-131-0/+4
* ice40: Add support for PLL DELAY_ADJUSTMENT_MODEDavid Shah2019-09-231-1/+15
* ice40: Fix carry feed-out when we have to split the chain nextDavid Shah2019-09-231-2/+19
* Merge pull request #332 from YosysHQ/dave/python-refactorDavid Shah2019-09-191-96/+2
|\
| * python: Refactor out bindings shared between ECP5 and iCE40David Shah2019-09-151-96/+2
* | Merge branch 'precompiled-bba' of https://github.com/xobs/nextpnr into xobs-p...David Shah2019-09-191-10/+32
|\ \
| * | ice40: support PREGENERATED_BBA_PATHSean Cross2019-09-171-18/+31
| |/
* | Merge pull request #330 from zeldin/bbaDavid Shah2019-09-191-5/+6
|\ \ | |/ |/|
| * CMake: Generate chipdbs in build tree when building out-of-treeMarcus Comstedt2019-09-151-3/+4
| * bba: Require explicit endianness flag, and supply itMarcus Comstedt2019-09-151-2/+2
* | python: Fix getWireBelPinsDavid Shah2019-09-152-0/+20
|/
* Merge pull request #329 from YosysHQ/dave/net_aliasesDavid Shah2019-09-131-0/+5
|\
| * json: Add support for net aliasesDavid Shah2019-09-131-0/+5
* | ice40: Move clock constraints across SB_IO and SB_GB_IODavid Shah2019-09-131-0/+20
|/
* ice40: Fix DSP cascade wiresDavid Shah2019-09-031-4/+9
* ice40: Only warn about default package if there is no package argumentSylvain Munaut2019-08-101-3/+4
* Add deprecation warning for default packagesDavid Shah2019-08-083-3/+5
* ice40/examples: Fix blinky.shDavid Shah2019-08-081-1/+1
* ice40: Add better stats on LC packingDavid Shah2019-08-082-1/+15
* ice40: Fix regressionDavid Shah2019-08-051-1/+3
* Major Property improvements for common and iCE40David Shah2019-08-058-161/+169
* Merge pull request #284 from YosysHQ/json_writeDavid Shah2019-07-035-98/+90
|\
| * clangformat runMiodrag Milanovic2019-06-253-27/+26
| * Merge masterMiodrag Milanovic2019-06-258-4/+83
| |\
| * | enable lading of jsons and setting up contextMiodrag Milanovic2019-06-141-0/+2
| * | Use flags for each stepMiodrag Milanovic2019-06-142-3/+3
| * | restore arch info for ecp5Miodrag Milanovic2019-06-141-0/+3
| * | restore context from jsonMiodrag Milanovic2019-06-141-3/+43
| * | Load properties from json and propagate to context createMiodrag Milanovic2019-06-131-2/+2
| * | Save settings that we saved in projectMiodrag Milanovic2019-06-131-1/+1
| * | Remove concept of project and code connectedMiodrag Milanovic2019-06-131-76/+0
| * | Use properties for settings and save in jsonMiodrag Milanovic2019-06-121-1/+1
| * | Save top level attrs and store current stepMiodrag Milanovic2019-06-072-0/+3
| * | Add vcc and gnd nets and cells only if neededMiodrag Milanovic2019-06-071-5/+20
| * | CleanupMiodrag Milanovic2019-06-072-13/+0
| * | WIP saving/loading attributesMiodrag Milanovic2019-06-073-4/+23
| * | Revert "Do not add VCC if not used, loading json works"Miodrag Milanovic2019-06-021-6/+5
| * | Added support for attributes/properties typesMiodrag Milanovic2019-06-011-1/+1
| * | Do not add VCC if not used, loading json worksMiodrag Milanovic2019-05-311-5/+6
* | | Merge pull request #297 from whitequark/serialize-chipdbDavid Shah2019-06-271-21/+29
|\ \ \
| * | | CMake: serialize chipdb generation by default.whitequark2019-06-261-2/+10
| * | | CMake: formatting. NFC.whitequark2019-06-261-21/+21
| | |/ | |/|
* | | Merge pull request #283 from tux3/warn_pcf_trailingDavid Shah2019-06-261-1/+4
|\ \ \ | |/ / |/| |
| * | ice40: Warn that trailing PCF settings are ignoredtux32019-05-311-1/+4
| |/