Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

How can I make the compilation to achieve MEMORY using RAM but not LEs?

Hello everyone! I write the program to achieve RAM like this: TYPE MEMORY IS ARRAY (0 TO 127) OF std_logic_vector(15 DOWNTO 0); SIGNAL RAM_DATA : MEMORY; When the Quartus ...