FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5931 Discussions

Getting the outputs resulta from a file in real time

SATC
New Contributor I
475 Views

Hello, everyone.

 

How can I get the results of outputs and registers with the usb cable from a simulation running in real time? I'm trying the Signal Tap but I would like to know about others resources.

 

Thank you!

0 Kudos
2 Replies
SyafieqS
Moderator
458 Views

Hi Sarah,


You can use In-System Sources and Probes (ISSP). It allows you to monitor various signals in the design on the device with a JTAG interface. May refer to below link for details related to Design Debugging Using In-System Sources and Probes 


https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qpp-debug.pdf (pg124)


Thanks,

Regards


0 Kudos
sstrell
Honored Contributor III
454 Views

Note that In-system Sources & Probes is only "real-time" as far as how fast signal info is sent over the JTAG connection, so you're talking about kHz speeds.  You're not going to be able to see high-speed signals toggling with ISSP.

Signal Tap really is the main debug tool for looking at signals, through they are frozen at a moment in time.

#iwork4intel

0 Kudos
Reply