Altera_Forum
Honored Contributor
9 years agoConnecting HPS to FPGA DDR3 takes up all the address space
Hello,
Using QSYS, I connected the HPS of a Cyclone V SOC to a DDR3 Controller on the fabric side via the HPS's H2F_AXI_MASTER bus. The DDR3 Controller is assigned address: 0x0000_0000 to 0x3FFF_FFFF. Now, when I try to connect another device to the HPS (over the same H2F_AXI_MASTER) - I get an address contention. Using higher addresses generates the following error message: --- Quote Start --- Error: qsys.hps.h2f_axi_master: outside the master's address range (0x0..0x3fffffff) --- Quote End --- What is the address width of the H2F_AXI_MASTER bus ?