Forum Discussion
Altera_Forum
Honored Contributor
10 years agoJust in case someone has the same problem: I found out that in fact the AWREADY signal from the FPGA2SDRAM port to the AXI interconnect was working just fine. However, the AWREADY signal from the AXI interconnect to my IP core was stuck at 0.
In the end I "solved" my problem by re-importing my IP core into QSYS and marking my AXI master port as an AXI3 port. Originally, I had marked it as an AXI4 port although I only used the AXI3 functionality. Apparently, something went wrong with the translation from AXI3 to AXI4.