FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6356 Discussions

Implementing onchip dual access ram

Altera_Forum
Honored Contributor II
887 Views

Hi, 

 

I am trying to implement an onchip memory as a framebuffer. Although I like to do some image improvement using vhdl code. 

 

My problem is, when I add the support for dual access ram in the SOPC Builder, i get an error that both slaves have the same adress range, as it should be. 

 

So could you give me a hint, where I am wrong? 

 

Thanks a lot for your help 

 

Best wishes
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
191 Views

Are both slaves connected to the same master? In that case you'll have this error. The fabric can't know what slave to connect to.

0 Kudos
Altera_Forum
Honored Contributor II
191 Views

No, one is connected to the CPU Data and Instruction master, the other one is connected to the "External Bus to Avalon Bridge".

0 Kudos
Altera_Forum
Honored Contributor II
191 Views

 

--- Quote Start ---  

 

My problem is, when I add the support for dual access ram in the SOPC Builder, i get an error that both slaves have the same adress range, as it should be. 

 

--- Quote End ---  

 

 

Did you try to set manually different address range for each port?
0 Kudos
Reply