Module libreda_lefdef::common

source ·
Expand description

Data types and parser functions used for both LEF and DEF.

Structs

Enums

Functions

  • Read a point of the form ( x y ), x y or ( x , y ).
  • Read a polygon. Does not expect ‘POLYGON’ token at the beginning.
  • Read a rectangle of the form ( x1 y1 ) ( x2 y2 ).