Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow can we have a generic MegaFunction
I have an entity with a generic. and I need to process data (which its size differ according to the generic value) with megafunctions (mult,ram..). Can you advice me how to perform that?.
Altera_Forum
Honored Contributor
14 years agoThe megafunction generates an hdl file that instanciate an IP, it redefines the default parameters with parameters entered by the user.
You can manually instantiate the same IP and redefines the default parameters with your own generic ones, but care should be taken to avoid contradictions in the parameters.