Struct libreda_db::reference_access::NetRef [−][src]
pub struct NetRef<'a, N: NetlistBase + ?Sized> { /* fields omitted */ }
Expand description
A reference to a net. This is just a wrapper around a netlist and a net ID.
Implementations
Iterate over each pin attached to this net.
Iterate over each pin instance attached to this net.
Iterate over terminal attached to this net.
Iterate over all terminals that drive the net. This should usually be one.
Returns the pins that are marked as inputs
and pin instances marked as outputs
.
Skips InOut
terminals.
Iterate over all terminals that drive the net. This should usually be one.
Returns the pins that are marked as inputs
and pin instances marked as outputs
.
Skips InOut
terminals.