Forum Discussion
Altera_Forum
Honored Contributor
7 years agoUnlike VHDL, SV doesn't allow bit-selects in module instance port names. You can use the port name with a concatenation as port expression.
.iobits({GPIO_0(16),GPIO_0(17), ... })Unlike VHDL, SV doesn't allow bit-selects in module instance port names. You can use the port name with a concatenation as port expression.
.iobits({GPIO_0(16),GPIO_0(17), ... })