Altera_Forum
Honored Contributor
13 years agoGeneric Array
What's the best way to achieve the following statement, when the user_address size depends on a generic value? generic ( addr_length: integer; ) signal addr_enable: std_logic; ...