Forum Discussion
Ethernet access via FPGA in DE10 nano board
- 2 years ago
I can't go through the whole HPS flow in a forum post. Links:
https://www.intel.com/content/www/us/en/docs/programmable/683126/21-2.html
Add the HPS IP and designate these pins as "loaner I/O"
Can you please tell me how to do that?
I can't go through the whole HPS flow in a forum post. Links:
https://www.intel.com/content/www/us/en/docs/programmable/683126/21-2.html
- Mahsheed2 years ago
New Contributor
Thank you very much for sharing the knowledge with me. It really saved me
- Mahsheed2 years ago
New Contributor
Hello, Can you please answer my few queries as I am new to qsys and intermixing of FPGA and HPS.
1) I generated HDL file (SOC_system.v) from qsys after loaning my Pins. Do I just need to add that .v file into my quartus prime bdf file and make necessary connections and add this bdf file into my FPGA? (just like I used to do with my pure FPGA code)2) I used a demonstration project to use QSYS, and it gives a lot of IO when I generate HDL file (SOC_system.v). Its difficult for me to handle all those IOs in my bdf file, as I only need Loan IO pins from HPS. So my concern is if I can remove those connections in HPS_0 before generating HDL file? If so, which signals can be removed safely without effecting the HPS loan functionality?
Thanks in advance