Forum Discussion
Altera_Forum
Honored Contributor
10 years agoYou'll need a mux to send data back to the CPU as it will be coming back from several sources.
As for HDL - pick one of either VHDL or Verilog. AHDL is old, cannot be simulated and is not portable (and altera would rather you use VHDL or verilog). Tri states are only available on the pins. You can use tri states in your code but the synthesisor will convert them to muxes, so best try and model what actually will be placed.