SharpWeapon
Member level 5
- Joined
- Mar 18, 2014
- Messages
- 89
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 705
Hello,
Is there anyone who have tried to construct a Quad port RAM from two Dual port BRAMs? I couldn't find enough resource on it, so grateful if anyone can drop me fragment of the vhdl code.
PS: you can have a look of my code for it in my previous post(https://www.edaboard.com/threads/320193/) . For that code the synthesizer understood that I am looking for a Quad port but it is implementing it using Distributed RAM, I tried to force the synthesizer by changing the HDL synthesis option to Block RAM, I have the following warning message:
Thanks!
Is there anyone who have tried to construct a Quad port RAM from two Dual port BRAMs? I couldn't find enough resource on it, so grateful if anyone can drop me fragment of the vhdl code.
PS: you can have a look of my code for it in my previous post(https://www.edaboard.com/threads/320193/) . For that code the synthesizer understood that I am looking for a Quad port but it is implementing it using Distributed RAM, I tried to force the synthesizer by changing the HDL synthesis option to Block RAM, I have the following warning message:
Code:
Cannot use block RAM resources for signal <Mram_ramMem>. Please check that the RAM contents is read synchronously.
Thanks!
Last edited: