Struct yosys_netlist_json::Module
[−]
[src]
pub struct Module { pub attributes: HashMap<String, AttributeVal>, pub ports: HashMap<String, Port>, pub cells: HashMap<String, Cell>, pub netnames: HashMap<String, Netname>, }
Represents one module in the Yosys hierarchy
Fields
attributes: HashMap<String, AttributeVal>
Module attributes
ports: HashMap<String, Port>
Module ports (interfaces to other modules)
cells: HashMap<String, Cell>
Module cells (objects inside this module)
netnames: HashMap<String, Netname>
Module netnames (names of wires in this module)