Forum Discussion
Altera_Forum
Honored Contributor
15 years agoBidirectional buffer
Hi, I am working on Altera FPGA. Please help me to code a Bidirectional bus using HDL. Can anyone share a code for this. Regards, freak
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- In any case the real signal always falls into a specific state, low or high. --- Quote End --- Not necessarily. A floating pin without pull/up, pull-down or hold circuit might also arbitrarily oscillate between '1' and '0'. 'X' in simulation can be understood as reflecting this unknown state. --- Quote Start --- there is not a 'tristate' level. --- Quote End --- That's the essential point. 'Z' can't be detected as an input state.