openlane2 icon indicating copy to clipboard operation
openlane2 copied to clipboard

Support for PDKs without TAP / ENDCAP cells

Open smunaut opened this issue 1 year ago • 1 comments

Description

Some PDKs like iHP don't need tap cells or endcaps. Currently the variable FP_WELLTAP_CELL / FP_ENDCAP_CELL and FP_TAPCELL_DIST are strictly required for OL2 to recognize a PDK, even if you have a custom flow that doesn't include the OpenROAD.TapEndcapInsertion step at all.

Ideally they shouldn't be required and if you don't have them specified, then the flow should use CutRows instead of TapEndcapInsertion step.

Proposal

No response

smunaut avatar Sep 21 '24 10:09 smunaut

Ugh so this one's a bit of dilemma because making variables that all steps should expect to have as an option would be an API break.

For OpenLane 2.2, I recommend you just set them to dummy values. For 3 (EOY), we'll break the API and fix this.

donn avatar Sep 22 '24 08:09 donn