Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
I assume your bus is at the design top level and is mapping to device pins.
How is your top level bus defined in the code (VHDL or Verilog)? Can you include a code fragment? Are you having problems mapping a port to physical pins? Without more info I would suggest that you break up your bus into an input bus, an output bus and a bidirectional bus. - Altera_Forum
Honored Contributor
It's possible to define the bus completely as inout, and to set individual pins as output by assigning a signal to them. This allows for different target configurations without changing the port definition.
- Altera_Forum
Honored Contributor
You can try "buffer"!