Technical data

Basic Verilog simulation
ModelSim EE/SE Tutorial 7-69
22 Select the Run -all button from the Main toolbar to resume execution of the
simulation.
(PROMPT: run -all) (Main MENU: Run -All)
When the simulation hits the breakpoint, it stops running, highlights the Source
window with an arrow, and issues a Break message in the Main window.
23 Typically when a breakpoint is reached you will be interested in one or more signal
values. You have several options for checking values.
You can look at the values shown in the Signals window, you can move you
mouse pointer over the count variable in the Source window and press the right
mouse button, or you can use the examine command:
examine count
As a result of your command the count is output to the Main window.
24 Let’s move through the Verilog source functions with ModelSim’s Step and Step Over
commands. Click Step Over on the toolbar.