Forum Discussion
Altera_Forum
Honored Contributor
10 years agogate level simulation error
Hi all, i have a problem in gate level simulation. actually i have two kits 1- cyclone IV gx EP4CGX150DF31C7 kit 2- SDALTEVK (ti) sdi kit. both kits can be connected through HSMC, duri...
Altera_Forum
Honored Contributor
10 years agoAdd an "IO_MAXIMUM_TOGGLE_RATE" attribute, to each of the non-differential signals listed, and set it to "0 MHz". You can do this through the Pin Planner (enter "0" [zero] in the 'Toggle Rate' column for the relevant signal) or directly in the .qsf. You should end up with a .qsf entry, for each signal, similar to:
set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz" -to genlock_no_ref Looking at the names of all your culprit signals, this attribute looks to be valid. Cheers, Alex