Electronic – what is a bus (physically) in digital design

digital-logic

Is bus a bunch of wires connected between functional blocks? or does it have any other functional importance?

if possible, someone please provide some material to get some clear understanding.

Best Answer

Bus is an abbreviation of omnibus.

enter image description here

Figure 1. The omnibus - an early example of the problem of attempting to exceed rated bus bandwidth. Photo: Gail-Thornton.

omnibus, noun, from Latin omnibus "for all," dative plural of omnis "all".

Oddly enough, in the English abbreviation of "for all" we dropped the "omnis" part and kept the "bus" part which means "for". If someone more literally minded had made the abbreviation we might be discussing the "computer data and address omnis".

Parallel bus

Just as the omnibus was a public mode of transport "for all", the concept of the electronic bus is that of a common mode of transport for a group of signals. This can be seen very clearly in earlier memory chip designs in the layout of address bus and data bus and both ran from CPU to multiple chips.

enter image description here

Figure 2. Computer architecture showing address, data and control busses. Source: Wikispaces.

In computer parlance a bus is usually a group of signal lines connecting multiple devices. In the layout shown in Figure 2, for example, to write to a certain RAM location the address bus lines would be set to point to the memory location, the data set up on the data bus and the write command on the control bus when the previous two were ready. Each block, RAM, ROM, I/O and OTHER are given unique addresses.

enter image description here

Figure 3. The ZX81 (1981) schematic clearly shows the parallel buses. Even in this relatively simple computer the parallel buses creates a requirement for a high number of pins and traces, both adding to PCB real-estate. (Click image for full-size view.)

Serial bus

The problem with the "parallel" computer buses (multiple lines in parallel) is that the bus width grows with the number of bits. This results in more and more pins on the chips and traces running around the PCB. To solve this problem various serial bus systems have been developed. The address and data can be sent to the smart peripherals (which now have to have the serial communications devices built-in to the chips) on just two or three wires. These are often referred to as "serial bus" as, once again, the omnibus principle applies.

Busbar

enter image description here

Figure 3. A 3-phase busbar system with connecting cables. Upper bus is L1, next is L2 and L3 is on the bottom. Source: aica.co.uk.

The term is expanded slightly in "busbar" used in electrical distribution panels as a common supply rail for connection of cables or circuit-breakers to a phase or neutral power line.