Altera_Forum
Honored Contributor
10 years agoCannot write using FPGA2HPS and FPGA2SDRAM AXI ports
Hi everyone!
I'm currently in the process of transferring some IP cores with AXI interfaces from the Zynq to the Cyclone V SoC. However, while reading from the DDR memory using an AXI master port worked like a charm, I have major problems with writing to it. In particular, I can't write to the memory at all as the AWREADY signal never becomes high, regardless of whether AWVALID is low or high and apparently also regardless of AWADDR. I observe the same behavior for both the FPGA2HPS and the FPGA2SDRAM ports. As mentioned before, in both cases reading data from the memory works just fine. a) Does this ring a bell for anyone? Could it be a bridge configuration problem or a memory security issue? I looked for both but couldn't find any explanation for this behavior. b) Does anyone know of any examples or reference designs in which a core in the FPGA acts as an AXI master? I could only find such designs for AXI slaves... Best, Matt