Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQsys error
HI , I tried to compile the DE2_115_Media_Computer example that targets DE2-115 board , while compiling Qsys files i am intimated about these errors : Error: System.External_Clocks.avalon_...
Altera_Forum
Honored Contributor
10 years agohttps://www.alteraforum.com/forum/attachment.php?attachmentid=11215
I am not that familiar with the External_Clocks module that is instantiated in the Qsys system. I don't think they come with Qsys library but rather that comes together with the DE Quartus project. You need to find the hw.tcl file in your local directory. Try to find the avalon_clock_slave and set the proper reset association. Something like: set_interface_property avalon_clock_slave "associatedReset" "reset" The "reset" is replaceable by the reset interface being declared in the hw.tcl.