;========================================================================== ; This is a version of the cdsenv file with local changes for the ; digital VLSI class at the University of Utah. ; Erik Brunvand ;========================================================================== ;-------------------------------------------------------------------------- ; Analog Artist Simulation Environment Defaults ; FORMAT: tool[.partition] varName type value private {choices, minmax} comment ;-------------------------------------------------------------------------- asimenv.startup simulator string "spectre" asimenv.startup projectDir string "simulation" ;------------------------- ; don't show the "what's new" window ;------------------------ ddserv showWhatsNew string "5.1" layout showWhatsNew string "5.1" ;-------------------------------------------------------------------------- ; Layout Environment Variables ;-------------------------------------------------------------------------- layout displayPinNames boolean t layout contactJustify cyclic "lowerLeft" layout displayPinNames boolean t layout originMarkersOn boolean t ;-------------------------------------------------------------------------- ; spectre environment variables ;-------------------------------------------------------------------------- spectre.envOpts modelFiles string "/uusoc/class/6710/cadence/Spectre/ami06.scs" ;-------------------------------------------------------------------------- ; spectreS environment variables (not used any more - we use spectre now) ;-------------------------------------------------------------------------- spectreS.envOpts modelPath string "/uusoc/NCSU/CDK/local/models/spectre/nom" spectreS.opts compatible string "spectre" spectreS.envOpts includeSyntax string "spectre" ;-------------------------------------------------------------------------- ; spectreSVerilog environment variables (not used any more - use spectreVerilog) ;-------------------------------------------------------------------------- spectreSVerilog.envOpts modelPath string "/uusoc/NCSU/CDK/local/models/spectre/nom" spectreSVerilog.opts compatible string "spectre" spectreSVerilog.envOpts includeSyntax string "spectre" spectreSVerilog.envOpts netlistType string "hier" ;-------------------------------------------------------------------------- ; spectreVerilog environment variables ;-------------------------------------------------------------------------- spectreVerilog.envOpts modelFiles string "/uusoc/class/6710/cadence/Spectre/ami06.scs" ;------------------------------------------------------------------------- ; Set the default library for the mixed mode interface elements ;------------------------------------------------------------------------- conn2sch ref_lib_list string "NCSU_Analog_Parts" ;-------------------------------------------------------------------------- ; User Preference Defaults for the user interface (ui) ;-------------------------------------------------------------------------- ui nestLimit int 6 ui showOptionForms boolean nil ;----------------------------------------- ; setup the icc "export to router" dialog box ;----------------------------------------- iccTranslator.ExportEditor rulesFile string "icc.rul" iccTranslator.ExportEditor routerOption string "ccar"