User guide
C-33
Compile-Time Options
‘timescale compiler directives in the source code. The default
time unit and time precision argument of the ‘timescale compiler
directive is 1s.
+delay_mode_distributed
Ignores the module path delays in specify blocks and uses only
the delay specifications on all gates, switches, and continuous
assignments.
+maxdelays
Specifies using the maximum timing delays in min:typ:max delay
triplets in delay specifications and also in delay entries in SDF
files. See “Min:Typ:Max Delays” on page 13-37.
+mindelays
Specifies using the minimum timing delays in min:typ:max delay
triplets in delay specifications and also in delay entries in SDF
files. See “Min:Typ:Max Delays” on page 13-37.
+typdelays
Specifies using the typical timing delays in min:typ:max delay
triplets in delay specifications and also in delay entries in SDF
files. See “Min:Typ:Max Delays” on page 13-37.
+multisource_int_delays
Enables the multisource INTERCONNECT feature, including
transport delays with full pulse control. See “INTERCONNECT
Delays” on page 13-32.
+nbaopt
Removes all intra-assignment delays in all the nonblocking
assignment statements in the design. Many users enter a #1 intra-
assignment delay in nonblocking procedural assignment
statements to make debugging in the Wave window easier. For
example:
reg1 <= #1 reg2;