Module libreda_lefdef::common
source · Expand description
Data types and parser functions used for both LEF and DEF.
Structs
- Antenna rule definitions.
- Macro orientations that can be used by the placer.
Enums
- Orientation, consists of rotation and mirroring.
- Signal direction of a pin.
- Data type of a property value.
- Value of a LEF/DEF property.
Functions
- Read a point of the form
( x y ),x yor( x , y ). - Read a polygon. Does not expect ‘POLYGON’ token at the beginning.
- Read a rectangle of the form
( x1 y1 ) ( x2 y2 ).