<@U016HSAH6AE>: Run `netgen` with option `-json` ...
# sky130-pv-workshop
t
@Philipp Gühring: Run
netgen
with option
-json
and it produces a JSON file output. There is a python scripted GUI in the repository that reads the JSON file and generates meaningful output from it (which may or may not need some editing before it will run). I had an intern working last summer (2021) on a script to better organize the output, although I have since incorporated most of those ideas into the source code.
p
On first sight it seems that the existing JSON output is not verbose enough, I would like to have the original netlist structure and hashes, and any debugging info added. Should we create a second JSON output format, or add that into the existing one?