Forum Discussion
Altera_Forum
Honored Contributor
15 years agohi
my ram size is word length 7 bits and depth 16 words. type MEM is array (0 to 15) of std_logic_vector(6 downto 0); signal in_buf_length:MEM; attribute ramstyle:string; attribute ramstyle of in_buf_length:signal is "no_rw_check"; thats my ram definition template