Juan Andres
09/08/2022, 5:01 PMTim Edwards
09/08/2022, 5:20 PMJuan Andres
09/08/2022, 5:33 PMTim Edwards
09/08/2022, 5:40 PMproperty
), which is causing the immediate error of failing to generate GDS output: It is looking for the GDS structure matching the (modified) cell name and can't find it there, since it's still pointing to the original unmodified cell. At very least, you need to get rid of the GDS_FILE
, GDS_START
, and GDS_END
properties, but you also probably need to add mask-level hint properties to match the standard cell library's use of implant layers (NSDM, PSDM, and NPC) extending to the boundary of the standard cell.Juan Andres
09/08/2022, 5:42 PMJuan Andres
09/08/2022, 5:43 PMTim Edwards
09/08/2022, 5:44 PMproperty
command).Juan Andres
09/08/2022, 5:45 PMTim Edwards
09/08/2022, 5:46 PMproperty GDS_FILE ""
.Juan Andres
09/08/2022, 5:51 PMJuan Andres
09/08/2022, 7:59 PMGDS_FILE
, GDS_START
, and GDS_END
properties, If I modify this, could I modify the boundary? or I can edit it in another wayJuan Andres
09/08/2022, 8:12 PMJuan Andres
09/08/2022, 9:32 PM