Forum Discussion
Abe
Frequent Contributor
7 years agowell, I've set it up on my system this way and it works for me.. not on 10.7 SE edition but lower one 10.5c
[vsim]
; Simulator resolution
; Set to fs, ps, ns, us, ms, or sec with optional prefix of 1, 10, or 100.
Resolution = ps
; vopt flow
; Set to turn on automatic optimization of a design.
; Default is on
VoptFlow = 0
; 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 = 100I didnt use the -novopt option after setting this in the modelsim.ini file though.