aboutsummaryrefslogtreecommitdiffstats
path: root/json/jsonwrite.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib in most remaining codegatecat2021-06-021-1/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Use hashlib for core netlist structuresgatecat2021-06-021-3/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* clangformatD. Shah2021-01-281-2/+3
| | | | Signed-off-by: D. Shah <dave@ds0.me>
* json: fix handling of 32-bit parametersMarcin Kościelnicki2020-02-011-10/+1
| | | | | | See YosysHQ/yosys#1671 for rationale. Also, added some validation to our parser, so that out-of-range values are reported and the user knows they should update yosys.
* Change version to git describe and make set-able from outsideTobias Müller2020-01-111-1/+1
| | | | | | | Change version to use git describe instead of git log as this will also work if tags are present and make the version string set-able from outside as a parameter to cmake, so that package managers can set this if building outside of a git working tree.
* jsonwrite: Fix bus cell portsDavid Shah2019-11-271-28/+28
| | | | Signed-off-by: David Shah <dave@ds0.me>
* json: Fix import/export of ports driven by the same netDavid Shah2019-08-071-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* json: Group bus ports in backendDavid Shah2019-08-071-5/+59
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Fix typo in jsonwriteDavid Shah2019-08-071-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Major Property improvements for common and iCE40David Shah2019-08-051-5/+11
| | | | Signed-off-by: David Shah <dave@ds0.me>
* clangformat runMiodrag Milanovic2019-06-251-16/+16
|
* Preserve portsMiodrag Milanovic2019-06-211-2/+11
|
* Use properties for settings and save in jsonMiodrag Milanovic2019-06-121-3/+2
|
* Save top level attrs and store current stepMiodrag Milanovic2019-06-071-2/+6
|
* WIP saving/loading attributesMiodrag Milanovic2019-06-071-71/+3
|
* Use index as unique identifier for netsMiodrag Milanovic2019-06-041-4/+2
|
* hacky way to support ECP5 for nowMiodrag Milanovic2019-06-031-0/+5
|
* Support ecp5 read write additional cell infoMiodrag Milanovic2019-06-031-0/+13
|
* use NEXTPNR_BEL, since BEL is initial placementMiodrag Milanovic2019-06-021-0/+5
|
* preserve constraintsMiodrag Milanovic2019-06-021-2/+26
|
* Added support for attributes/properties typesMiodrag Milanovic2019-06-011-2/+5
|
* Add writing routing data to jsonMiodrag Milanovic2019-06-011-2/+23
|
* Solve some of connection issuesMiodrag Milanovic2019-05-311-11/+11
|
* Initial work on jsonwriteMiodrag Milanovic2019-05-311-0/+167