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

Indicates an internal/auto-generated name that starts with $

Bit value(s) that should be given this name

Attributes for this netname

Trait Implementations

impl Debug for Netname
[src]

Formats the value using the given formatter.