Altera_Forum
Honored Contributor
7 years agoCannot access $ieee in modelsim.ini
Hi,
We are certain that we had good Quartus and modelsim installation, and inside modelsim.in: [Library] std = $MODEL_TECH/../std ieee = $MODEL_TECH/../ieee verilog = $MODEL_TECH/../verilog vital2000 = $MODEL_TECH/../vital2000 std_developerskit = $MODEL_TECH/../std_developerskit synopsys = $MODEL_TECH/../synopsys modelsim_lib = $MODEL_TECH/../modelsim_lib sv_std = $MODEL_TECH/../sv_std although the above variables are defined, they cannot be printed with "set" set ieee# can't read "ieee": no such variable only the following variables, which are listed in to "ModelSim® User's Manual, v10.5b", are accessible, but many are not defined in modelsim.ini Simulator Control Variables As with GUI Mode and Command Line Mode, simulator control for Batch Mode simulation is governed by which modelsim.ini variables are enabled and each variable’s setting. AccessObjDebug IgnoreSVAError StdArithNoWarnings BreakOnAssertion IgnoreSVAFatal UserTimeUnit CheckpointCompressMode IgnoreSVAInfo PrintSimStats ClassDebug IgnoreSVAWarning WildcardFilter DefaultForceKind IgnoreWarning WLFCompress DefaultRadix IterationLimit WLFFilename DelayFileOpen NoQuitOnFinish WLFMCL ForceSigNextIter NumericStdNoWarnings WLFOptimize GCThreshold OnBreakDefaultAction WLFSizeLimit Is this behaviro (not all modelsim.in variables accessible, whereas other variables not defined within modelsim.ini are accessible) by design? greg