Is there a reason SignalTap offloads acquisitions immediately after "Run Analysis" is requested, even when trigger conditions are not met? I tried removing and adding the *.SDC timing commands to meet Timequest Contraints (to no effect):
There's not much to configure in Qsys for JTAG. The Nios II system is fed a 100Mhz clock, which I used as the trigger clock. Setting conflicting triggers (EOP and SOP both high, *all* signals to 0xFFFFF, no signals at all) seems to simply always trigger an acquisition. I'm trying a bunch of different things but to no avail. Hmmmmm....
Code:
set_input_delay \
-clock [ get_clocks altera_reserved_tck ] \
10.0 \
[ get_ports { \
altera_reserved_tms \
altera_reserved_tdi \
} ]
set_output_delay \
-clock [ get_clocks altera_reserved_tck ] \
10.0 \
[ get_ports { altera_reserved_tdo } ]