User guide
4-22
Simulating Your Design
The Program to Construct Mapping View
The program to construct mapping view lists the testbench constructs
that use the most simulation time and list the percentage of the total
simulation they use, and the percentage of the program’s simulation
time each type of construct uses. It also lists the source fine and line
number of the constructs declaration.
Example 4-7 Program to Construct Mapping View
==============================================================================
PROGRAM TO CONSTRUCT MAPPING
==============================================================================
______________________________________________________________________________
1. test
------------------------------------------------------------------------------
Construct Construct type %Totaltime %Programtime LineNo
------------------------------------------------------------------------------
name1::name2 Program Task 2.85 13.45 /u/design/
vmm.sv : 12668-12901.
var queue.var 2.64 12.45 /u/design/vmm.sv
: 14551-14558.
name3::name4 Program Function 0.99 4.67 /u/design/vmm.sv
: 13890-14215.
The Top Level Construct View
This view shows you the CPU time used by different types of
constructs throughout the design.