Technical data

Basic VHDL simulation
100
-
ModelSim EE Lessons ModelSim EE Tutorial
12
Select the
Break
button on the
Main toolbar
to end the run.
(KEYBOARD: control+c)
The arrow points to the next HDL statement to be executed. Next, you will set a
breakpoint in the function on line 18.
13
Move the pointer to the VSIM Source window. Using the vertical scroll bar, scroll until
line 18 is visible. Click at or near line number 18 to set the breakpoint. You should see
a dot next to the line number where the breakpoint is set. This breakpoint can be
toggled on and off by clicking it.
(PROMPT: bp counter.vhd 18)