Keywords: iSim
I am trying to set a breakpoint in my HDL code. I do so by right-clicking on the HDL line and selecting "Toggle Breakpoint". However, I do not see any indication that a breakpoint is set. When I run the simulation, no breakpoint is reached.
How can I set a breakpoint?
Breakpoints can only be set on executable lines. Examples of non-executable lines are comments and signal declarations. Please set breakpoints on executable lines such as signal assignments.
This issue is currently under investigation in order to offer a better GUI experience in a future release of the ISE Simulator.