- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I try to create a Dual-Port RAM in Arria10 with Logic Cell(LC), the depth of RAM is 32768 and the width of RAM is 64.
After "Analysis & Elaboration", the following errors appear:
Error (287078): Assertion error: Current device family (Arria 10) does not support more than 2048 memory words unless the USE_EAB parameter is not turned off
Error (12152): Can't elaborate user hierarchy "test_top:u_test_top|fft_sink:u_fft_sink|RAM_32K_64_LC_2PORT:RAM0_32K_64_LC_2PORT|RAM_32K_64_LC_2PORT_ram_2port_181_jdrgbli:ram_2port_0|altdpram:altdpram_component"
I already set "RAM Block type" to "LCs", and I believe the USE_EAB is on, that means not turned off, but I still can not generate a RAM more than 2048 words.
Any suggestions?
Thanks, regards.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to duplicate the error and by setting the "RAM Block type" to Auto, it will pass the compilation.
Select the 'Auto' for the "RAM Block type" allows the software to automatically select the appropriate embedded memory resource. When you set the memory block type to Auto, the compiler favors larger block types that can support the memory capacity you require in a single embedded memory block.
Reference: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ram_rom.pdf#page=8

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page