Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUsing the same array name for both inputs and outputs is not allowed.
You must declare two different bit vectors. input [1:0] GPin; output [1:0] GPout; You then assign to the required pins as you'd have done with GPIO_1