Altera_Forum
Honored Contributor
8 years agosdram addressing troubles
i'm working with SoCrates board.
In my project i use the HPS and two custom IP Cores(for example core1 and core2) core2 have avalon slave(for configuration by hps) and avalon slave(for receiving data from core1) core1 have avalon slave (for configuration by hps) and avalon master(for transmitting data to sdram and core2) i connect av_master(core1) to sdram and core2, and now i have error because sdram use address (0x00000000 - 0xffffffff) and core2 slave (0x00000000 - 0x0000003f) but in SoCrates board there is only 1Gb memory and therefore the sdram address must be in the range 0 to 0x3fffffff. how can i solve this problem?