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
15 years agoNote that FGPAs only support tri-state bufers for I/O signals.
There is no tri-state capability for internal signals. However, if you use tri-state driven internal signals, Quartus will try to reproduce the behavior using multiplexers.