Expand description
Structs§
- CellId
- Circuit identifier.
- Cell
Inst Id - Circuit instance identifier.
- Chip
- A netlist is the container of circuits.
- Circuit
- A circuit is defined by an interface (pins) and a content which consists of interconnected circuit instances.
- Circuit
Inst - Instance of a circuit.
- Net
- A net represents an electric potential or a wire.
- NetId
- Net identifier.
- Pin
- Single bit wire pin.
- PinId
- Pin identifier.
- PinInst
- Instance of a pin.
- PinInst
Id - Pin instance identifier.
- Shape
- Wrapper around a
Geometrystruct. - Shapes
Shapes<T>is a collection ofShape<T>structs. Each of the elements is assigned an index when inserted into the collection.
Enums§
- Terminal
Id - Either a pin or pin instance identifier.