Forum Discussion
jozephka99
Contributor
4 years agoHow to route HPS peripherals to FPGA
Hi,
I have Arria10 SoC Dev Kit. I want to use it's UART modules in my FPGA logic but all 2 of them connected the HPS side. They connected HPS shared I/O pins. So I can be route them to FPGA. I used...
sstrell
Super Contributor
4 years agoHPS peripherals are accessed by FPGA logic through the F2H bridge, which it looks like you've enabled but not connected to anything (f2h_axi_slave). An address map is set up so the FPGA logic can access the HPS peripherals through normal memory-mapped addressing.
jozephka99
Contributor
4 years agoHow can I do that? Can you help?
- sstrell4 years ago
Super Contributor
You make connections in Platform Designer to IP you add to the system there or export the interface and connect to HDL code you write through port mapping. You should learn more about how to use Platform Designer to help understand what you need to do. You can start here: