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 agoCool, it works. Thank you.