Memory size in Cyclone 10 LP 10CL120YF484
Hi,
I was told that the memory size in Cyclone 10 LP 10CL120YF484 is 540KB in this link:https://community.intel.com/t5/Nios-V-II-Embedded-Design-Suite/Configure-NIOS-firmware-burning-interface/td-p/1686573
however, I tried to set RAM size 350KB and ROM size 120KB in Platform Designer and then re-generated HDL code and then re-compiled the project in Quartus. Quartus reported memory not sufficient issue.
Could you please help to tell me what is the maximum memory size that I could use?
In Eclipse--> right click on project --> Make Targets-->Build-->mem_init_generate, "nios_core_RAM.hex" whose size is 289KB and "nios_core_ROM.hex" whose size is 193KB are generated, my question is:
what size of RAM and ROM should I set in Platform Designer?
what is the calculation formula to calculate RAM and ROM size using "nios_core_RAM.hex" and "nios_core_ROM.hex"?
Do you have a tool to statistics all RAM and ROM used in nios_core.map file?