Forum Discussion
3 Replies
- AnandRaj_S_Intel
Regular Contributor
Hi Jhon,
You have to Instantiatiate the IP in your top-level design and write simple control logic to read & write from memory location.
Have you gone through the session Coding Example for Manual Instantiation in FIFO Intel FPGA IP User Guide?
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_fifo.pdf
For example, refer below link and search for keyword(FIFO).
https://www.intel.com/content/www/us/en/programmable/support/literature/lit-ip.html
Regards
Anand
- JPott5
New Contributor
Anand thans for your reply and the useful links included, I am up and running now.
I would add that watching the "How to begin a Simple FPGA Design" video on YouTube is a very good starter showing how to create a project with Block schematic, creating schematic symbols from your HDL code and use of IP.
- JPott5
New Contributor
Thanks