Forum Discussion
Altera_Forum
Honored Contributor
13 years agohow to ENABLE/DISABLE parts of an IP-core depending on the instance parameters??
Hi @all, if have already posted this question in the following thread: http://www.alteraforum.com/forum/showthread.php?t=40155 (post # 3) and i think it is worth starting a new thread for discu...
Altera_Forum
Honored Contributor
13 years agoHi,
thank you for your response. @Cris72: That's a quite simple trick :) and it would work, as the synthesis tool is optimazing all unconnected components. The problem is to set these reset signals to a determindet value due to the instance parameter set. Currently I am using this kind of trick in my "long-winding solution", since I disable the interfaces of the unused components. @Dave: Fortunately I have not to simulate the IP-Cores. As I interpret your recommendation, you are using a tcl-file to describe your top-level instance, right? And the top-level consists of several filesets containing VHDL-designs and simulation information. Again these filesets will be modified in the fileset_callback procedure according to the users choice. Krgds MrFreshman