write_json: dump default parameter values
authorMarcelina Kościelnicka <mwk@0x04.net>
Thu, 16 Apr 2020 13:57:03 +0000 (15:57 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Tue, 21 Apr 2020 17:09:00 +0000 (19:09 +0200)
commit02f1c7b9afd1d35964245ea045db8642d8da3d14
tree6b180b534c91d704684e5c162ec561682c9d7ca3
parentb4d76309e1e2a264fdac46341548e8d74c552f07
write_json: dump default parameter values

Fixes #1823.

This will allow nextpnr to reuse the default value information already
present in yosys cells_sim.v and avoid duplicating (and probably
desyncing) this information.
backends/json/json.cc