SKon1
Occasional Contributor
6 years agoExporting an Avalon - MM bus that connects 2 QSYS components.
Hello,
Inside QSYS I have 2 components interconnected via Avalon MM:
Component A is an Avalon MM master.
Component B is an Avalon MM slave.
I want to export the Avalon bus signals out of QSYS and connect it to Component C which is written in HDL (Component C will only monitor the signals).
A straightforward solution would be to manually edit the QSYS wrapper and add the signals of interest as ports to the wrapper.
But is there a "native" way to do it ?