Se Tutor
Se Tutor
SE
Tutorial
Version 6.0b
This document is for information and instruction purposes. Mentor Graphics reserves the right to make changes in
specifications and other information contained in this publication without prior notice, and the reader should, in all cases,
consult Mentor Graphics to determine whether any changes have been made.
The terms and conditions governing the sale and licensing of Mentor Graphics products are set forth in written agreements
between Mentor Graphics and its customers. No representation or other affirmation of fact contained in this publication
shall be deemed to be a warranty or give rise to any liability of Mentor Graphics whatsoever.
MENTOR GRAPHICS MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE.
MENTOR GRAPHICS SHALL NOT BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, OR
CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING BUT NOT LIMITED TO LOST PROFITS) ARISING
OUT OF OR RELATED TO THIS PUBLICATION OR THE INFORMATION CONTAINED IN IT, EVEN IF MENTOR
GRAPHICS CORPORATION HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
RESTRICTED RIGHTS LEGEND 03/97
U.S. Government Restricted Rights. The SOFTWARE and documentation have been developed entirely at private expense
and are commercial computer software provided with restricted rights. Use, duplication or disclosure by the U.S.
Government or a U.S. Government subcontractor is subject to the restrictions set forth in the license agreement provided
with the software pursuant to DFARS 227.7202-3(a) or as set forth in subparagraph (c)(1) and (2) of the Commercial
Computer Software - Restricted Rights clause at FAR 52.227-19, as applicable.
Contractor/manufacturer is:
Mentor Graphics Corporation
8005 S.W. Boeckman Road, Wilsonville, Oregon 97070-7777.
This is an unpublished work of Mentor Graphics Corporation.
Contacting ModelSim Support
Telephone: 503.685.0820
Toll-Free Telephone: 877-744-6699
Website: www.model.com
Support: www.model.com/support
ModelSim SE Tutorial
T-3
Table of Contents
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .T-5
ModelSim SE Tutorial
T-4
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . T-175
ModelSim SE Tutorial
T-5
Introduction
Topics
The following topics are covered in this chapter:
Assumptions . . . . . . . . . . . . . . . . . . . . . . . . . T-6
ModelSim SE Tutorial
T-6 Introduction
Assumptions
We assume that you are familiar with the use of your operating system. You should be familiar with the window management
functions of your graphic interface: either OpenWindows, OSF/Motif, CDE, KDE, GNOME, or Microsoft Windows 98/Me/NT/
2000/XP.
We also assume that you have a working knowledge of VHDL, Verilog, and/or SystemC. Although ModelSim is an excellent tool
to use while learning HDL concepts and practices, this document is not written to support that goal.
ModelSim SE Tutorial
Where to find our documentation T-7
ModelSim Tutorial PDF, HTML select Help > Documentation; also available from the Support
page of our web site: www.model.com
Command Help ASCII type help [command name] at the prompt in the Transcript pane
Error message help ASCII type verror <msgNum> at the Transcript or shell prompt
Tcl Man Pages (Tcl HTML select Help > Tcl Man Pages, or find contents.htm in
manual) \modeltech\docs\tcl_help_html
Technotes HTML select Technotes dropdown on www.model.com/support
ModelSim SE Tutorial
T-8 Introduction
Updates
Access to the most current version of ModelSim:
www.model.com/downloads/default.asp
ModelSim SE Tutorial
Before you begin T-9
Example designs
ModelSim comes with Verilog and VHDL versions of the designs used in these lessons. This allows you to do the tutorial
regardless of which license type you have. Though we have tried to minimize the differences between the Verilog and VHDL
versions, we could not do so in all cases. In cases where the designs differ (e.g., line numbers or syntax), you will find language-
specific instructions. Follow the instructions that are appropriate for the language that you are using.
ModelSim SE Tutorial
T-10 Introduction
ModelSim SE Tutorial
T-11
Topics
The following topics are covered in this chapter:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-12
ModelSim SE Tutorial
T-12 Lesson 1 - ModelSim conceptual overview
Introduction
ModelSim is a simulation and debugging tool for VHDL, Verilog, SystemC, and mixed-language designs.
This lesson provides a brief conceptual overview of the ModelSim simulation environment. It is divided into four topics, which
you will learn more about in subsequent lessons:
ModelSim SE Tutorial
Basic simulation flow T-13
Run simulation
Debug results
ModelSim SE Tutorial
T-14 Lesson 1 - ModelSim conceptual overview
ModelSim SE Tutorial
Project flow T-15
Project flow
A project is a collection mechanism for an HDL design under specification or test. Even though you dont have to use projects in
ModelSim, they may ease interaction with the tool and are useful for organizing files and specifying simulation settings.
The following diagram shows the basic steps for simulating a design within a ModelSim project.
Create a project
Run simulation
Debug results
As you can see, the flow is similar to the basic simulation flow. However, there are two important differences:
You do not have to create a working library in the project flow; it is done for you automatically.
Projects are persistent. In other words, they will open every time you invoke ModelSim unless you specifically close them.
ModelSim SE Tutorial
T-16 Lesson 1 - ModelSim conceptual overview
Run simulation
Debug results
You can also link to resource libraries from within a project. If you are using a project, you would replace the first step above with
these two steps: create the project and add the testbench to the project.
ModelSim SE Tutorial
Debugging tools T-17
Debugging tools
ModelSim offers numerous tools for debugging and analyzing your design. Several of these tools are covered in subsequent
lessons, including:
Setting breakpoints and stepping through the source code
Viewing waveforms and measuring time
Exploring the "physical" connectivity of your design
Viewing and initializing memories
Analyzing simulation performance
Testing code coverage
Comparing waveforms
ModelSim SE Tutorial
T-18 Lesson 1 - ModelSim conceptual overview
ModelSim SE Tutorial
T-19
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-20
Design files for this lesson . . . . . . . . . . . . . . . . . . . . T-20
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-20
ModelSim SE Tutorial
T-20 Lesson 2 - Basic simulation
Introduction
In this lesson you will go step-by-step through the basic simulation flow:
Run simulation
Debug results
Related reading
ModelSim Users Manual Chapter 3 - Design libraries (UM-57), Chapter 5 -
Verilog simulation (UM-111), Chapter 4 - VHDL simulation (UM-71)
ModelSim Command Reference (vlib (CR-356), vmap (CR-370), vlog (CR-358),
vcom (CR-311), vopt (CR-371), view (CR-332), and right (CR-250) commands)
ModelSim SE Tutorial
Creating the working design library T-21
Creating the working design library Figure 1: The Welcome to ModelSim dialog
Before you can simulate a design, you must first create a library and compile the
source code into that library.
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons).
Verilog: Copy counter.v and tcounter.v files from /<install_dir>/examples
to the new directory.
VHDL: Copy counter.vhd and tcounter.vhd files from /<install_dir>/
examples to the new directory.
ModelSim SE Tutorial
T-22 Lesson 2 - Basic simulation
The first two lines are the command-line equivalent of the menu commands you
invoked. Most menu driven functions will echo their command-line equivalents in
this fashion. The third line notifies you that the mapping has been recorded in the
ModelSim initialization file.
ModelSim SE Tutorial
Compiling the design T-23
Compiling the design Figure 4: The Compile HDL Source Files dialog
With the working library created, you are ready to compile your source files.
You can compile by using the menus and dialogs of the graphic interface, as in the
Verilog example below, or by entering a command at the ModelSim> prompt as
in the VHDL example below.
ModelSim SE Tutorial
T-24 Lesson 2 - Basic simulation
Loading the design into the simulator Figure 6: Loading the design with the Start Simulation dialog
ModelSim SE Tutorial
Running the simulation T-25
3 Run the simulation. Figure 9: Waves being drawn in the Wave window
a Click the Run icon in the Main or Wave window toolbar.
The simulation runs for 100 ns (the default simulation length)
and waves are drawn in the Wave window.
b Type run 500 at the VSIM> prompt in the Main window.
The simulation advances another 500 ns for a total of 600 ns (Figure 9).
ModelSim SE Tutorial
T-26 Lesson 2 - Basic simulation
c Click the Run -All icon on the Main or Wave window toolbar.
The simulation continues running until you execute a break
command or it hits a statement in your code (e.g., a Verilog
$stop statement) that halts the simulation.
d Click the Break icon.
The simulation stops running.
ModelSim SE Tutorial
Setting breakpoints and stepping in the Source window T-27
Setting breakpoints and stepping in the Figure 10: A breakpoint in the Source window
Source window
Next you will take a brief look at one interactive debugging feature of the
ModelSim environment. You will set a breakpoint in the Source window, run the
simulation, and then step through the design under test. Breakpoints can be set
only on lines with red line numbers.
2 Set a breakpoint on line 31 of counter.v (if you are simulating the VHDL files,
use line 30 instead).
a Scroll to line 31 and click on the line number.
A red ball appears next to the line (Figure 10) indicating that a breakpoint
has been set. Figure 11: The Restart dialog
ModelSim SE Tutorial
T-28 Lesson 2 - Basic simulation
c Click the Run -All icon. Figure 12: Resting the mouse pointer on a variable in the Source view
The simulation runs until the breakpoint is hit. When the
simulation hits the breakpoint, it stops running, highlights the
line with a blue arrow in the Source view (Figure 12), and issues a Break
message in the Transcript pane.
When a breakpoint is reached, typically you want to know one or more
signal values. You have several options for checking values:
look at the values shown in the Objects window (Figure 13).
set your mouse pointer over the count variable in the Source
window, and a "balloon" will pop up with the value (Figure 12)
highlight the count variable in the Source window, right-click it, and
select Examine from the pop-up menu
use the examine command to output the value to the Main window
Transcript (i.e., examine count)
Experiment on your own. Set and clear breakpoints and use the
Step, Step Over, and Continue Run commands until you feel comfortable
with their operation.
ModelSim SE Tutorial
Lesson wrap-up T-29
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
2 Click Yes when prompted to confirm that you wish to quit simulating.
ModelSim SE Tutorial
T-30 Lesson 2 - Basic simulation
ModelSim SE Tutorial
T-31
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-32
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-32
ModelSim SE Tutorial
T-32 Lesson 3 - ModelSim projects
Introduction
In this lesson you will practice creating a project. At a minimum, projects have a
work library and a session state that is stored in a .mpf file. A project may also
consist of:
HDL source files or references to source files
other files such as READMEs or other project documentation
local libraries
references to global libraries
This lesson uses the Verilog files tcounter.v and counter.v in the examples. If you
have a VHDL license, use tcounter.vhd and counter.vhd instead.
Related reading
ModelSim Users Manual, Chapter 2 - Projects (UM-37)
ModelSim SE Tutorial
Creating a new project T-33
1 If you just finished the previous lesson, ModelSim should already be running.
If not, start ModelSim.
2b
a Type vsim at a UNIX shell prompt or use the ModelSim icon in
Windows.
2c
2 Create a new project.
a Select Create a Project from the Welcome dialog or File > New >
Project (Main window) from the menu bar.
2d
This opens a dialog where you enter a Project Name, Project Location
(i.e., directory), and Default Library Name (Figure 14). The default
library is where compiled design units will reside.
b Type test in the Project Name field.
c Click Browse to select a directory where the project file will be stored.
d Leave the Default Library Name set to work.
e Click OK.
If you see the Select Initial Ini dialog, asking which modelsim.ini file you
would like the project to be created from, select the Use Default Ini
button.
ModelSim SE Tutorial
T-34 Lesson 3 - ModelSim projects
Adding objects to the project Figure 15: Adding new items to a project
Once you click OK to accept the new project settings, you will see a blank Project
tab in the workspace area of the Main window and the Add items to the Project
dialog will appear (Figure 15). From this dialog you can create a new design file,
add an existing file, add a folder for organization purposes, or create a simulation
configuration (discussed below).
1b
ModelSim SE Tutorial
Creating a new project T-35
You should now see two files listed in the Project tab of the Workspace Figure 17: Newly added project files display a ? for status
pane (Figure 17).
Question mark icons (?) in the Status column mean the file hasnt been
compiled or the source file has changed since the last successful compile.
The other columns identify file type (e.g., Verilog or VHDL),
compilation order, and modified date.
1b
ModelSim SE Tutorial
T-36 Lesson 3 - ModelSim projects
Compiling and loading a design Figure 19: The Library tab with an expanded library
ModelSim SE Tutorial
Organizing projects with folders T-37
Organizing projects with folders Figure 21: Adding a new folder to the project
If you have a lot of files to add to a project, you may want to organize them in
folders. You can create folders either before or after adding your files. If you
1b
create a folder before adding files, you can specify in which folder you want a file
placed at the time you add the file (see Folder field in Figure 16). If you create a
folder after adding files, you edit the file properties to move it to that folder.
Adding folders
As shown previously in Figure 15, the Add items to the Project dialog has an
option for adding folders. If you have already closed that dialog, you can use a Figure 22: A folder in a project
menu command to add a folder.
2 Add a sub-folder.
a Right-click anywhere in the Project tab and select Add to Project >
Folder.
b Type HDL in the Folder Name field (Figure 23).
c Click the Folder Location drop-down arrow and select Design Files.
d Click OK.
Figure 23: Creating a subfolder
2b
2c
ModelSim SE Tutorial
T-38 Lesson 3 - ModelSim projects
Youll now see a + icon next to the Design Files folder in the Project Figure 24: A folder with a sub-folder
tab (Figure 24).
e Click the + icon to see the HDL sub-folder.
1c
ModelSim SE Tutorial
Simulation Configurations T-39
then listed in the Project tab and you can double-click it to load counter.v along
with its options.
ModelSim SE Tutorial
T-40 Lesson 3 - ModelSim projects
Lesson wrap-up Figure 28: Transcript shows options used for Simulation Configuration
This concludes this lesson. Before continuing you need to end the current
simulation and close the current project.
3 Right-click the test project to open a context popup menu and select Close
Project.
If you do not close the project, it will open automatically the next time you
start ModelSim.
command-line switches
ModelSim SE Tutorial
T-41
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-42
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-42
ModelSim SE Tutorial
T-42 Lesson 4 - Working with multiple libraries
Introduction
In this lesson you will practice working with multiple libraries. As discussed in
Lesson 1 - ModelSim conceptual overview, you might have multiple libraries to
organize your design, to access IP from a third-party source, or to share common
parts between simulations.
You will start the lesson by creating a resource library that contains the counter
design unit. Next, you will create a project and compile the testbench into it.
Finally, you will link to the library containing the counter and then run the
simulation.
This lesson uses the Verilog files tcounter.v and counter.v in the examples. If you
have a VHDL license, use tcounter.vhd and counter.vhd instead.
Related reading
ModelSim Users Manual, 3 - Design libraries (UM-57)
ModelSim SE Tutorial
Creating the resource library T-43
Creating the resource library Figure 29: Creating the new resource library
ModelSim SE Tutorial
T-44 Lesson 4 - Working with multiple libraries
5 Compile the counter into the resource library. Figure 30: Compiling into the resource library
a Click the Compile icon on the Main window toolbar.
b Select the parts_lib library from the Library list (Figure 30). 5b
c Double-click counter.v to compile it.
d Click Done.
You now have a resource library containing a compiled version of the counter
design unit.
5c
6 Change to the testbench directory.
a Select File > Change Directory and change to the testbench directory
you created in step 2.
ModelSim SE Tutorial
Creating the project T-45
ModelSim SE Tutorial
T-46 Lesson 4 - Working with multiple libraries
Linking to the resource library Figure 31: Verilog simulation error reported in the Main window
To wrap up this part of the lesson, you will link to the parts_lib library you created
earlier. But first, try simulating the testbench without the link and see what
happens.
ModelSim responds differently for Verilog and VHDL in this situation.
Verilog
VHDL
ModelSim SE Tutorial
Linking to the resource library T-47
The process for linking to a resource library differs between Verilog and VHDL. Figure 33: Specifying a search library in the Simulate dialog
If you are using Verilog, follow the steps in "Linking in Verilog" (T-47). If you are
using VHDL, follow the steps in "Linking in VHDL" (T-48) one page later.
Linking in Verilog
Linking in Verilog requires that you specify a "search library" when you invoke
the simulator.
ModelSim SE Tutorial
T-48 Lesson 4 - Working with multiple libraries
To link to a resource library in VHDL, you have to create a logical mapping to the
physical library and then add LIBRARY and USE statements to the source file.
The testbench source code should now look similar to that shown in
Figure 33.
d Select File > Save.
ModelSim SE Tutorial
Permanently mapping resource libraries T-49
4 Open the file and enter your library mappings in the [Library] section. For
example:
parts_lib = C:/libraries/parts_lib
ModelSim SE Tutorial
T-50 Lesson 4 - Working with multiple libraries
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation and close the project.
ModelSim SE Tutorial
T-51
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-52
Design files for this lesson . . . . . . . . . . . . . . . . . . . . T-52
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-52
Note: The functionality described in this tutorial requires a systemc license feature in
your ModelSim license file. Please contact your Mentor Graphics sales representative if
you currently do not have such a feature.
ModelSim SE Tutorial
T-52 Lesson 5 - Simulating designs with SystemC
Introduction
ModelSim treats SystemC as just another design language. With only a few
exceptions in the current release, you can simulate and debug your SystemC
designs the same way you do HDL designs.
Related reading
ModelSim Users Manual Chapter 6 - SystemC simulation (UM-159),
Chapter 7 - Mixed-language simulation (UM-187), Chapter 16 - C Debug (UM-399)
ModelSim SE Tutorial
Setting up the environment T-53
See SystemC simulation in the ModelSim Users Manual for further details.
ModelSim SE Tutorial
T-54 Lesson 5 - Simulating designs with SystemC
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons). Create the directory, then copy all files from
<install_dir>/modeltech/examples/systemc/sc_basic into the new directory.
ModelSim SE Tutorial
Preparing an OSCI SystemC design T-55
3 Use a text editor to view and edit the basic_orig.cpp file. To use ModelSims Figure 36: Basic example excerpts, before and after modifications
editor, from the Main Menu select File > Open. Change the files of type to
C/C++ files then double-click basic_orig.cpp.
The red highlighted code in the _orig files (Figure 36) indicates the section of
the code that needs modification.
a Using the #ifdef MTI_SYSTEMC preprocessor directive, add the
SC_MODULE_EXPORT(top); to the design (see Figure 36). Close the
preprocessing directive with #else.
The original code in the .cpp file follows directly after #else. Of course,
that section the file must end with #endif.
b Save the file as basic.cpp.
ModelSim SE Tutorial
T-56 Lesson 5 - Simulating designs with SystemC
#endif
ModelSim SE Tutorial
Mixed SystemC and HDL example T-57
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons). Create the directory, then copy all files from
<install_dir>/modeltech/examples/systemc/sc_vlog into the new directory.
If you have a VHDL license, copy the files in <install_dir>/modeltech/
examples/systemc/sc_vhdl instead.
ModelSim SE Tutorial
T-58 Lesson 5 - Simulating designs with SystemC
5 Create the foreign module declaration (SystemC stub) for the Verilog
module, ringbuf.
a Verilog:
Type scgenmod -bool ringbuf > ringbuf.h at the ModelSim> prompt.
The -bool argument is used to generate boolean scalar port types inside
the foreign module declaration. See scgenmod (CR-258) for more
information.
VHDL:
Type scgenmod ringbuf > ringbuf.h at the ModelSim> prompt.
The output is redirected to a file, ringbuf.h (Figure 37). This file is included
in the test_ringbuf.cpp file (Figure 38).
6 Compile and link all SystemC files, including the generated ringbuf.h.
a Type sccom -g test_ringbuf.cpp at the ModelSim> prompt.
The test_ringbuf.cpp file contains an include statement for test_ringbuf.h
and a a necessary SC_MODULE_EXPORT(top) statement, which
informs ModelSim that the top level module is SystemC.
Upon successfully compiling the design, following message appears in
the Transcript window:
Model Technology ModelSim sccom compiler 2003.05 May 25 2004
Exported modules:
test_ringbuf
b Type sccom -link at the ModelSim> prompt to perform the final link on
the SystemC objects.
ModelSim SE Tutorial
Mixed SystemC and HDL example T-59
b Click the + icon next to the work library in the Main window to expand class ringbuf : public sc_foreign_module
the work library. {
public:
c Double click the test_ringbuf design unit in the Workspace pane. sc_in<bool> clock;
The equivalent command-line entry is vsim test_ringbuf, entered at the sc_in<bool> reset;
sc_in<bool> txda;|
ModelSim> prompt.
sc_out<bool> rxda;
sc_out<bool> txc;
8 If necessary, you may close the Locals, Profile, and Watch panes of the main sc_out<bool> outstrobe;
window. Please make sure the Objects and Active Processes windows are
open, as shown in Figure 39. ringbuf(sc_module_name nm, const char* hdl_name,
int num_generics, const char** generic_list)
: sc_foreign_module(nm, hdl_name, num_generics, generic_list),
clock("clock"),
reset("reset"),
txda("txda"),
rxda("rxda"),
txc("txc"),
outstrobe("outstrobe")
{}
~ringbuf()
{}
};
#include "test_ringbuf.h"
#include <iostream>
SC_MODULE_EXPORT(test_ringbuf);
ModelSim SE Tutorial
T-60 Lesson 5 - Simulating designs with SystemC
Viewing SystemC objects in the GUI Figure 39: test_ringbuf design in ModelSim
SystemC objects are denoted in the ModelSim GUI with a green S on the Library
tab, a green C on the Files tab, and a green square, circle or diamond icon
elsewhere.
ModelSim SE Tutorial
Viewing SystemC objects in the GUI T-61
Setting breakpoints and stepping in the Source window Figure 40: SystemC objects in the work library
As with HDL files, you can set breakpoints and step through SystemC files in the
Source window. In the case of SystemC, ModelSim uses C Debug, an interface to
the open-source gdb debugger. Please see C Debug (UM-399) for complete details.
1 Set a breakpoint.
a Double-click on test_ringbuf in the Main window workspace to bring up
the Source window.
b In the Source window, scroll to near line 148 of test_ringbuf.h.
c Click on or just to the right of the line number next to the line (shown in
Figure 42) containing:
Verilog: bool var_dataerror_newval = actual.read ...
3b
ModelSim SE Tutorial
T-62 Lesson 5 - Simulating designs with SystemC
b Click the Step icon on the Source window toolbar. Figure 42: An active breakpoint in a SystemC file
This steps the simulation to the next statement. Because the next
statement is a function call, ModelSim steps into the function, which is
in a separate file (Figure 44).
c Click the Continue Run icon on the Source window toolbar.
Removing a breakpoint
1 Right-click the breakpoint on the red sphere and select Remove Breakpoint.
ModelSim SE Tutorial
Viewing SystemC objects in the GUI T-63
2 Click the Continue Run button again. Figure 44: ModelSim steps into a function in a separate file
The simulation runs for 500 ns and waves are drawn in the Wave window
(Figure 46).
If you are using the VHDL version, you might see warnings in the Main
window transcript. These warnings are related to VHDL value
conversion routines and can be ignored.
ModelSim SE Tutorial
T-64 Lesson 5 - Simulating designs with SystemC
Lesson Wrap-up Figure 46: SystemC primitive channels in the Wave window
This concludes the lesson. Before continuing we need to quit the C debugger and
end the current simulation.
2 Select Simulate > End Simulation. Click Yes when prompted to confirm
that you wish to quit simulating.
ModelSim SE Tutorial
T-65
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-66
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-66
ModelSim SE Tutorial
T-66 Lesson 6 - Viewing simulations in the Wave window
Introduction Figure 47: The Wave window and its many panes
Related reading
ModelSim GUI Reference "Wave window" (GR-211)
ModelSim Users Manual Chapter 8 - WLF files (datasets) and virtuals (UM-
225)
ModelSim SE Tutorial
Loading a design T-67
Loading a design
For the examples in this lesson, we have used the design simulated in Lesson 2 -
Basic simulation.
1 If you just finished the previous lesson, ModelSim should already be running.
If not, start ModelSim.
a Type vsim at a UNIX shell prompt or use the ModelSim icon in
Windows.
If the Welcome to ModelSim dialog appears, click Close.
ModelSim SE Tutorial
T-68 Lesson 6 - Viewing simulations in the Wave window
Adding objects to the Wave window Figure 48: A Wave window docked in the Main window
ModelSim offers several methods for adding objects to the Wave window. In this
exercise, you will try different methods. 2a
ModelSim SE Tutorial
Zooming the waveform display T-69
Zooming the waveform display Figure 49: Zooming in with the mouse pointer
Zooming lets you change the display range in the waveform pane. There are
numerous methods for zooming the display.
b In the waveform pane, click and drag down and to the right.
You should see blue vertical lines and numbers defining an area to zoom
in (Figure 49).
c Select View > Zoom > Zoom Last.
The waveform pane returns to the previous display range.
d Click the Zoom In 2x icon a few times.
1b
Figure 50: Zooming out with the mouse pointer
ModelSim SE Tutorial
T-70 Lesson 6 - Viewing simulations in the Wave window
Using cursors in the Wave window Figure 51: Working with a single cursor in the Wave window
Cursors mark simulation time in the Wave window. When ModelSim first draws
the Wave window, it places one cursor at time zero. Clicking anywhere in the
waveform pane brings that cursor to the mouse location.
You can also add additional cursors; name, lock, and delete cursors; use cursors
to measure time intervals; and use cursors to find transitions.
ModelSim SE Tutorial
Using cursors in the Wave window T-71
The cursor jumps to the next transition on the currently selected signal.
b Click the Find Previous Transition icon on the Wave window toolbar.
2a
Figure 53: Interval measurement between two cursors
b Right-click the name of the new cursor and delete the text.
c Type B and press Enter.
d Drag cursor B and watch the interval measurement change dynamically
(Figure 53).
1d
ModelSim SE Tutorial
T-72 Lesson 6 - Viewing simulations in the Wave window
3 Delete cursor B.
a Right-click cursor B and select Delete B.
ModelSim SE Tutorial
Saving the window format T-73
ModelSim SE Tutorial
T-74 Lesson 6 - Viewing simulations in the Wave window
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-75
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-76
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-76
ModelSim SE Tutorial
T-76 Lesson 7 - Creating stimulus with Waveform Editor
Introduction
The Waveform Editor creates stimulus for your design via interactive
manipulation of waveforms. You can then run the simulation with these edited
waveforms or export them to a stimulus file for later use.
In this lesson you will do the following:
Load the counter design unit without a testbench
Create waves via a wizard
Edit waves interactively in the Wave window
Export the waves to an HDL testbench and extended VCD file
Run the simulation
Re-simulate using the exported testbench and VCD file
Related reading
ModelSim Users Manual 10 - Generating stimulus with Waveform Editor (UM-
225)
ModelSim SE Tutorial
Loading a design unit T-77
Note: You can also use Waveform Editor prior to loading a design. See "Using
Waveform Editor prior to loading a design" (GR-287) for more information.
1 If you just finished the previous lesson, ModelSim should already be running.
If not, start ModelSim.
a Type vsim at a UNIX shell prompt or use the ModelSim icon in
Windows.
If the Welcome to ModelSim dialog appears, click Close.
ModelSim SE Tutorial
T-78 Lesson 7 - Creating stimulus with Waveform Editor
Creating waves with a wizard Figure 55: Creating waves from the Objects pane
Waveform Editor includes a Create Pattern wizard that walks you through the
process of creating editable waveforms.
1a
1b
ModelSim SE Tutorial
Creating waves with a wizard T-79
c In the second dialog of the wizard, enter 0 for Initial Value, leave Figure 57: Specifying clock pattern attributes
everything else as is, and click Finish (Figure 57).
A generated waveform appears in the Wave window (Figure 58). Notice
the small red dot on the waveform icon that denotes an editable wave.
1c
2 Create a second wave using the wizard.
a Right-click signal reset in the Objects pane and select Create Wave.
b Select Constant for the pattern type and click Next.
c Enter 0 for the Value and click Finish.
A second generated waveform appears in the Wave window.
ModelSim SE Tutorial
T-80 Lesson 7 - Creating stimulus with Waveform Editor
Editing waveforms in the Wave window Figure 59: The Insert Pulse dialog
ModelSim SE Tutorial
Editing waveforms in the Wave window T-81
2 Stretch an edge on signal clk. Figure 61: The Edit Stretch Edge dialog
a Click signal clk on the transition at 350 ns.
b Select Edit > Edit Wave > Stretch Edge from the menu bar (Figure 61).
c In the Edit Stretch Edge dialog, enter 50 for Duration, make sure the
Time field shows 350, and then click OK (Figure 62).
The wave edge stretches so its high until 400 ns. Note the difference
between stretching and moving an edgethe Stretch command moves an
edge by moving other edges on the waveform (either increasing
waveform duration or deleting edges at the beginning of simulation
time); the Move command moves an edge but does not move other edges
on the waveform. If you scroll the Wave window to the right, you will
see that the waveform for signal clk now extends to 1050 ns.
ModelSim SE Tutorial
T-82 Lesson 7 - Creating stimulus with Waveform Editor
The edge is deleted and clk now stays high until 400 ns. (Figure 63).
The edge is deleted again. You can undo and redo any number of editing
operations except extending all waves and changing drive types. Those
two edits cannot be undone.
ModelSim SE Tutorial
Saving and reusing the wave commands T-83
ModelSim SE Tutorial
T-84 Lesson 7 - Creating stimulus with Waveform Editor
Exporting the created waveforms Figure 64: The Export Waveform dialog
At this point you can run the simulation or you can export the created waveforms
to one of four stimulus file formats. You will run the simulation in a minute but
1b
first lets export the created waveforms so we can use them later in the lesson.
ModelSim SE Tutorial
Running the simulation T-85
Running the simulation Figure 65: The counter waveform reacts to the created stimulus pattern
Once you have finished editing the waveforms, you can run the simulation straight
away.
The simulation runs for 1000 ns and the waveform is drawn for
sim:/counter/count (Figure 65).
Look at the signal transitions for count from 300 ns to 500 ns. The
transitions occur when clk goes high, and you can see that count follows
the pattern you created when you edited clk by deleting an edge.
ModelSim SE Tutorial
T-86 Lesson 7 - Creating stimulus with Waveform Editor
Simulating with the testbench file Figure 66: The testbench design unit compiled into the work library
Earlier in the lesson you exported the created waveforms to a testbench file. In this
exercise you will compile and load the testbench and then run the simulation.
ModelSim SE Tutorial
Importing an EVCD file T-87
The simulation runs for 1000 ns and the waveform is drawn for
sim:/counter/count.
When you import an EVCD file, signal mapping happens automatically
if signal names and widths match. If they do not, you have to manually
map the signals. See "Signal mapping and importing EVCD files" (GR-
295) for more information.
ModelSim SE Tutorial
T-88 Lesson 7 - Creating stimulus with Waveform Editor
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-89
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-90
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-90
Note: The functionality described in this tutorial requires a dataflow license feature in
your ModelSim license file. Please contact your Mentor Graphics sales representative if
you currently do not have such a feature.
ModelSim SE Tutorial
T-90 Lesson 8 - Debugging with the Dataflow window
Introduction
The Dataflow window allows you to explore the "physical" connectivity of your
design; to trace events that propagate through the design; and to identify the cause
of unexpected outputs. The window displays processes; signals, nets, and
registers; and interconnect.
Related reading
ModelSim Users Manual "Tracing signals with the Dataflow window" (UM-299)
ModelSim GUI Reference "Dataflow window" (GR-128)
ModelSim SE Tutorial
Compiling and loading the design T-91
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons). Create the directory and copy all files from
<install_dir>/examples/dataflow/verilog to the new directory.
If you have a VHDL license, copy the files in <install_dir>/examples/
dataflow/vhdl instead.
ModelSim SE Tutorial
T-92 Lesson 8 - Debugging with the Dataflow window
ModelSim SE Tutorial
Tracing events T-93
2c
ModelSim SE Tutorial
T-94 Lesson 8 - Debugging with the Dataflow window
d Select Trace > Trace next event to trace the first contributing event. Figure 72: Cursor in wave viewer marking last event
ModelSim adds a cursor marking the last event, the transition of the
strobe to 0 at 2745 ns, which caused the output of 1 on t_out (Figure 72).
e Select Trace > Trace next event two more times.
f Select Trace > Trace event set.
The dataflow pane sprouts to the preceding process and shows the input
driver of signal strb (Figure 73). Notice too that the wave viewer now
shows the input and output signals of the newly selected process.
You can continue tracing events through the design in this manner: select
Trace next event until you get to a transition of interest in the wave
viewer, and then select Trace event set to update the dataflow pane.
Figure 73: Tracing the event set
3 Select File > Close to close the Dataflow window.
ModelSim SE Tutorial
Tracing an X (unknown) T-95
The Dataflow window lets you easily track an unknown value (X) as it propagates
through the design. The Dataflow window is linked to the stand-alone Wave
window, so you can view signals in the Wave window and then use the Dataflow
window to track the source of a problem. As you traverse your design in the
Dataflow window, appropriate signals are added automatically to the Wave
window.
ModelSim SE Tutorial
T-96 Lesson 8 - Debugging with the Dataflow window
Displaying hierarchy in the Dataflow win- Figure 76: The Dataflow options dialog
dow
You can display connectivity in the Dataflow window using hierarchical
instances. You enable this by modifying the options prior to adding objects to the
window. 1b
ModelSim SE Tutorial
Lesson Wrap-up T-97
Lesson Wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-98 Lesson 8 - Debugging with the Dataflow window
ModelSim SE Tutorial
T-99
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-100
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-100
ModelSim SE Tutorial
T-100 Lesson 9 - Viewing and initializing memories
Introduction
In this lesson you will learn how to view and initialize memories in ModelSim.
ModelSim defines and lists as memories any of the following:
reg, wire, and std_logic arrays
Integer arrays
Single dimensional arrays of VHDL enumerated types other than
std_logic
Related reading
ModelSim GUI Reference "Memory windows" (GR-169)
ModelSim Command Reference mem display (CR-196), mem load (CR-199),
mem save (CR-202), radix (CR-241) commands
ModelSim SE Tutorial
Compiling and loading the design T-101
VHDL:
Type vcom -93 sp_syn_ram.vhd dp_syn_ram.vhd ram_tb.vhd at the
ModelSim> prompt.
ModelSim SE Tutorial
T-102 Lesson 9 - Viewing and initializing memories
Viewing a memory Figure 78: Viewing the memories tab in the Main window workspace
ModelSim SE Tutorial
Viewing a memory T-103
2 Simulate the design. Figure 80: Memory display updates with simulation
a Click the run -all icon in the Main window.
b Click the mem tab of the MDI frame to bring the
/ram_tb/spram1/mem instance to the foreground (Figure 80).
VHDL:
In the Transcript pane, you will see NUMERIC_STD warnings that can be
ignored and an assertion failure that is functioning to stop the simulation. The
simulation itself has not failed.
3 Lets change the address radix and the number of words per line for instance
/ram_tb/spram1/mem.
a Right-click anywhere in the Memory Contents pane and select
Properties.
The Properties dialog box opens (Figure 81).
b For the Address Radix, select Decimal. This changes the radix for the
addresses only.
Figure 81: Changing the address radix
c Select Words per line and type 1 in the field.
d Click OK.
You can see the results of the settings in Figure 82. If the figure doesnt match
what you have in your ModelSim session, check to make sure you set the
Address Radix rather than the Data Radix. Data Radix should still be set to
Symbolic, the default.
ModelSim SE Tutorial
T-104 Lesson 9 - Viewing and initializing memories
Navigating within the memory Figure 82: Memory window: new address radix and line length
1a
ModelSim SE Tutorial
Viewing a memory T-105
2 Edit the address location directly. Figure 84: Edit the address directly
To quickly move to a particular address, do the following:
a Double click any address in the address column.
b Enter any desired address. (Figure 84)
c Press <Enter> on your keyboard.
The pane scrolls to that address.
ModelSim SE Tutorial
T-106 Lesson 9 - Viewing and initializing memories
Saving memory contents to a file Figure 86: Save Memory dialog box
You can save memory contents to a file that can be loaded at some later point in
simulation.
ModelSim SE Tutorial
Initializing a memory T-107
You will use this file for initialization in the next section. Figure 87: Load Memory dialog box
Initializing a memory
In ModelSim, it is possible to initialize a memory using one of three methods:
from a saved memory file, from a fill pattern, or from both.
First, lets initialize a memory from a file only. You will use one you saved
previously, data_mem.mem.
ModelSim SE Tutorial
T-108 Lesson 9 - Viewing and initializing memories
In this next step, you will experiment with loading from both a file and a fill Figure 89: Loading a relocatable memory file
pattern. You will initialize spram3 with the 250 addresses of data you saved
previously into the relocatable file reloc.mem. You will also initialize 50
additional address entries with a fill pattern. 3c
a Right-click in the data column of the mem(2) tab and select Load to
bring up the Load Memory dialog box (Figure 89). 3d
ModelSim SE Tutorial
Interactive debugging commands T-109
The memory panes can also be used interactively for a variety of debugging
purposes. The features described in this section are useful for this purpose.
The data in the specified range are replaced with a generated random fill
pattern (Figure 93).
Figure 93: Random contents of a range of addresses
ModelSim SE Tutorial
T-110 Lesson 9 - Viewing and initializing memories
ModelSim SE Tutorial
Lesson Wrap-up T-111
Lesson Wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-112 Lesson 9 - Viewing and initializing memories
ModelSim SE Tutorial
T-113
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-114
Design files for this lesson . . . . . . . . . . . . . . . . . . . . T-114
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-114
Note: The functionality described in this tutorial requires a profile license feature in your
ModelSim license file. Please contact your Mentor Graphics sales representative if you
currently do not have such a feature.
ModelSim SE Tutorial
T-114 Lesson 10 - Analyzing performance with the Profiler
Introduction
The Profiler identifies the percentage of simulation time spent in each section of
your code as well as the amount of memory allocated to each function and
instance. With this information, you can identify bottlenecks and reduce
simulation time by optimizing your code. Users have reported up to 75%
reductions in simulation time after using the Profiler.
This lesson introduces the Profiler and shows you how to use the main Profiler
commands to identify performance bottlenecks. It will guide you through a simple
code change that improves performance in the example design.
Related reading
ModelSim Users Manual Chapter 12 - Profiling performance and memory use
(UM-317), Chapter 20 - Tcl and macros (DO files) (UM-471)
ModelSim SE Tutorial
Compiling and loading the design T-115
ModelSim SE Tutorial
T-116 Lesson 10 - Analyzing performance with the Profiler
Running the simulation Figure 97: Note the run time reported in the Transcript
Throughout this lesson you will run the simulation via a DO file. DO files are
macros you create that automatically run several ModelSim commands. The DO
file in this lesson uses the seconds Tcl command to time each simulation run. Feel
free to open the DO file and look at its contents.
ModelSim SE Tutorial
Running the simulation T-117
b Click the Call Tree tab to view the profile data in a hierarchical, Figure 99: Expand the hierarchical function call tree.
function-call tree display.
The results differ between the Verilog and VHDL versions of the design.
In Verilog, line 105 (test_sm.v:105) is taking the majority of simulation
time. In VHDL, test_sm.vhd:203 and sm.vhd:93 are taking the majority
of the time.
4 View the source code of a line that is using a lot of simulation time.
a Verilog: Double-click test_sm.v:105. The Source window opens in the
MDI frame with line 105 displayed (Figure 100).
VHDL: Double-click test_sm.vhd:203. The Source window opens in the
MDI frame with line 203 displayed.
ModelSim SE Tutorial
T-118 Lesson 10 - Analyzing performance with the Profiler
The Profile Details pane increases visibility into simulation performance and
memory usage. Right-clicking any function in the Ranked or Call Tree views
opens a popup menu that includes a Function Usage selection. When Function
Usage is selected, the Profile Details pane opens in the Main window and displays
all instances using the selected function.
ModelSim SE Tutorial
Using the data to improve performance T-119
Using the data to improve performance Figure 103: Simulation time reduced by almost 50%
VHDL: Change lines 198-201 so they look like this: Figure 104: Source edit removes the performance bottleneck
-- write(msg_line,NOW,field=>10);
-- write(msg_line,msg1);
-- hwrite(msg_line,rd_data);
-- writeline(OUTPUT,msg_line);
ModelSim SE Tutorial
T-120 Lesson 10 - Analyzing performance with the Profiler
Filtering and saving the data Figure 105: The Profiler toolbar.
As a last step, you will filter out lines that take less than 2% of the simulation time
using the Profiler toolbar, and then save the report data to a text file.
1a 1b 2a
1 Filter lines that take less than 2% of the simulation time. Figure 106: The filtered profile data
a Make sure the Profile pane is selected.
b Change the Under(%) field to 2 (Figure 105).
c Click the Refresh Profile Data button.
ModelSim filters the list to show only those lines that take 2% or more
of the simulation time (Figure 106).
2e
2e
2f
ModelSim SE Tutorial
Lesson wrap-up T-121
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-122 Lesson 10 - Analyzing performance with the Profiler
ModelSim SE Tutorial
T-123
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-124
Design files for this lesson . . . . . . . . . . . . . . . . . . . . T-124
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-124
Note: The functionality described in this tutorial requires a coverage license feature in
your ModelSim license file. Please contact your Mentor Graphics sales representative if
you currently do not have such a feature.
ModelSim SE Tutorial
T-124 Lesson 11 - Simulating with Code Coverage
Introduction
ModelSim Code Coverage gives you graphical and report file feedback on which
executable statements, branches, conditions, and expressions in your source code
have been executed. It also measures bits of logic that have been toggled during
execution.
Related reading
ModelSim Users Manual Chapter 13 - Measuring code coverage (UM-333)
ModelSim SE Tutorial
Compiling the design T-125
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons). Create the directory and copy all files from
<install_dir>/modeltech/examples/coverage/verilog to the new directory.
If you have a VHDL license, copy the files in <install_dir>/modeltech/
examples/coverage/vhdl instead.
ModelSim SE Tutorial
T-126 Lesson 11 - Simulating with Code Coverage
Loading and running the design Figure 109: Coverage columns in the Main window Workspace
ModelSim SE Tutorial
Viewing statistics in the Main window T-127
Viewing statistics in the Main window Figure 111: Right click a column heading to hide or show columns
2 View statistics in the Missed Coverage pane. Figure 112: Statement statistics in the Missed Coverage pane
a Select different files from the Files tab of the Workspace.
The Missed Coverage pane updates to show statistics for the selected file
(Figure 112).
b Select any entry in the Statement tab to display that line in the Source
window.
ModelSim SE Tutorial
T-128 Lesson 11 - Simulating with Code Coverage
3 View statistics in the Details pane. Figure 113: Details pane showing toggle coverage statistics
a Select the Toggle tab in the Missed Coverage pane.
If the Toggle tab isnt visible, you can do one of two things: 1) widen the
pane by clicking-and-dragging on the pane border; 2) if your mouse has
a middle button, click-and-drag the tabs with the middle mouse button.
b Select any object in the Toggle tab to see details in the Details pane
(Figure 113).
ModelSim SE Tutorial
Viewing statistics in the Source window T-129
Viewing statistics in the Source window Figure 115: Selecting a line in the Missed Coverage pane
In the previous section you saw that the Source window and the Main window
coverage panes are linked. You can select objects in the Main window panes to
view the underlying source code in the Source window. Furthermore, the Source
window contains statistics of its own.
Icon Description
green checkmark indicates a statement that has been executed Figure 116: Coverage statistics in the Source window
ModelSim SE Tutorial
T-130 Lesson 11 - Simulating with Code Coverage
d Hover your mouse pointer over a line of code with a green checkmark. Figure 117: Coverage numbers shown by hovering the mouse pointer
The icons change to numbers that indicate how many times the
statements and branches in that line were executed (Figure 117). In this
case line 24 was executed 1562 times.
e Select Tools > Code Coverage > Show coverage numbers.
The icons are replaced by execution counts on every line. An ellipsis (...)
is displayed whenever there are multiple statements on the line. Hover
the mouse pointer over a statement to see the count for that statement.
f Select Tools > Code Coverage > Hide coverage numbers to return to
icon display.
ModelSim SE Tutorial
Viewing toggle statistics in the Objects pane T-131
Viewing toggle statistics in the Objects Figure 118: Toggle coverage columns in the Source window
pane
Toggle coverage counts each time a logic node transitions from one state to
another. Earlier in the lesson you enabled two-state toggle coverage (0 -> 1 and 1-
> 0) with the -cover t argument. Alternatively, you can enable six-state toggle
coverage using the -cover x argument. See "Toggle coverage" (UM-343) for more
information.
ModelSim SE Tutorial
T-132 Lesson 11 - Simulating with Code Coverage
Excluding lines and files from coverage Figure 119: Excluding an entire file via the GUI
statistics
ModelSim allows you to exclude lines and files from code coverage statistics. You
can set exclusions with the GUI, with a text file called an "exclusion filter file", or
with "pragmas" in your source code. Pragmas are statements that instruct
ModelSim to not collect statistics for the bracketed code. See "Excluding objects
from coverage" (UM-347) for more details on exclusion filter files and pragmas.
ModelSim SE Tutorial
Creating Code Coverage reports T-133
Creating Code Coverage reports Figure 120: The Coverage Report dialog
You can create reports on the coverage statistics using either the menus or by
entering commands in the Transcript pane. The reports are output to a text file
regardless of which method you use.
To create coverage reports via the menus, do one of the following:
select Tools > Code Coverage > Reports from the Main window menu
right-click any object in the sim or Files tab of the Workspace and select Code
Coverage > Coverage Reports
right-click any object in the Instance Coverage pane and select Code coverage
reports from the context menu
2 Create a summary report on all design files from the Transcript pane.
a Type coverage report -file cover.txt at the VSIM> prompt.
b Type notepad cover.txt at the VSIM> prompt to view the report.
c Close Notepad when you are done reviewing the report.
ModelSim SE Tutorial
T-134 Lesson 11 - Simulating with Code Coverage
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-135
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-136
Design files for this lesson . . . . . . . . . . . . . . . . . . . . T-136
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-136
ModelSim SE Tutorial
T-136 Lesson 12 - Debugging with PSL assertions
Introduction
Using assertions in your HDL code increases visibility into your design and
improves verification productivity. ModelSim supports Property Specification
Language (PSL) assertions for use in dynamic simulation verification. These
assertions are simple statements of design intent that declare design or interface
assumptions.
This lesson will familiarize you with the use of PSL assertions in ModelSim. You
will run a simulation with and without assertions enabled so you can see how
much easier it is to debug with assertions. After running the simulation with
assertions, you will use the ModelSim debugging environment to locate a problem
with the design.
Related reading
ModelSim Users Manual Chapter 14 - PSL Assertions, Chapter 15 - Functional
coverage with PSL and ModelSim
ModelSim SE Tutorial
Compile the example design T-137
1 Create a new directory and copy the lesson files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons). Create the directory and copy all files from
<install_dir>/examples/psl/verilog to the new directory.
If you have a VHDL license, copy the files in <install_dir>/examples/psl/
vhdl instead.
ModelSim SE Tutorial
T-138 Lesson 12 - Debugging with PSL assertions
Load and run without assertions Figure 121: Transcript after running the simulation without assertions
ModelSim SE Tutorial
Using assertions to speed debugging T-139
To show how assertions help with debugging, well reload the design with
assertions.
ModelSim SE Tutorial
T-140 Lesson 12 - Debugging with PSL assertions
4 Add assertions and cover directives to the Wave window Figure 123: Assertion failure indicated in the Wave window
a Select the Assertions pane if necessary.
b Select Add > Wave > Assertions in Design.
Scroll to the bottom of the Wave window and you will see the assertions
(denoted by magenta triangles).
c Select View > Debug Windows > Functional Coverage (Main
window) to see cover directives in the Functional Coverage window.
d Select the Functional Coverage pane.
e Select Add > Wave > Functional Coverages in Design.
Scroll to the bottom of the Wave window and you will see the cover
directives (denoted by magenta arrowheads).
ModelSim SE Tutorial
Debugging the assertion failure T-141
Debugging the assertion failure Figure 125: Source code for failed assertion
2 Check the Wave window to see if we_n was held high through both REF1 and
REF2 states. Figure 126: Examining we_n with respect to mem_state
ModelSim SE Tutorial
T-142 Lesson 12 - Debugging with PSL assertions
3 Examine we_n in the Dataflow and Source windows. Figure 127: Viewing we_n in the Dataflow window
a Open the Dataflow window by selecting View > Debug Windows >
Dataflow (Main window).
b Drag we_n from the Wave window to the Dataflow window.
Verilog: The Dataflow window shows that we_n is driven by the
#ASSIGN#106 process, with inputs rw and mem_state (Figure 127). The
values shown in yellow are the values for each signal at the point at
which the simulation stopped - 3100 ns. We see that we_n is St0 when
mem_state is REF2. As noted above, we_n should be St1. This is the
reason for the assertion failure.
VHDL: The Dataflow window shows that we_n is driven by the process
at line 61, which has inputs rw and mem_state. The values shown in
yellow are the values for each signal at the point at which the simulation
stopped - 3800 ns. We see that we_n is St0 when mem_state is REF2. As
noted above, we_n should be St1. This is the reason for the assertion
failure.
Figure 128: Finding the bug in the source code
c Select the process that drives we_n in order to display its source code in
the Source window.
Verilog: Looking at the Source window youll see that the current line
arrow points to line 104 of the dramcon_rtl.sv file (Figure 128). In this
line you can see that the logic assigning we_n is wrong - it does not
account for the REF2 state.
The code shows that the incorrect assignment is used for the example
with the correct assignment immediately below (lines 106-107) that will
hold we_n high through both states of the refresh cycle.
VHDL: Looking at the Source window you can see that the current line
arrow points to line 61 of the dramcon_rtl.vhd file. In this line you can
see that the logic assigning we_n is wrong - it does not account for the
REF2 state.
The code shows that the incorrect assignment is used for the example
with the correct assignment immediately below (line 65) that will hold
we_n high through both states of the refresh cycle.
ModelSim SE Tutorial
Display cover directives in count mode T-143
Display cover directives in count mode Figure 129: Display a cover directive in count mode
ModelSim SE Tutorial
T-144 Lesson 12 - Debugging with PSL assertions
Reporting functional coverage statistics Figure 130: Create a text file of the functional coverage
1 Select Tools > Functional Coverage > Reports (Main window) to open the
Functional coverage report dialog (Figure 130).
4 Select Include aggregated results and Include detailed results from the
Contents options.
5 Select Write to File from the Other Options. You can use the default
filename fcover_report.txt or rename the file.
ModelSim SE Tutorial
Lesson wrap-up T-145
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation.
ModelSim SE Tutorial
T-146 Lesson 12 - Debugging with PSL assertions
ModelSim SE Tutorial
T-147
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-148
Design files for this lesson . . . . . . . . . . . . . . . . . . . . T-148
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-148
Note: The functionality described in this tutorial requires a compare license feature in
your ModelSim license file. Please contact your Mentor Graphics sales representative if
you currently do not have such a feature.
ModelSim SE Tutorial
T-148 Lesson 13 - Waveform Compare
Introduction
Waveform Compare computes timing differences between test signals and
reference signals. The general procedure for comparing waveforms has four main
steps:
Related reading
"Waveform Compare" (UM-270), Chapter 8 - WLF files (datasets) and virtuals
(UM-225)
ModelSim SE Tutorial
Creating the reference dataset T-149
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise (in case other users will be
working with these lessons). Create the directory and copy all files from
<install_dir>/modeltech/examples/compare/verilog to the new directory.
If you have a VHDL license, copy the files in <install_dir>/modeltech/
examples/compare/vhdl instead.
ModelSim SE Tutorial
T-150 Lesson 13 - Waveform Compare
Verilog
ModelSim SE Tutorial
Creating the test dataset T-151
VHDL
ModelSim SE Tutorial
T-152 Lesson 13 - Waveform Compare
Comparing the simulation runs Figure 131: First dialog of the Comparison Wizard
ModelSim includes a Comparison Wizard that walks you through the process.
You can also configure the comparison manually with menu or command line
commands. 1b
b Click the Browse button and select gold.wlf as the reference dataset
(Figure 131).
Recall that gold.wlf is from the first simulation run.
c Leaving the test dataset set to Use Current Simulation, click Next.
d Select Compare All Signals in the second dialog and click Next (Figure
132).
e In the next three dialogs, click Next, Compute Differences Now, and
Finish, respectively.
ModelSim performs the comparison and displays the compared signals Figure 132: Second dialog of the Comparison Wizard
in the Wave window.
1d
ModelSim SE Tutorial
Viewing comparison data T-153
Viewing comparison data Figure 133: Comparison information in the Main window
Comparison data displays in three places within the ModelSim GUI: the
Workspace pane of the Main window, the Wave window, and the List window.
ModelSim SE Tutorial
T-154 Lesson 13 - Waveform Compare
Viewing comparison data in the List window Figure 136: Compare differences in the List window
You can also view the results of your waveform comparison in the List window.
ModelSim SE Tutorial
Saving and reloading comparison data T-155
Saving and reloading comparison data Figure 137: Coverage data saved to a text file
You can save comparison data for later viewing, either in a text file or in files that
can be reloaded into ModelSim.
To save comparison data so it can be reloaded into ModelSim, you must save two
files. First, you save the computed differences to one file; next, you save the
comparison configuration rules to a separate file. When you reload the data, you
must have the reference dataset open.
2 Save the comparison data in files that can be reloaded into ModelSim.
a Select Tools > Waveform Compare > Differences > Save.
b Click Save.
This saved compare.dif to the current directory.
c Select Tools > Waveform Compare > Rules > Save.
d Click Save.
This saved compare.rul to the current directory.
e Select Tools > Waveform Compare > End Comparison.
ModelSim SE Tutorial
T-156 Lesson 13 - Waveform Compare
3 Reload the comparison data. Figure 138: Displaying log files in the Open dialog
a Select File > Open and open.
b Change the Files of Type to Log Files (*.wlf).
c Double-click gold.wlf to open the dataset.
d Select Tools > Waveform Compare > Reload.
Since you saved the data using default file names, the dialog should
already have the correct files specified (Figure 139).
e Click OK.
The comparison reloads.
3b
ModelSim SE Tutorial
Lesson wrap-up T-157
Lesson wrap-up
This concludes this lesson. Before continuing we need to end the current
simulation and close the gold.wlf dataset.
ModelSim SE Tutorial
T-158 Lesson 13 - Waveform Compare
ModelSim SE Tutorial
T-159
Topics
The following topics are covered in this lesson:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . T-160
Related reading . . . . . . . . . . . . . . . . . . . . . . . T-160
ModelSim SE Tutorial
T-160 Lesson 14 - Automating ModelSim
Introduction
Aside from executing a couple of pre-existing DO files, the previous lessons
focused on using ModelSim in interactive mode: executing single commands, one
after another, via the GUI menus or Main window command line. In situations
where you have repetitive tasks to complete, you can increase your productivity
with DO files.
DO files are scripts that allow you to execute many commands at once. The scripts
can be as simple as a series of ModelSim commands with associated arguments,
or they can be full-blown Tcl programs with variables, conditional execution, and
so forth. You can execute DO files from within the GUI or you can run them from
the system command prompt without ever invoking the GUI.
Related reading
ModelSim Users Manual 20 - Tcl and macros (DO files) (UM-225)
ModelSim SE Tutorial
Creating a simple DO file T-161
2 Enter commands to add signals to the Wave window, force signals, and run
the simulation.
a Select File > New > Source > Do to create a new DO file.
a Enter the following commands into the source window:
add wave count
add wave clk
add wave reset
force -freeze clk 0 0, 1 {50 ns} -r 100
force reset 1
run 100
force reset 0
run 300
force reset 1
run 400
force reset 0
run 200
ModelSim SE Tutorial
T-162 Lesson 14 - Automating ModelSim
5 When you are done with this exercise, select File > Quit to quit ModelSim.
ModelSim SE Tutorial
Running ModelSim in command-line mode T-163
1 Create a new directory and copy the tutorial files into it.
Start by creating a new directory for this exercise. Create the directory and
copy these files into it:
\<install_dir>\modeltech\examples\counter.v
\<install_dir>\modeltech\examples\stim.do
We have used the Verilog file counter.v in this example. If you have a VHDL
license, use counter.vhd instead.
ModelSim SE Tutorial
T-164 Lesson 14 - Automating ModelSim
3 Create a DO file.
a Open a text editor.
b Type the following lines into a new file:
# list all signals in decimal format
add list -decimal *
# read in stimulus
do stim.do
# output results
write list counter.lst
c Save the file with the name sim.do and place it in the current directory.
ModelSim SE Tutorial
Running ModelSim in command-line mode T-165
This is the output produced by the Verilog version of the design. It may Figure 140: A dataset in the Main window Workspace
appear slightly different if you used the VHDL version.
7 When you finish viewing the results, select File > Quit to close ModelSim.
ModelSim SE Tutorial
T-166 Lesson 14 - Automating ModelSim
ModelSim SE Tutorial
Using Tcl with ModelSim T-167
ModelSim SE Tutorial
T-168 Lesson 14 - Automating ModelSim
Lesson Wrap-up Figure 141: Buttons added to the Main window toolbar
3c
ModelSim SE Tutorial
T-169
This license is a legal Agreement concerning the use of Software between you, the end user, either individually or
as an authorized representative of the company acquiring the license, and Mentor Graphics Corporation and Mentor
Graphics (Ireland) Limited acting directly or through their subsidiaries or authorized distributors (collectively
Mentor Graphics). USE OF SOFTWARE INDICATES YOUR COMPLETE AND UNCONDITIONAL
ACCEPTANCE OF THE TERMS AND CONDITIONS SET FORTH IN THIS AGREEMENT. If you do not agree
to these terms and conditions, promptly return, or, if received electronically, certify destruction of Software and all
accompanying items within five days after receipt of Software and receive a full refund of any license fee paid.
1. GRANT OF LICENSE. The software programs you are installing, downloading, or have acquired with this Agreement,
including any updates, modifications, revisions, copies, documentation and design data (Software) are copyrighted,
trade secret and confidential information of Mentor Graphics or its licensors who maintain exclusive title to all Software
and retain all rights not expressly granted by this Agreement. Mentor Graphics grants to you, subject to payment of
appropriate license fees, a nontransferable, nonexclusive license to use Software solely: (a) in machine-readable, object-
code form; (b) for your internal business purposes; and (c) on the computer hardware or at the site for which an applicable
license fee is paid, or as authorized by Mentor Graphics. A site is restricted to a one-half mile (800 meter) radius. Mentor
Graphics standard policies and programs, which vary depending on Software, license fees paid or service plan purchased,
apply to the following and are subject to change: (a) relocation of Software; (b) use of Software, which may be limited, for
example, to execution of a single session by a single user on the authorized hardware or for a restricted period of time
(such limitations may be communicated and technically implemented through the use of authorization codes or similar
devices); (c) support services provided, including eligibility to receive telephone support, updates, modifications, and
revisions. Current standard policies and programs are available upon request.
2. ESD SOFTWARE. If you purchased a license to use embedded software development (ESD) Software, Mentor
Graphics grants to you a nontransferable, nonexclusive license to reproduce and distribute executable files created using
ESD compilers, including the ESD run-time libraries distributed with ESD C and C++ compiler Software that are linked
into a composite program as an integral part of your compiled computer program, provided that you distribute these files
only in conjunction with your compiled computer program. Mentor Graphics does NOT grant you any right to duplicate or
incorporate copies of Mentor Graphics' real-time operating systems or other ESD Software, except those explicitly
granted in this section, into your products without first signing a separate agreement with Mentor Graphics for such
purpose.
3. BETA CODE. Portions or all of certain Software may contain code for experimental testing and evaluation (Beta
Code), which may not be used without Mentor Graphics explicit authorization. Upon Mentor Graphics authorization,
Mentor Graphics grants to you a temporary, nontransferable, nonexclusive license for experimental use to test and
evaluate the Beta Code without charge for a limited period of time specified by Mentor Graphics. This grant and your use
ModelSim SE Tutorial
T-170 License Agreement
of the Beta Code shall not be construed as marketing or offering to sell a license to the Beta Code, which Mentor Graphics may
choose not to release commercially in any form. If Mentor Graphics authorizes you to use the Beta Code, you agree to evaluate
and test the Beta Code under normal conditions as directed by Mentor Graphics. You will contact Mentor Graphics periodically
during your use of the Beta Code to discuss any malfunctions or suggested improvements. Upon completion of your evaluation
and testing, you will send to Mentor Graphics a written evaluation of the Beta Code, including its strengths, weaknesses and
recommended improvements. You agree that any written evaluations and all inventions, product improvements, modifications or
developments that Mentor Graphics conceived or made during or subsequent to this Agreement, including those based partly or
wholly on your feedback, will be the exclusive property of Mentor Graphics. Mentor Graphics will have exclusive rights, title
and interest in all such property. The provisions of this subsection shall survive termination or expiration of this Agreement.
4. RESTRICTIONS ON USE. You may copy Software only as reasonably necessary to support the authorized use. Each copy
must include all notices and legends embedded in Software and affixed to its medium and container as received from Mentor
Graphics. All copies shall remain the property of Mentor Graphics or its licensors. You shall maintain a record of the number
and primary location of all copies of Software, including copies merged with other software, and shall make those records
available to Mentor Graphics upon request. You shall not make Software available in any form to any person other than
employees and contractors, excluding Mentor Graphics' competitors, whose job performance requires access. You shall take
appropriate action to protect the confidentiality of Software and ensure that any person permitted access to Software does not
disclose it or use it except as permitted by this Agreement. Except as otherwise permitted for purposes of interoperability as
specified by applicable and mandatory local law, you shall not reverse-assemble, reverse-compile, reverse-engineer or in any
way derive from Software any source code. You may not sublicense, assign or otherwise transfer Software, this Agreement or
the rights under it, whether by operation of law or otherwise (attempted transfer), without Mentor Graphics prior written
consent and payment of Mentor Graphics then-current applicable transfer charges. Any attempted transfer without Mentor
Graphics' prior written consent shall be a material breach of this Agreement and may, at Mentor Graphics' option, result in the
immediate termination of the Agreement and licenses granted under this Agreement.
The terms of this Agreement, including without limitation, the licensing and assignment provisions shall be binding upon your
heirs, successors in interest and assigns. The provisions of this section 4 shall survive the termination or expiration of this
Agreement.
5. LIMITED WARRANTY.
5.1. Mentor Graphics warrants that during the warranty period Software, when properly installed, will substantially conform to
the functional specifications set forth in the applicable user manual. Mentor Graphics does not warrant that Software will
meet your requirements or that operation of Software will be uninterrupted or error free. The warranty period is 90 days
starting on the 15th day after delivery or upon installation, whichever first occurs. You must notify Mentor Graphics in
writing of any nonconformity within the warranty period. This warranty shall not be valid if Software has been subject to
misuse, unauthorized modification or installation. MENTOR GRAPHICS' ENTIRE LIABILITY AND YOUR
EXCLUSIVE REMEDY SHALL BE, AT MENTOR GRAPHICS' OPTION, EITHER (A) REFUND OF THE PRICE
PAID UPON RETURN OF SOFTWARE TO MENTOR GRAPHICS OR (B) MODIFICATION OR REPLACEMENT OF
SOFTWARE THAT DOES NOT MEET THIS LIMITED WARRANTY, PROVIDED YOU HAVE OTHERWISE
COMPLIED WITH THIS AGREEMENT. MENTOR GRAPHICS MAKES NO WARRANTIES WITH RESPECT TO:
(A) SERVICES; (B) SOFTWARE WHICH IS LICENSED TO YOU FOR A LIMITED TERM OR LICENSED AT NO
COST; OR (C) EXPERIMENTAL BETA CODE; ALL OF WHICH ARE PROVIDED AS IS.
ModelSim SE Tutorial
T-171
5.2. THE WARRANTIES SET FORTH IN THIS SECTION 5 ARE EXCLUSIVE. NEITHER MENTOR GRAPHICS
NOR ITS LICENSORS MAKE ANY OTHER WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, WITH
RESPECT TO SOFTWARE OR OTHER MATERIAL PROVIDED UNDER THIS AGREEMENT. MENTOR
GRAPHICS AND ITS LICENSORS SPECIFICALLY DISCLAIM ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF
INTELLECTUAL PROPERTY.
7. LIFE ENDANGERING ACTIVITIES. NEITHER MENTOR GRAPHICS NOR ITS LICENSORS SHALL BE
LIABLE FOR ANY DAMAGES RESULTING FROM OR IN CONNECTION WITH THE USE OF SOFTWARE IN
ANY APPLICATION WHERE THE FAILURE OR INACCURACY OF THE SOFTWARE MIGHT RESULT IN
DEATH OR PERSONAL INJURY.
8. INDEMNIFICATION. YOU AGREE TO INDEMNIFY AND HOLD HARMLESS MENTOR GRAPHICS AND ITS
LICENSORS FROM ANY CLAIMS, LOSS, COST, DAMAGE, EXPENSE, OR LIABILITY, INCLUDING
ATTORNEYS' FEES, ARISING OUT OF OR IN CONNECTION WITH YOUR USE OF SOFTWARE AS
DESCRIBED IN SECTION 7.
9. INFRINGEMENT.
9.1. Mentor Graphics will defend or settle, at its option and expense, any action brought against you alleging that
Software infringes a patent or copyright or misappropriates a trade secret in the United States, Canada, Japan, or
member state of the European Patent Office. Mentor Graphics will pay any costs and damages finally awarded
against you that are attributable to the infringement action. You understand and agree that as conditions to Mentor
Graphics' obligations under this section you must: (a) notify Mentor Graphics promptly in writing of the action;
(b) provide Mentor Graphics all reasonable information and assistance to defend or settle the action; and (c) grant
Mentor Graphics sole authority and control of the defense or settlement of the action.
9.2. If an infringement claim is made, Mentor Graphics may, at its option and expense: (a) replace or modify Software so
that it becomes noninfringing; (b) procure for you the right to continue using Software; or (c) require the return of
Software and refund to you any license fee paid, less a reasonable allowance for use.
9.3. Mentor Graphics has no liability to you if infringement is based upon: (a) the combination of Software with any
product not furnished by Mentor Graphics; (b) the modification of Software other than by Mentor Graphics; (c) the
ModelSim SE Tutorial
T-172 License Agreement
use of other than a current unaltered release of Software; (d) the use of Software as part of an infringing process; (e) a
product that you make, use or sell; (f) any Beta Code contained in Software; (g) any Software provided by Mentor Graphics
licensors who do not provide such indemnification to Mentor Graphics customers; or (h) infringement by you that is
deemed willful. In the case of (h) you shall reimburse Mentor Graphics for its attorney fees and other costs related to the
action upon a final judgment.
9.4. THIS SECTION 9 STATES THE ENTIRE LIABILITY OF MENTOR GRAPHICS AND ITS LICENSORS AND YOUR
SOLE AND EXCLUSIVE REMEDY WITH RESPECT TO ANY ALLEGED PATENT OR COPYRIGHT
INFRINGEMENT OR TRADE SECRET MISAPPROPRIATION BY ANY SOFTWARE LICENSED UNDER THIS
AGREEMENT.
10. TERM. This Agreement remains effective until expiration or termination. This Agreement will immediately terminate upon
notice if you exceed the scope of license granted or otherwise fail to comply with the provisions of Sections 1, 2, or 4. For any
other material breach under this Agreement, Mentor Graphics may terminate this Agreement upon 30 days written notice if you
are in material breach and fail to cure such breach within the 30-day notice period. If Software was provided for limited term
use, this Agreement will automatically expire at the end of the authorized term. Upon any termination or expiration, you agree to
cease all use of Software and return it to Mentor Graphics or certify deletion and destruction of Software, including all copies, to
Mentor Graphics reasonable satisfaction.
11. EXPORT. Software is subject to regulation by local laws and United States government agencies, which prohibit export or
diversion of certain products, information about the products, and direct products of the products to certain countries and certain
persons. You agree that you will not export any Software or direct product of Software in any manner without first obtaining all
necessary approval from appropriate local and United States government agencies.
12. RESTRICTED RIGHTS NOTICE. Software was developed entirely at private expense and is commercial computer software
provided with RESTRICTED RIGHTS. Use, duplication or disclosure by the U.S. Government or a U.S. Government
subcontractor is subject to the restrictions set forth in the license agreement under which Software was obtained pursuant to
DFARS 227.7202-3(a) or as set forth in subparagraphs (c)(1) and (2) of the Commercial Computer Software - Restricted Rights
clause at FAR 52.227-19, as applicable. Contractor/manufacturer is Mentor Graphics Corporation, 8005 SW Boeckman Road,
Wilsonville, Oregon 97070-7777 USA.
13. THIRD PARTY BENEFICIARY. For any Software under this Agreement licensed by Mentor Graphics from Microsoft or
other licensors, Microsoft or the applicable licensor is a third party beneficiary of this Agreement with the right to enforce the
obligations set forth herein.
14. AUDIT RIGHTS. With reasonable prior notice, Mentor Graphics shall have the right to audit during your normal business
hours all records and accounts as may contain information regarding your compliance with the terms of this Agreement. Mentor
Graphics shall keep in confidence all information gained as a result of any audit. Mentor Graphics shall only use or disclose
such information as necessary to enforce its rights under this Agreement.
15. CONTROLLING LAW AND JURISDICTION. THIS AGREEMENT SHALL BE GOVERNED BY AND CONSTRUED
UNDER THE LAWS OF THE STATE OF OREGON, USA, IF YOU ARE LOCATED IN NORTH OR SOUTH AMERICA,
AND THE LAWS OF IRELAND IF YOU ARE LOCATED OUTSIDE OF NORTH AND SOUTH AMERICA. All disputes
ModelSim SE Tutorial
T-173
arising out of or in relation to this Agreement shall be submitted to the exclusive jurisdiction of Dublin, Ireland when the
laws of Ireland apply, or Wilsonville, Oregon when the laws of Oregon apply. This section shall not restrict Mentor
Graphics right to bring an action against you in the jurisdiction where your place of business is located. The United
Nations Convention on Contracts for the International Sale of Goods does not apply to this Agreement.
16. SEVERABILITY. If any provision of this Agreement is held by a court of competent jurisdiction to be void, invalid,
unenforceable or illegal, such provision shall be severed from this Agreement and the remaining provisions will remain in
full force and effect.
17. PAYMENT TERMS AND MISCELLANEOUS. You will pay amounts invoiced, in the currency specified on the
applicable invoice, within 30 days from the date of such invoice. This Agreement contains the parties' entire
understanding relating to its subject matter and supersedes all prior or contemporaneous agreements, including but not
limited to any purchase order terms and conditions, except valid license agreements related to the subject matter of this
Agreement (which are physically signed by you and an authorized agent of Mentor Graphics) either referenced in the
purchase order or otherwise governing this subject matter. This Agreement may only be modified in writing by authorized
representatives of the parties. Waiver of terms or excuse of breach must be in writing and shall not constitute subsequent
consent, waiver or excuse. The prevailing party in any legal action regarding the subject matter of this Agreement shall be
entitled to recover, in addition to other relief, reasonable attorneys' fees and expenses.
ModelSim SE Tutorial
T-174 License Agreement
ModelSim SE Tutorial
Index
A coverage report command T-133
cursors, Wave window T-70, T-85
aCC T-53
add dataflow command T-96
add wave command T-68
D
Assertions
Dataflow window T-89
add to dataflow T-142
displaying hierarchy T-96
debugging failures T-141
expanding to drivers/readers T-92
ignore assertions during simulation T-138
options T-96
-nopsl argument to vsim T-138
tracing events T-93
speeding debugging T-139
tracing unknowns T-95
using assertions for debugging T-135
dataset close command T-157
design library
B working type T-16
DO files T-159
break icon T-26 documentation T-7
breakpoints drivers, expanding to T-92
in SystemC modules T-61
setting T-27
stepping T-28
E
error messages, more information T-46
C external libraries, linking to T-46
C Debug T-61
Code Coverage
F
excluding lines and files T-132
folders, in projects T-37
reports T-133
format, saving for Wave window T-73
Source window T-129
command-line mode T-163
comparisons, Waveform Compare T-147 G
compile order, changing T-35
compiling your design T-13, T-23 gcc T-53
-cover argument T-125
-coverage argument T-126
ModelSim SE Tutorial
T-176 Index
H P
hierarchy, displaying in Dataflow window T-96 Performance Analyzer T-113
filtering data T-120
physical connectivity T-92
L Profiler
profile details T-118
libraries view profile data T-119
design library types T-16 viewing profile details T-118
linking to external libraries T-46 projects T-31
mapping to permanently T-49 adding items to T-34
resource libraries T-16 creating T-33
working libraries T-16 flow overview T-15
working, creating T-21 organizing with folders T-37
linking to external libraries T-46 simulation configurations T-39
M Q
macros T-159
quit command T-46
manuals T-7
mapping libraries permanently T-49
memories R
changing values T-109
initializing T-107 radix command T-102
viewing T-99 reference dataset, Waveform Compare T-149
memory contents, saving to a file T-106 reference signals T-148
Memory window T-99 run -all T-26
run command T-25
N
S
notepad command T-155
saving simulation options T-39
simulation
O basic flow overview T-13
comparing runs T-147
options, simulation T-39
restarting T-27
running T-25
simulation configurations T-39
ModelSim SE Tutorial
T-177
Standard Developers Kit User Manual T-7 measuring time with cursors T-70, T-85
stepping after a breakpoint T-28 saving format T-73
Support T-8 zooming T-69, T-80
SystemC T-51 Waveform Compare T-147
setting up the environment T-53 reference signals T-148
supported platforms T-53 saving and reloading T-155
viewing in the GUI T-60 test signals T-148
working library, creating T-13, T-21
T
X
Tcl, using in ModelSim T-166
Technical support and updates T-8 X values, tracing T-95
test dataset, Waveform Compare T-150
test signals T-148
time, measuring in Wave window T-70, T-85 Z
toggle statistics, Signals window T-131
zooming, Wave window T-69, T-80
tracing events T-93
tracing unknowns T-95
U
unknowns, tracing T-95
V
vcom command T-101
verror command T-46
vlib command T-101
vlog command T-101
vsim command T-21
W
Wave window T-65, T-75
adding items to T-68, T-78
cursors T-70, T-85
ModelSim SE Tutorial
T-178 Index
ModelSim SE Tutorial