- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can try "buffer"!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page