Altera_Forum
Honored Contributor
12 years agoblock ram area equivalent in logic elements , Cyclone iv
Hi,
I have several designs synthesized on cyclone iv fpga and all of them use only 2 resources : Logic elements and Block Rams (M9k). I want to compare the area consumption of the designs , but since each of them has different number of LE s and BRAM s I don't have a common unit of comparison. Would it make sense to find out the area equivalence of BRAMs in terms of LE s so that we have all the resources in terms of LE s and it would be possible to do a area comparison? I wanted to know how many LE s would make up a BRAM. So 1) First I synthesised only a simple dual port memory. So the resource used was only 1 BRAM (M9K). No LE s are used. 2)Next I turned off the "auto RAM replacement" option so that the entire design is implemented using LEs. 9,939 / 109,424 ( 9 % ) - So many LE s were used up. so 1 bram is apprx equal to 9,939 LE s. Does this make any sense or trying to express brams in terms of LE s doesn't make sense at all? Thanks