Skip to content

netlist_carpentry.io.read

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

Modules:

  • abstract_reader

    Base module for reading circuit content from a text file.

  • read_utils

    Module for simple access of read methods to transform circuits from a text file into Python objects.

  • yosys_netlist

    Module handling the reading of a Yosys-generated JSON netlist and transformation into corresponding Python objects.

  • yosys_netlist_types

    Collection of TypedDicts to simplify handling of Yosys-generated JSON netlists.