Electronics and Communication Engineering, Bangalore Institute of Technology, Bangalore, India
This paper demonstrates the design and optimization of a Multiplier using pass transistor logic with half and full adders in 90 nm and 45 nm CMOS technology. The design methodology utilizes fewer transistors and low-power pass transistor logic to improve system efficiency. Implementation and simulation proved these designs to be superior than traditional CMOS designs in terms of area, delay, power dissipation, and energy efficiency. Optimized adders in the multiplier framework thus provide compact, power efficient multiplier design. A comparison to conventional designs shows significant reductions of power consumption, transistor count and delay and is therefore attractive for low-power, high-performance applications. This work contributes to VLSI design by addressing the major speed, area, and power trade-offs in digital systems. The optimized Multiplier is best suited for modern-day applications such as image and signal processing. The application area focuses on high-performance, high-energy efficiency, and clearly points out the advantages pass transistor logic can provide during digital circuit design to innovatively develop low-power, fast multipliers.
Multipliers and adders are very important elements in digital electronics they have applications in signal processing, image processing, cryptography, and communication systems. All such applications require that the calculation be fast with a low power consumption and a low area, which calls for optimum designing of these elements in VLSI. Half and full adders are the basic components of this multiplier. This project specializes in designing and enforcing a four-bit Multipliers by the use of pass transistor logic to decorate the overall performance of half and full adders. Pass transistor logic further boosts performance through reducing switching and leakage currents, making it a surprisingly suitable preference for transportable and embedded systems. This technique reduces the overall transistor count number, resulting in a more compact and cost-powerful design. moreover, it ensures scalability, demonstrating its relevance across advanced generation nodes like 90 nm and 45nm CMOS processes. In this project, half and full adders are optimized in a 4-bit Multiplier with significant improvements over digital circuit design. The results demonstrate dramatic improvements in delay, power consumption, and transistor count relative to traditional designs. setting a firm foundation of low-energy high-performance arithmetic units. The main motivation behind this work is the increasing demand for efficient digital systems that can compute complex arithmetic operations within a power constrained environment. Modern applications, such as AI accelerators, embedded systems, and high-speed processors, need arithmetic cores that are operated at high speeds but with low power and area on silicon. Those old designs of multipliers and adders are functional but, in most cases, do not work under the above-mentioned stringent requirements due to huge delay, increased power dissipation, and increased count of transistors. With advancing technology scaling, the requirement for efficient design increases since devices are very compact, faster, and densely integrated.
LITERATURE SURVEY
paper |
Key points |
Analysis |
D. B. R et al., "Design of Low Power Pass Transistor Logic Based Adders for Multiplier in 90nm CMOS Process," 2023 4th International Conference on Signal Processing and Communication (ICSPC), Coimbatore, India, 2023, pp. 206-210. |
Utilization of Pass Transistor Logic (PTL) technique to design a half adder circuit for a multiplier. Drastic reduction in the number of transistors, leading to improvements in area, delay, and power efficiency.
|
The use of Pass Transistor Logic (PTL) technique demonstrates promising results in terms of reducing the number of transistors and improving overall circuit. |
Chauhan, A. K. Meena and A. Kumar, "Performance Analysis of 4-Bit Multiplier using 90nm Technology," 2022 2nd International Conference on Intelligent Technologies (CONIT), Hubli, India, 2022 |
Proposal of different 4-bit multipliers utilizing Pass Transistor Logic (PTL) for full adder. Comparison of proposed multipliers (Array, Wallace Tree) with their CMOS counterparts in terms of power consumption, delay, and transistor count. |
The study provides valuable insights into the performance trade-offs between different multiplier designs.
|
METHODOLOGY
Fig 1: NMOS PTL Technique
The basic pass transistor logic configuration, wherein the transistor is used as a switch to transfer the input signal from the input, Vin, to the output, Vout. The switching action of the transistor is controlled by a control signal, which may put the transistor in the ON or OFF state. When the signal is high (logic 1), the transistor conducts that enables the input voltage (Vin) to pass along to the output (Vout). On the other hand, when the signal is low or logic 0, the transistor will turn off, thus ensuring isolation of the input with the output. This simple design for PTL is widely used due to its lower transistor count that contributes to reduced power dissipation and compact implementation, thus contributing to energy-efficient systems. Voltage levels and signal loss must be taken into careful consideration in cascading circuits. By using this PTL logic first we implement basic gates and then we implement this basic gates to adders.
Fig 2: Circuit diagram of AND Logic
Table 1: Truth Table for And Logic
Basically, PTL is based on twin transistor network. So, as shown above the PTL is implemented for the AND gate using Nmos.
Fig 3: Circuit diagram of OR Logic
Table 2: Truth Table for Or Logic
as shown above the PTL is implemented for the OR gate using Nmos.
Fig 4: Circuit diagram of XOR Logic
Table 3: Truth Table for Xor Logic
As shown above the PTL is implemented for the X-OR gate using Nmos
Fig 5: Circuit diagram of XNOR Logic
Table 4: Truth Table for Xnor Logic
As shown above the PTL is implemented for the X-NOR gate using Nmos.
The proposed half adders and full adder is to create 4x4-bit multiplier, which both in terms of area and power efficiency. Different structures can be used to develop multipliers
In this proposed Half Adder, we use PTL based AND and X-OR gates. With comparison to previous work, the novelty present in the proposed work makes the circuit as low power and area reduction.
Table 5: Truth Table for Half Adder
A |
B |
Sum |
Carry |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
1 |
Fig 6: Circuit diagram of Half Adder
Fig 7: Half Adder using PTL on Cadence Virtuoso
The novelty shown in the fig, makes the combination to provide full swing half adder, a double inverter is provided to perform both AND and XOR logic respectively. The design that provided as a novel is to reduce static power consumption.
In this proposed Full Adder, we use PTL based AND, OR, XNOR and X-OR gates. With comparison to previous work, the novelty present in the proposed work makes the circuit as low power and area reduction.
Table 6: Truth Table for Full Adder
A |
B |
Cin |
Sum |
Carry |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
0 |
1 |
0 |
1 |
0 |
0 |
1 |
1 |
0 |
1 |
1 |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
1 |
0 |
0 |
1 |
1 |
1 |
1 |
1 |
1 |
Fig 8: Circuit diagram of Full Adder
Fig 9: Full Adder using PTL on Cadence Virtuoso
The novelty shown in the fig, makes the combination to provide full swing half adder, a three inverter is provided to perform AND, OR, XNOR and XOR logic respectively. The design that provided as a novel is to reduce static power consumption.
multiplier structure is presented in Fig. to demonstrate the usefulness of the suggested AND, half adder, and full adder.
Fig 10: Circuit Diagram of Array Multiplier
Fig 11: Multiplier using proposed logic on cadence virtuoso
Multiplier structure is presented in Fig. to demonstrate the usefulness of the suggested AND, half adder, and full adder.
Fig 10: Circuit Diagram of Wallace Tree Multiplier
Fig 13: Multiplier using proposed logic on cadence virtuoso
RESULT AND ANALYSIS
The circuits that are presented in this multiplier structure are designed for 90nm and 45nm technology at a supply voltage of 1.2V. Cadence Virtuoso software is used to simulate all of the circuits in the multiplier. TABLE 7,8,9,10 are the comparisons for half adder, full adder, and multipliers, respectively, with existing logic. Fig.14., Fig.15., Fig.16., Fig.17. are proposed Half adder, Full adder and multipliers respectively.
Fig 14: waveform of proposed half adder
Fig 15: waveform of proposed half adder
Fig 16: waveform of proposed half adder
Fig 17: waveform of proposed half adder
Table 7: Comparison of Half Adder
Parameter |
[1] |
Proposed 90nm Half adder |
Proposed 45nm Half adder |
Technology (nm) |
CMOS 90 |
CMOS 90 |
CMOS 45 |
Supply voltage (v) |
1.2 |
1.2 |
1.2 |
Width of transistor (nm) |
120 |
120 |
120 |
Length of transistor(nm) |
100 |
100 |
45 |
Delay |
2.09ns |
18.85ps |
31.58ps |
Power consumption |
1.105µw |
247.2nw |
48.12nw |
Number of transistors |
10 |
8 |
8 |
Table 8: Comparison of Full Adder
Parameter |
[1] |
Proposed 90nm Half adder |
Proposed 45nm Half adder |
Technology (nm) |
CMOS 90 |
CMOS 90 |
CMOS 45 |
Supply voltage (v) |
1.2 |
1.2 |
1.2 |
Width of transistor (nm) |
120 |
120 |
120 |
Length of transistor(nm) |
100 |
100 |
45 |
Delay |
2.14ns |
23.59ps |
62.88ps |
Power consumption |
1.094µw |
657.6nw |
148.2nw |
Number of transistor |
18 |
18 |
18 |
Table 9: Comparison of Wallace Tree Multiplier
Parameter
|
[1] |
Proposed 90nm Wallace tree multiplier |
Proposed 45nmWallace tree multiplier |
Technology (nm) |
CMOS 90 |
CMOS 90 |
CMOS 45 |
Supply voltage (v) |
1.2 |
1.2 |
1.2 |
Width of transistorn(nm) |
120 |
120 |
120 |
Length of transistor (nm) |
100 |
100 |
45 |
Delay |
61.22ns |
18.03ps |
401.1ps |
Power consumption |
55.86µw |
18.19 µw |
351.9nw |
Number of transistor |
288 |
240 |
240 |
Table 10: Comparison of Array Multiplier
Parameter
|
[1] |
Proposed 90nm Array multiplier |
Proposed 45nm Array multiplier |
Technology (nm) |
CMOS 90 |
CMOS 90 |
CMOS 45 |
Supply voltage (v) |
1.2 |
1.2 |
1.2 |
Width of transistor (nm) |
120 |
120 |
120 |
Length of transistor (nm) |
100 |
100 |
45 |
Delay |
61.22ns |
18.07ps |
401.7ps |
Power consumption |
55.86µw |
36.51 µw |
369.nw |
Number of transistor |
288 |
240 |
240 |
CONCLUSION
In this research, a novel AND logic, OR logic, XOR logic, XNOR logic, Half adder, and full adder are proposed using PTL, which has low latency, low power, area efficient and full swing output. A 4x4 array multiplier and Wallace tree multiplier is taken as an application to see the capability of the proposed logic for image processing applications. In comparison to previous work, overall power and the multiplier's area are reduced. The power dissipation of the proposed full adder is 657.6nw in 90nm and 148.2nw in 45nm, half adder is 247.2nw in 90nm and 48.12nw in 45nm, Wallace tree multiplier is 18.19µw in 90nm and 351.9nw in 45nm, array multiplier is 36.51µw in 90nm respectively. The overall transistor count is 240
REFERENCE
Chaitanya S.*, Abhishek B. S., Harshavardhan S., Karthik S., Manju T. M., Design and Analysis of Adders Using Pass Transistor Logic for Multipliers, Int. J. Sci. R. Tech., 2025, 2 (5), 326-337. https://doi.org/10.5281/zenodo.15421140