DZuck1
Occasional Contributor
6 years agoExport Multiple Avalon-mm slave interfaces as one interface
Hi,
I am trying to use the DisplayPort Intel® Stratix 10 FPGA IP Design Example on a Stratix 10 SX device. The design example has a NIOS processor controlling the different Avalon-mm slaves. I have no need for a separate NIOS processor when I have an on board ARM HPS that can do the same thing. I have removed the NIOS processor from the example QSYS project and want to connect the ARM to the Avalon-mm bus in its place.
The issue I am running into is that I cannot figure out how to export the common Avalon-mm bus from the example design as a unified bus. The only option seems to be to export each slave's bus separately. Is there a way to join the buses together and only export a single Avalon-mm bus?