Cadence Mixed-Signal Circuit Design Environment User Guide
Compatibility with OCEAN Commands
October 2003
197
Product Version 5.0
option(?categ 'digital 'delayType {"Minimum"|"Typical"|"Maximum"})
Controls the selection of the
+mindelays
,
+typdelays
, or
+maxdelays
option.
option(?categ 'digital 'pulseError x_Percentage)
Controls the
+pulse_e/%d
option.
option(?categ 'digital 'pulseReject x_Percentage)
Controls the
+pulse_r/%d
option.
option(?categ 'digital 'pulseSpec {t|nil})
Selects the
+pathpulse
option.
option(?categ 'digital 'stopCompile {t|nil})
Selects the
-s
option.
Note: If you select the
stopCompile
option, you must also select the
simVision
option. Otherwise, the Verilog-XL simulator hangs waiting for the user to interact after the
compilation phase. The
simVision
option is not selected automatically with the
stopCompile
option as it is in the Cadence mixed-signal circuit design environment.
option(?categ 'digital 'simVision {t|nil})
Selects the
+gui
option to enable the use of the SimVision debugger.
option(?categ 'digital 'behaveProfile {t|nil})
Selects the
+profile
option.
option(?categ 'digital 'suppressMessages {t|nil})
Selects the
-q
option.
option(?categ 'digital 'suppressWarnings {t|nil})
Selects the
-w
option.
option(?categ 'digital 'commandFile t_fileName)
Controls the
-i commandFileName
option.
option(?categ 'digital 'optionsFile "option filenames separated by
blanks")
Controls the
-f optionFileName1 -f optionFileName2 ...
option.
option(?categ 'digital 'otherOptions t_OptionString)
Passes a command line
OptionString
to Verilog. The default value is
+libext+.v+
+incdir+hdlFilesDir +sdf_verbose +sdf_nocheck_celltype
.