Structsยง
- Cell
Inst Ref - Default implementation for
CellInstRef
. This is just a wrapper around a netlist and a cell ID. - CellRef
- A reference to a cell. This is just a wrapper around a netlist and a cell ID.
- RwRef
Access - 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 usecrate::reference_access
.