User guide
4-20
Simulating Your Design
• An always block in this module definition used 27.44% of the
TOTAL CPU time. Of all the CPU time consumed by all instances
of the FD2 module, 44.14% is spent on this construct (44.14% of
62.17% = 27.44%). The always block is in source file design.v
between lines 150 and 160.
If there were another always block in module FD2 that used more
than 0.5% of the CPU time, there would be another line in this
section for it, beginning with the always keyword.
• The module path delays in this module used 23.17% of the TOTAL
CPU time. Of all the CPU time consumed by all instances of the
FD2 module, 37.26% is spent on this construct. These module
path delays can be found on lines 165-166 of the design.v source
file.
• The timing check system tasks in this module used 11.56% of the
TOTAL CPU time. Of all the CPU time consumed by all instances
of the FD2 module, 18.60% is spent on this construct. These
timing check system tasks can be found on lines 167-167 of the
design.v source file.
In the section for module EN, a construct classified as Combinational
used 8.73 of the total CPU time. 100% of the CPU time used by all
instances of EN were used for this combinational construct.
No initial blocks, user-defined functions, or user-defined tasks, ports,
UDPs, or encrypted code in the design used more than 0.5% of the
CPU time. If there were, there would be a separate line for each of
these types of constructs.