Forum Discussion
Altera_Forum
Honored Contributor
11 years agoSignalTap issue
I update my QII to 14.1, and met a SignalTap issue like the image shows: http://www.alteraforum.com/forum/attachment.php?attachmentid=10901&stc=1 Why only partial samples have the wave, m...
Altera_Forum
Honored Contributor
9 years agohi David,
in my case i had to add this constrain in my top sdc file : # ************************************************************** # Create Clock # ************************************************************** create_clock -name {altera_reserved_tck} -period 30.303 [get_ports {altera_reserved_tck}] the values might be different in your case even though i think these are the ones to be used. the "altera_reserved_tck" is the one clock used to drive JTAG so constraining it can not harm your design. In my case this seemed to stop the weird results i was having on SignalTap. Tell me if you need more information. Yannick