Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clangformat | D. Shah | 2021-01-28 | 1 | -2/+3 |
| | | | | Signed-off-by: D. Shah <dave@ds0.me> | ||||
* | json: fix handling of 32-bit parameters | Marcin Kościelnicki | 2020-02-01 | 1 | -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 outside | Tobias Müller | 2020-01-11 | 1 | -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 ports | David Shah | 2019-11-27 | 1 | -28/+28 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: Fix import/export of ports driven by the same net | David Shah | 2019-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: Group bus ports in backend | David Shah | 2019-08-07 | 1 | -5/+59 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Fix typo in jsonwrite | David Shah | 2019-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 1 | -5/+11 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | clangformat run | Miodrag Milanovic | 2019-06-25 | 1 | -16/+16 |
| | |||||
* | Preserve ports | Miodrag Milanovic | 2019-06-21 | 1 | -2/+11 |
| | |||||
* | Use properties for settings and save in json | Miodrag Milanovic | 2019-06-12 | 1 | -3/+2 |
| | |||||
* | Save top level attrs and store current step | Miodrag Milanovic | 2019-06-07 | 1 | -2/+6 |
| | |||||
* | WIP saving/loading attributes | Miodrag Milanovic | 2019-06-07 | 1 | -71/+3 |
| | |||||
* | Use index as unique identifier for nets | Miodrag Milanovic | 2019-06-04 | 1 | -4/+2 |
| | |||||
* | hacky way to support ECP5 for now | Miodrag Milanovic | 2019-06-03 | 1 | -0/+5 |
| | |||||
* | Support ecp5 read write additional cell info | Miodrag Milanovic | 2019-06-03 | 1 | -0/+13 |
| | |||||
* | use NEXTPNR_BEL, since BEL is initial placement | Miodrag Milanovic | 2019-06-02 | 1 | -0/+5 |
| | |||||
* | preserve constraints | Miodrag Milanovic | 2019-06-02 | 1 | -2/+26 |
| | |||||
* | Added support for attributes/properties types | Miodrag Milanovic | 2019-06-01 | 1 | -2/+5 |
| | |||||
* | Add writing routing data to json | Miodrag Milanovic | 2019-06-01 | 1 | -2/+23 |
| | |||||
* | Solve some of connection issues | Miodrag Milanovic | 2019-05-31 | 1 | -11/+11 |
| | |||||
* | Initial work on jsonwrite | Miodrag Milanovic | 2019-05-31 | 1 | -0/+167 |