Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI am not sure if this would work
type mem_t is array(0 to 511) of std_logic_vector(15 downto 0); signal mem : mem_t; Won't this still infer a memory that is 16 bits wide on both ports? I guess the inference rules for memories are ambiguous and tool dependent. The "not to be named" mega-function wizard seems the safest way;)