Module libreda_db::reference_access [−][src]
Expand description
Experimental
Wrappers around the HierarchyBase
and NetlistBase
traits which
provide more object like access methods.
Structs
Default implementation for CellInstRef
.
This is just a wrapper around a netlist and a cell ID.
A reference to a cell. This is just a wrapper around a netlist and a cell ID.
A reference to a net. This is just a wrapper around a netlist and a net ID.
A reference to a pin instance. This is just a wrapper around a netlist and a pin instance ID.
A reference to a pin. This is just a wrapper around a netlist and a pin ID.
Enums
Either a pin or a pin instance.
Traits
Trait that provides object-like read access to a cell hierarchy structure and its elements.
Trait that provides object-like read access to a hierarchical netlist structure and its elements.