Altera_Forum
Honored Contributor
16 years agoCan't fit 1032 registers in device
Hi,
I'm trying to configure a 256x8 RAM on a MAX7000S EPM7128SLC84-7 and I'm getting this error : "Can't fit 1032 registers in device". This is the part of the code that is getting me in troubles: " type ram256x4 is array (255 downto 0)of std_logic_vector(3 downto 0); signal matriz: ram256x4; " If I change the dimensions of the array to a smaller one {(4 downto 0) of (3 downto 0) for instance} it compiles. However I need the 256 positions, and it seems to me that according to the 16 dip switches available on the UP2 Education Board there should not be any problem. Does anyone have any idea on how should I proceed in order to solve this issue? Thanks in advance, siLf