Forum Discussion

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

Generic 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; ...