Forum Discussion
Altera_Forum
Honored Contributor
10 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.