Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
477 Discussions

How to parameterize the single on-chip memory with different slave interfaces

khyam
Novice
701 Views

Hi,

I am designing the SoC using Quartus pro 19.2 of the platform designer tool. In this design, four different IPs are used to build the complete SoC.  Three master module IPs and one slave module IP, here slave IP is On-Chip Memory(RAM or ROM) Intel FPGA IP.  So three master modules communicate with single slave On-Chip memory, it has a memory bottleneck, each clock cycle only one request will be processed. To hence the throughput of memory, to instantiated another  On-Chip Memory(RAM or ROM) Intel FPGA IP, in this situation two slave interface and three master interface,  each clock cycle two request will be processed. The  On-Chip Memory(RAM or ROM) Intel FPGA IP has the option to parameterize memory type(RAM or ROM) and size(16, 32, 64, 128-bits). I want to know that, instead of instantiating the two memory block IPs to create two slave interfaces,  can I use single Memory IP to parameterize the slave interface (based on memory depth, for example, 0-1023 depth will access one slave interface and 1024 to 511 depth will access another slave interface in Single Memory IP instead two memory IPs instantiating ). Any way depth and width are parameterized in memory IP, is it possible to parameterize slave interface for single memory IP. I looked into the IP edit parameters tab, I didn't find any option to parameterize the slave interface. Please let me know if you have any input.

 

Thank you in advance for your time and consideration.

 

 

0 Kudos
3 Replies
EricMunYew_C_Intel
Moderator
652 Views

You can parameterize your on-chip RAM to be a dual-port RAM.

There are two slave interfaces in dual-port RAM that can be read and write independently.

You can refer to below document.

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ram_rom.pdf


0 Kudos
khyam
Novice
636 Views

On-chip RAM IP support the dual port RAM enable option, so we can have two slave interface, but in my design I am looking for more than two slave interfaces, Is it possible to parameterize On-chip RAM IP with more than two slave interfaces. 

0 Kudos
EricMunYew_C_Intel
Moderator
627 Views

Unfortunately you can't have an on-chip RAM with more than two slave interfaces. 


0 Kudos
Reply