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 ago --- Quote Start --- In principle this version opens a template(a wrapper that instantiates the component), modifies the content, such as file name and the values of the generic parameters, and stores it again with a different name. --- Quote End --- Yep. It stores it with the name Qsys wants to see. --- Quote Start --- Next week I will evaluate this suggestion and let you know if you have missed a file. After the evaluation I will be able to discuss about the benefits and drawbacks of this suggestion. --- Quote End --- Sure, give it a try. If it doesn't work, just create your own simple component and get it working without a generate statement. Then add the generate logic. That is pretty much how I figured out how to use this feature. Cheers, Dave