Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

cyclone iii

Altera_Forum
Honored Contributor II
1,731 Views

hi, 

in my current project i am using ep3c25q240c8 fpga. in the data sheet the i found totally 24k logic elements are available in that chip. 

 

i want to design a 21k ram memory and also some other logic. is it possible to design the above constraints within the available LE's. 

 

can anyone help me?. other wise can use the internal ram for my design?.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
435 Views

EP3C25 has 66 M9K RAM blocks respectively about 600 kBit of embedded RAM. If your RAM memory can use embedded RAM, it would also fit an EP3C5.

0 Kudos
Altera_Forum
Honored Contributor II
435 Views

If you use the dedicated Altera RAM megafunctions (e.g. the basic ALTSYNCRAM or LP_RAM_DP) your design will automatically use the internal RAM. In this way all the FPGA LEs will be available for your additional logic.

0 Kudos
Reply