Skip to content

netlist_carpentry.io ΒΆ

Package to handle input and output of circuit data, i.e. transformation from text files to the internal representation, and back.

Modules:

  • read –

    Interface modules to read circuits from certain formats, e.g. Verilog and Yosys-generated JSON netlists.

  • vcd –

    Package for reading VCD files, analyzing simulation data and extracting heuristics from them.

  • write –

    Interface to write the internal representation to Verilog code.