Forum Discussion

SparkyNZ's avatar
SparkyNZ
Icon for Contributor rankContributor
4 years ago
Solved

Is it possible to use Virtual JTAG and SignalTap at the same time?

I've added VJTAG to my project so I can send commands to my FPGA from the command line using a TCL script - commands such as "write to address x with value y" or "get value from address x". This is...
  • SparkyNZ's avatar
    SparkyNZ
    4 years ago

    @SyafieqS I would say "no", it is not possible. I managed to get around this by:

    1) using quartus_stp.exe/TCL scripts to pre-load test parameters

    2) stop quartus_stp.exe

    3) connecting SignalTap

    4) execute test by pressing a button

    5) viewing SignalTap output upon triggering