How do I configure buses?

Hi,

At the moment, I am testing Upverter and all has been going quite well until now. But now, I want to uses buses in my schematic and I can’t figure out how to use them. For example, in the schematic of the link below, I would like to connect across a bus these pins of U6 and U7:

DIN0 to DATA2
DIN1 to DATA3

DIN7 to DATA9
PCLK to PCLK
VSYNC to VSYNC
HSYNC to HREF

Here is the link to the schematic: https://tools.upverter.com/eda/#designId=b50e4a8b88041130,tool=schematic

Could someone explain me how to configure buses?

Thank you in advance.

Best regards,

Michael

Hi Michael,

First, switch to the bus tool by clicking the bus icon. Draw where you’d like the bus to be placed. (You’re able to edit this later). The bus will appear as a thicker wire on the schematic:

Switch back to the regular net routing tool and start routing nets into the bus. As they touch the bus, the editor automatically adds Bus Connectors to the schematic:

At this point, it’s useful to open the Net Inspector for each net and edit their names to something meaningful. Do this by selecting each net and pressing the i key, or by double-clicking the wire:

You’ll notice the bus itself now automatically inherits the more meaningful signal name (which you can also edit if you prefer):

Next, connect your destination nets into the bus. Again, Bus Connectors will automatically be added:

To associate these Bus Connectors with the existing ones, you’ll need to Inspect and edit their association to match the signal name you’d like each to be associated with:

And the connected wire will be automatically renamed:

We should note a few other things:

  • You can have an arbitrary number of Bus Connectors per signal on a bus… That is, you can ‘tap’ a signal as many times as you wish.
  • Although buses can help clean up complex schematics, they aren’t strictly necessary, since Upverter allows you to simply name two nets the same name, and considers them connected despite whether their wires connect schematic-side. (See: How are you supposed to use a bus? How can you connect a bunch of pins?)
  • This format of bus configuration is completely compatible with our OrCAD import feature.

Hope that helps!

Hi adamgravitis,

With your explanation, it’s working perfectly.

Thank you.

1 Like