Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Basically all defaults are set in the vsim section of modelsim .ini
; vopt flow
; Set to turn on automatic optimization of a design.
; Default is off (pre-6.0 flow without vopt).
; VoptFlow = 1
; Simulator resolution
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
Resolution = ps
; User time unit for run commands
; Set to default, fs, ps, ns, us, ms, or sec. The default is to use the
; unit specified for Resolution. For example, if Resolution is 100ps,
; then UserTimeUnit defaults to ps.
; Should generally be set to default.
UserTimeUnit = default
; Default run length
RunLength = 100 --- Quote End --- For some reason, changing the Resolution or UserTime Unit to ns doesn't do what I want. Even though those variables are set to ns in my modelsim.ini, and the perferences dialog reports that ns is the chosen unit, when I issue the command run 100, the simulation advance 100 ps, not 100 ns. -phil