Forum Discussion
sstrell
Super Contributor
6 years agoSo you want to create a hierarchical system design. You can make all the connections in Platform Designer without having to make them in your Quartus project by adding the DisplayPort system as a component. The other .qsys should appear in the IP Catalog.
If you don't want to do this, like you say, add a pipeline bridge to the .qsys file with the ARM processor. Connect the H2F bridge to the slave side and export the master side. That way, if there are any FPGA slaves in the ARM system, you can connect to them as well as export to connect to the other system.
#iwork4intel
- DZuck16 years ago
Occasional Contributor
I placed an Avalon pipeline bridge to export the unified Avalon bus. This allowed me to connect up to the ARM HPS and keep the addressing in QSYS. Thanks!