Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSignal Tap and Quartus II FItter
Hi, I've completed a simulation scheme and everything is working. Now I have to test it on my Altera DE2 board so i've changed my scheme with real GPIO input and a signal tap block at the end o...
Altera_Forum
Honored Contributor
17 years agoMake sure that an output pin depends on the signals that are monitored by SignalTap.
Quartus will optimize away any logic that does not affect an output pin EVEN if you have connected it to SignalTap. To preserve the nodes so that SignalTap can see them, use the Preserve Fan-out Free Register Node logic option. Just something to check