Struct libreda_db::reference_access::CellRef [−][src]
pub struct CellRef<'a, H: HierarchyBase + ?Sized> { /* fields omitted */ }
Expand description
A reference to a cell. This is just a wrapper around a netlist and a cell ID.
Implementations
Iterate over the IDs of all child instances.
Iterate over all child instances.
Iterate over the IDs of all instances of this cell.
Iterate over the of all instances of this cell.
Iterate over all dependencies of this cell.
Iterate over all cells that directly depend on this cell.
Get the number of cell instances inside the cell
.
Iterate over the IDs of all pins of this cell.
Iterate over all pins of this cell.
Iterate over all input pins of this cell.
Iterate over all output pins of this cell.
Find a pin by it’s name.