Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou just need to associate the clock port to the reset port. This is done in component editor. You can also hack the tcl file by putting the clock port name in between the quotes in this line:
set_interface_property clock_reset associatedClock "" The same thing will need to be done for all of the interfaces since Qsys uses this information to determine if reset syncronization or clock crossing is necessary for your interfaces.