Forum Discussion
Altera_Forum
Honored Contributor
11 years agoOtherwise, if you need to mantain the overall GPIO_1 name, you need to declare a bidirectional array:
inout [3:0] GPIO_1 and then write something like this: assign GPIO_1[3:0] = { GPout[1:0], 2'bzz }; assign GPin[1:0] = GPIO_1[1:0];