aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/json11
Commit message (Collapse)AuthorAgeFilesLines
* json: fix handling of 32-bit parametersMarcin Koƛcielnicki2020-02-011-4/+7
| | | | | | 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.
* 3rdparty: Add json11David Shah2019-12-273-0/+1041
Signed-off-by: David Shah <dave@ds0.me>