Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Generation of buffer when taking port as "inout"

Hi, I have make simple program as below where a is "input" port,b is "output" port and x is "wire". buf b1(x,a); buf b2(b,x); Here if i take b as "inout" port it i...