Forum Discussion

Amir3's avatar
Amir3
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

Avalon MM Slave - What's the simple way to extract the above lines from QSYS to HDL?

Hi, What's the simple way to extract Avalon MM lines from QSYS to HDL? The goal is to connect the component I am preparing as another Slave on the Bus while the Master remains the NIOS. I will im...
  • MathiasB's avatar
    4 years ago

    Hi,

    The proper way in my opinion would be to instantiate a "Avalon-MM Pipeline Bridge" IP in your Qsys.

    You connect its slave interface to the Nios master and export IP's master side.

    When you instantiate the qsys in your hdl, the Avalon signals will be there for you to connect to your component.

    As for your other question, what are you trying to do? I would say you can simply export anything from your Qsys to wherever it is instantiated.