Forum Discussion

ldm_as's avatar
ldm_as
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

I'd like to try an Example Design for Avalon-MM Slave. Which one would you recommend to try with?

I'd like to try an Example Design for Avalon-MM Slave. Which one would you recommend to try with?

5 Replies

  • FawazJ_Altera's avatar
    FawazJ_Altera
    Icon for Frequent Contributor rankFrequent Contributor

    Hello,

    May I know which IP are you referring to?

    Avalon-MM Slave could be any IP. Furthermore, which FPGA board are you using?

    Thanks

  • ldm_as's avatar
    ldm_as
    Icon for Occasional Contributor rankOccasional Contributor

    Actually I use an EVB for Arria-10. As for the Avalon interface, I'm writing a custom module, which should have an Avalon-MM Slave Interface. So, I'd like to run some Example Design in order to see its behavioral.

  • ldm_as's avatar
    ldm_as
    Icon for Occasional Contributor rankOccasional Contributor

    Actually I wanted to see a Verilog/VHDL code, which implements a Slave Avalon-MM interface. This interface should support different latency of transactions (latency 0, 1, ...)

  • FawazJ_Altera's avatar
    FawazJ_Altera
    Icon for Frequent Contributor rankFrequent Contributor

    Hello,

    You can export the custom component ports to the top level verilog file. Next, you can connect it to your verilog logic and test your design. Furthermore, you can add signaltap to trace the signals while running on board.

    Unfortunately we dont have such a design.

    Thanks