aboutsummaryrefslogtreecommitdiffstats
path: root/backends/json
Commit message (Expand)AuthorAgeFilesLines
* Fixes for some of clang scan-build detected issuesMiodrag Milanovic2023-01-171-2/+3
* Fitting help messages to 80 character widthKrystalDelusion2022-08-241-4/+4
* Merge pull request #3210 from rqou/json-signedMiodrag Milanović2022-03-071-0/+2
|\
| * json: Add help message for `signed` fieldR2022-02-211-0/+2
* | fix handling of escaped chars in json backend and frontendN. Engelhardt2022-02-181-1/+16
|/
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* json: Improve the "processes in module" message a bit.Marcelina Kościelnicka2021-03-231-1/+1
* json: Add support for memories.Marcelina Kościelnicka2021-03-151-0/+42
* Use C++11 final/override keywords.whitequark2020-06-181-4/+4
* Preserve 'signed'-ness of a verilog wire through RTLILVamsi K Vytla2020-04-271-0/+4
* write_json: dump default parameter valuesMarcelina Kościelnicka2020-04-211-0/+10
* json: Update format documentation.Marcelina Kościelnicka2020-04-151-12/+32
* json: Change compat mode to directly emit ints <= 32 bitsR. Ou2020-02-091-3/+3
* json: remove the 32-bit parameter special caseMarcin Kościelnicki2020-02-011-10/+28
* Implement improved JSON attr/param encodingClifford Wolf2019-08-011-13/+37
* Fix json formattingMiodrag Milanovic2019-06-211-1/+1
* Add upto and offset to JSON portsMiodrag Milanovic2019-06-211-0/+4
* Added JSON upto and offsetClifford Wolf2019-06-211-0/+4
* Support filename rewrite in backendsBen Widawsky2019-06-181-0/+1
* Merge pull request #591 from hzeller/virtual-overrideClifford Wolf2018-08-151-4/+4
|\
| * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-4/+4
* | Fix use of signed integers in JSON back-endClifford Wolf2018-08-141-1/+3
|/
* Add attributes and parameter support to JSON front-endClifford Wolf2017-07-101-0/+2
* Improved write_json help messageClifford Wolf2016-12-291-0/+4
* write_json: also write module attributes.whitequark2016-07-121-2/+6
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* user-facing spelling fixesSebastian Kuzminsky2016-02-281-3/+3
* Another block of spelling fixesLarry Doolittle2015-08-141-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Improvements in cellaigs.cc and "json -aig"Clifford Wolf2015-06-111-6/+63
* AigMaker refactoringClifford Wolf2015-06-101-1/+1
* Added "json -aig"Clifford Wolf2015-06-101-9/+63
* Added "port_directions" to write_json outputClifford Wolf2015-04-061-0/+20
* Documentation for JSON format, added attributesClifford Wolf2015-03-061-16/+156
* Json bugfixClifford Wolf2015-03-031-1/+1
* Json backend improvementsClifford Wolf2015-03-031-4/+12
* Added JSON backendClifford Wolf2015-03-022-0/+262