Forum Discussion
Altera_Forum
Honored Contributor
14 years agofound my mistake : the argument to SYSTEM_INFO CLOCK_RATE must be the interface name (mostly clock_reset), not the clock signal's name.
FILE _hw.tcl ... add_parameter SYSFREQ NATURAL 1 set_parameter_property SYSFREQ SYSTEM_INFO {CLOCK_RATE clock_reset} set_parameter_property SYSFREQ AFFECTS_GENERATION false set_parameter_property SYSFREQ HDL_PARAMETER true set_parameter_property SYSFREQ VISIBLE false ...