Forum Discussion
Altera_Forum
Honored Contributor
12 years agodeclaring port as array type
How to solve a problem with declaring port as array type? I want to make entity multiplexer like this: entity multiplexer is
generic(
sel_bits: integer := 2;
data_width:...
Altera_Forum
Honored Contributor
12 years agoYou need to set he vhdl version to 2008 in the project settings.