Skip to content

Instantly share code, notes, and snippets.

@02015678
Last active August 15, 2022 18:23
Show Gist options
  • Save 02015678/301c21d95b07f938112218a36bf1c8b2 to your computer and use it in GitHub Desktop.
Save 02015678/301c21d95b07f938112218a36bf1c8b2 to your computer and use it in GitHub Desktop.
auCdl Schematic Netlist Export Setup for Mentor Calibre
; Calibre Netlist Export Setup
; DO NOT MODIFY
; DO NOT DELETE
cdlOutKeys = list(nil
'simStopList '("auCdl")
'simViewList '("auCdl" "schematic")
'globalGndSig ""
'globalPowerSig ""
'shrinkFACTOR 0.0
'checkScale "meter"
'diodeCheck "none"
'capacitorCheck "none"
'resistorCheck "none"
'resistorModel ""
'shortRES 2000.0
'simNetlistHier t
'pinMAP 'nil
'displayPININFO t
'checkLDD 'nil
'incFILE "$HOME/Calibre/lvs/source.added"
'connects ""
'setEQUIV ""
'simRunDir "$HOME/TEMP/calibre/lvs"
'simSimulator "auCdl"
'simViewName "schematic"
)
@02015678
Copy link
Author

02015678 commented Dec 1, 2021

Some PDK provides a .simrc file to setup all CDL output setup stuff. You may also ask FAB for technical support.
@@@@@
Some PDK setup might automatically reload CDL output setup and overwrite auCdlSchNetlistExportSetup.il setup. If that is the case, edit .simrc file directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment