Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17049 Discussions

quartus 9.0 bus input / output / bidir

Altera_Forum
Honored Contributor II
3,225 Views

I have an I/O-bus with about 40 pins. within this bus there are some pins i want to configure input some should be output and some bidir, but it's just possible to make them all bidir or else quartus isn't compiling it succesfully. 

is there a way to change that?
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
1,938 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
1,938 Views

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.

0 Kudos
Altera_Forum
Honored Contributor II
1,938 Views

You can try "buffer"!

0 Kudos
Reply