HTolentino
New Contributor
2 years agoTest stimulus for FPGA validation
Hello, I am trying to do test validation for my project and was wondering how to implement a test stimulus. I want to make clear I am not wanting to functionally verify such as using a testbench fo...
- 2 years ago
The tools you mention are all for on-chip debugging with the design running in hardware. This seems to be what you want to do.
If you are saying you want to toggle internal signals while the design is running, then ISSP is what you want. You can use it along with Signal Tap to see more high-speed signaling as you toggle signals (ISSP probe data is only available as fast as the JTAG connection). You can set up a Signal Tap trigger based on the ISSP source toggling or anything else that should be happening while the design is running.
In-System Memory Content Editor is for viewing and editing the contents of on-chip RAM blocks during runtime. That doesn't seem like what you want.