aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/json_frontend.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add control to whether GenericFrontend splits IO ports.Keith Rothman2021-02-111-1/+1
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* json: fix handling of 32-bit parametersMarcin Koƛcielnicki2020-02-011-2/+6
| | | | | | 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.
* clangformatDavid Shah2020-01-201-4/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Warnings noticed by clangMiodrag Milanovic2020-01-181-13/+13
|
* frontend: Support for loading settings and nextpnr stateDavid Shah2019-12-271-0/+10
| | | | Signed-off-by: David Shah <dave@ds0.me>
* frontend/generic: Fix regressionsDavid Shah2019-12-271-1/+1
| | | | Signed-off-by: David Shah <dave@ds0.me>
* frontend: Improved error handling and fixesDavid Shah2019-12-271-0/+4
| | | | Signed-off-by: David Shah <dave@ds0.me>
* frontend: Fix template compile issuesDavid Shah2019-12-271-25/+25
| | | | Signed-off-by: David Shah <dave@ds0.me>
* frontend: JSON implementation of the generic frameworkDavid Shah2019-12-271-0/+189
Signed-off-by: David Shah <dave@ds0.me>