Common Bus System | Computer Architecture YASH PAL, October 13, 2025October 13, 2025 Common Bus System in Computer Architecture – The basic computer system has various registers, a memory unit and a control unit. The information is transferred from one unit to other to complete the required operation. Therefore, path must be provided between these units. If separate lines are used to provide the path, the number of wires will be excessive in the system. A more efficient method for transferring information between different units of a computer system is common bus system. A common bus can be constructed using tri-state buffer or using multiplexer. Common Bus System Architecture A common bus system is used to transfer the information between different units of computer system. Below figure shows the connections of registers and a memory unit of a computer system to a Common bus. Common Bus System Note: This figure only shows the basic common bus system architecture. as clocks and other control signals are not shown in the above figure. Working Principle of Common Bus System The outputs of registers and memory units are connected to the common bus. In the same manner, the common bus is also connected to the inputs of cach register and data inputs of the memory Whenever a register wants to receive a data from common bus, its one of the control signal load (LD) must be enabled. The particular register which is having load (LD) control signal enabled receives the data from common bus during the next clock pulse. If two or more registers have LD control signal enabled simultaneously, they may receive the same data from common bus. The memory receives the contents of common bus, only when its write input is enabled. The multiplexer is used to select specific output for the common bus at any given time. There are three selection lines for multiplexer. The binary values an these lines activate the specific output from the registers. The number along cach output shows the decimal equivalent of the required binary selection. For example, the accumulator (AC) can place the output on the common bus if the selection lines contains 1002 (410) As shown in above figure, the input data and output data of the memory unit are connected to the common bus and memory can perform reading or writing operation on occurring the proper control signal (read or write). However, the memory address is connected to AR only, hence this register must be used to specify the address of a register in memory unit where reading or writing operation is to be performed. This kind of bus architecture eliminates the requirement of a separate address bus. The memory unit can receive the data from any of the register and similarly all the registers except accumulator (AC) can receive the data from memory unit directly. In common bus system, there is an arithmetic and logic unit. It has three inputs. One set of 16-bit input lines came from the output lines of accumulator. This set can be used to perform the micro operations with the accumulator only like shift AC and complement AC. Another set of 16-bit input lines come from the data register (DR). This set is used to perform micro operations which are having two operands like addition. In such case, one operand is stored in accumulator and other operand in data register. A third set of 8-bit inputs come from the input register (INPR). This set is used to communicate with the input device Input register (INPR) and output register (OUTR) are used to communicate with the I/O devices. The serial information from the input device is stored into the input register It converts this serial information into parallel and transfers to the arithmetic and logic unit. Similarly, the serial information for output device is stored into output register. The output register transfers the parallel information in serial manner to the output device. These two registers communicate with I/O devices serially and with the accumulator in parallel. Computer System Architecture engineering subjects Computer System Architectureengineering subjects