Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

How to use NIOS SignalTap II?

Altera_Forum
Honored Contributor II
1,053 Views

hi all: 

I use SignalTap II ELA to simulate my design circuit. 

Is this tool must be used in Cyclone or Stratix development board? 

And, I follow the special to set up my circuit. But, I do not understand 

what the "Trigger Condition" mean ? Please anyone can help me! 

Thank you!
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
330 Views

I think you are a bit confused about what Signal Tap II does. 

 

Signal Tap II is an onchip logic analyzer to allow you to sample signals within your FPGA (so that you don't have to route I/O and probe them with an external analyzer). 

 

Signal Tap II works on any FPGA with onchip RAM blocks (Stratix, Stratix II, Cyclone, Cyclone II, Apex, etc... So any Nios development board will support it) 

 

The trigger condition is the set of conditions required for Signal Tap II to start sampling. 

 

So in a nutshell (typical usage): 

Signal Tap II becomes embedded in with the rest of your hardware. 

It has some onchip memory allocated to it to store data samples. 

It sits there doing nothing until the trigger condition is met. 

When the trigger occurs on every clock cycle it stores the data it is sampling into the onchip memory. 

When it fill the onchip memory allocated to it, the results are sent back. 

 

Here's a good document explaining how to use it: 

http://www.altera.com/literature/an/an323.pdf (http://www.altera.com/literature/an/an323.pdf)
0 Kudos
Reply