blob: b310722845236c8d7bfbd2960d6189c3a765abcf [file] [log] [blame]
nlReNetlistAll=t
cdlSimViewList='("auCdl" "schematic")
cdlSimStopList='("auCdl")
when(simSimulator=="auCdl"
;auCdlScale = "MICRON"
auCdlCDFPinCntrl = t
when( "$PDK_HOME/PV/Calibre/LVS/source.cdl"
incFILE = "$PDK_HOME/PV/Calibre/LVS/source.cdl"
auCdlSkipMEGA = 't
);when
let( (simrcRes)
; needed for cdl netlisting of rply_hp & rply_hp2K resistors
simrcRes = strcat( getShellEnvVar("PDK_HOME") "/PROGS/PCELLS/simrc.resPcell" )
when( simrcRes
load(simrcRes)
);when
); let
);when