Forum Discussion

Shenoy's avatar
Shenoy
Icon for New Contributor rankNew Contributor
6 years ago

Arria 10 SOC - FPGA to HPS Bridge : Connecting FPGA AXI4 Master to HPS Slave

Hi, I want to connect AXI4 Master in the FPGA to the HPS. In the Qsys, I've connected my AXI4 master with f2h slave in the Arria10 HPS.

What I see during testing this implementation is that the slave is not asserting "awready" even though awvalid and proper address in present in the bus. Can anyone tell me what could be the problem here with the implementation?

Also, Please let me know if there's any Arria10 example design available with FPGA AXI4 Master connecting with HPS Slave though f2h bridge.

Regards,

Shenoy

3 Replies

    • Shenoy's avatar
      Shenoy
      Icon for New Contributor rankNew Contributor

      Hi @EberL_Intel

      There's no error in the Qys when generating the HDL.

      I had a working Avalon Master (FPGA Side) connected to F2H Bridge design.

      Due to my requirements, I changed the Avalon interface (FPGA Sise) in that working design with AXI MM interface by using a proven Avalon to AXI MM Wrapper.

      In the Qys, I have done the required changes for AXI MM interface and connected them with F2H Bridge.

      Currently, I am not regenerating the software binaries. ie, SD Boot files. Is there a necessity to regenerate the fsbl, uboot, dtb etc for my above change?

      Regards,

      Shenoy