klayout icon indicating copy to clipboard operation
klayout copied to clipboard

LEF/DEF topics

Open klayoutmatthias opened this issue 1 year ago • 5 comments

This ticket is collecting some feedback regarding LEF/DEF implementation:

  1. 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
  1. COMPONENTS + UNPLACED appears to potentially have a point and rotation in some flavors -> in that case, place it.

  2. PIN labels are taken from NET, not PIN name

  3. 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.

klayoutmatthias avatar Feb 27 '23 23:02 klayoutmatthias

I just ran into the " + UNPLACED ( x y ) orient " components are dropped issue again. It would be nice if strm2oas would issue a warning and that these are placed as if they're + PLACED, + FIXED or + COVER

stefanottili avatar Sep 09 '23 17:09 stefanottili

I'm not sure if there is anything left. Close that issue?

klayoutmatthias avatar Sep 13 '23 21:09 klayoutmatthias

Did you implement 1) ? ignore 4). There is a warning about missing lef, good enough.

stefanottili avatar Sep 13 '23 21:09 stefanottili

Right, IOTIMINGS is not implemented. I couldn't find a reference to that in the 5.8 doc.

Matthias

klayoutmatthias avatar Sep 13 '23 21:09 klayoutmatthias

IOTIMINGS seem to be so ancient that this issue can be closed.

stefanottili avatar Jan 31 '24 21:01 stefanottili