This ticket is collecting some feedback regarding LEF/DEF implementation:
- IOTIMINGS section needs to be parsed / skipped:
DESIGN test ;
IOTIMINGS 206 ;
- ( PIN a ) + RISE SLEWRATE 500 500 + FALL SLEWRATE 500 500 ;
- ( PIN b ) + RISE SLEWRATE 500 500 + FALL SLEWRATE 500 500 ;
- ( PIN c ) + RISE SLEWRATE 500 500 + FALL SLEWRATE 500 500
+ CAPACITANCE 250000 ;
END IOTIMINGS
END DESIGN
-
COMPONENTS + UNPLACED appears to potentially have a point and rotation in some flavors -> in that case, place it.
-
PIN labels are taken from NET, not PIN name
-
reading hierarchical def files (blending?) - If there is no lef MACRO for one of the def files, use the def DIEAREA bounding box instead of the lef SIZE/ORIGIN
NOTE: right now, KLayout does not support hierarchical DEF as is. 'blending' is an option to blindly merge files. The included files do now know about details of the cell calls and vice versa.
This ticket is collecting some feedback regarding LEF/DEF implementation:
COMPONENTS + UNPLACED appears to potentially have a point and rotation in some flavors -> in that case, place it.
PIN labels are taken from NET, not PIN name
reading hierarchical def files (blending?) - If there is no lef MACRO for one of the def files, use the def DIEAREA bounding box instead of the lef SIZE/ORIGIN
NOTE: right now, KLayout does not support hierarchical DEF as is. 'blending' is an option to blindly merge files. The included files do now know about details of the cell calls and vice versa.