Struct yosys_netlist_json::Netname
[−]
[src]
pub struct Netname { pub hide_name: usize, pub bits: Vec<BitVal>, pub attributes: HashMap<String, AttributeVal>, }
Represents the name of a net in a module
Fields
hide_name: usize
Indicates an internal/auto-generated name that starts with $
bits: Vec<BitVal>
Bit value(s) that should be given this name
attributes: HashMap<String, AttributeVal>
Attributes for this netname