Altera_Forum
Honored Contributor
18 years agoBidirectional IOs in FPGA
Hi, In my project, I have 2 bidirectional IO buses of 32-bit width. I need to connect both of them together for 2-way data transfer. I've tried two options in VHDL: bus1 <= bus2 This...