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.
Wrapper around a Netlist or Layout, etc. into a Arc<RwLock<_>>
to provide
save read and write access. Access is checked at runtime.
If only read access is required, then it might be more efficient to use crate::reference_access
.