Technical data

Basic VHDL simulation
Getting Started with ModelSim PE Tutorial: Using ModelSim PE
-
89
Step 23.
Next, set a breakpoint on line 35, which has a call to the VHDL function named increment. To
do this, move the pointer to the Source window and find line 35. Use the vertical scroll bar if
necessary.
Double-click on line 35 to set the breakpoint. You will see a dot next to the line number when
the breakpoint is set. A breakpoint can be toggled on and off by double-clicking on the line.
Step 24.
Select
CONT
(continue) on the tool bar to resume the run that you interrupted. When the
simulator hits the breakpoint, it is indicated by highlighting in the Source window and by a
message in the Transcript window.