Forum Discussion
mifa
New Contributor
6 years agoHow to add Intel IP to Custom IP (hw.tcl)?
I am creating an IP with a bunch of Verilog files. In some of that verilog files I would like to use Intel IPs like ALT_IOBUF, ALTCLKCTRL or a FIFO. If I start the simulation with the generated simu...
KennyT_altera
Super Contributor
6 years agoNope, it is not an example to add .v or .sv files.
If you refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qpp-platform-designer.pdf page 122 example 18.
it shows you an example of how to add an Emif instance using the IP. This include on how you should create it in the .v and the hw.tcl.
with this example, you can use it for the altclkctrl as specified in your above.