Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI would like to know how to instantiate megawizard programs in my code. please help!
I want to learn everything about megawizard, instantiating the inbuilt code and about libraries related to that. please give me sufficient guidance how to do it.
Altera_Forum
Honored Contributor
11 years agoHi Naveen,
Instantiating your IP would look something like this in Verilog pll u1 ( .reset (<fill this in with your declared port name>) .inclk (<fill this in with your declared port name>) .locked (<fill this in with your declared port name>) ); This is just example. If this is confusing to you, maybe you should refer to some websites on how to instantiate a module.