Forum Discussion
Altera_Forum
Honored Contributor
8 years agohow to map many ports to a vector/array ?
Hi All, I have an entiry with a lot of ports. I'd like to map these ports to a vector/array. example: Ports: bit_000_0 : in std_logic; bit_000_1 : in std_logic; bit_000_2 : in ...
Altera_Forum
Honored Contributor
8 years agoBecause they are all single bits, then concatenation is about the only thing you can do.