View Article

Abstract

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.

Keywords

multiplier, pass transistor logic based adders, delay, power dissipation, area

Introduction

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

  1. Pass Transistor Logic For several decades, designing low-power adders and multipliers has remained a major research area of interest due to the rapidly increasing demand for energy-efficient and high-performance digital circuits in modern VLSI systems. So far, traditional approaches focus on CMOS logic in designing. CMOS logic is highly robust and possesses noise immunity, thus gaining popularity in the field of digital circuits. However, it has some disadvantages, especially related to power area optimization and speed. These are very significant in advanced technology nodes like 90 nm, where transistor scaling introduces new challenges like leakage power as well as increased circuit density.

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.

  1. PTL Based and Gate

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.

  1. PTL Based or Gate

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.

  1. PTL Based X-Or Gate

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

  1. PTL Based X-Nor Gate

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.

  1. Design Techniques

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

  1. Design of Half Adder

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.

  1. Design of Full Adder

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.

  1. Design of Multipliers C.S. Wallace developed the Wallace tree multiplier method in 1964 as a technique that enables fast multiplication with the least possible delay. This method While it demands large computational resources, it excels in delay minimization, which scales proportionally with the logarithm of the word length. The Wallace tree Methodology is generally preferred in situations where speed is more important than area efficiency. The Wallace tree multiplier has three distinct phases of operation, as illustrated in Figure 2. First it produces partial products from the binary multiplication of input bits
  1. Array Multilier

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

  1. Wallace Tree Multiplier

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.

  1. Transient Analysis of Half Adder

Fig 14: waveform of proposed half adder

  1. Transient Analysis of Full Adder

Fig 15: waveform of proposed half adder

  1. Transient Analysis of Array Multiplier

Fig 16: waveform of proposed half adder

  1. Transient Analysis of Wallace Tree Multiplier

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

  1. 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.
  2. 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.
  3. R. V. Nithyashree, S. Afreen and S. Tantry, "Analysis of various Approximate adders in Ripple Carry Adder design.," 2023 4th IEEE Global Conference for Advancement in Technology (GCAT), Bangalore, India, 2023, pp. 1-5, doi: 10.1109/GCAT59970.2023.10353293.
  4. V. M. B, S. K. N and S. D. H, "XNOR-XOR based Full Adder Using Double Pass Transistor Logic," 2023 International Conference on Advances in Electronics, Communication, Computing and Intelligent Information Systems (ICAECIS), Bangalore, India, 2023.
  5. Murugan, R. Nithya, K. Prasanth, S. Fowjiya, R. U. Mageswari and E. A. Mohamed Ali, "Analysis of Full Adder cells in Numerous Logic Styles," 2022 International Conference on Electronics and Renewable Systems (ICEARS), Tuticorin, India, 2022.
  6. J. Dhanasekar and M. I. Niranjana, "Design and Analysis of Multipliers using Hybrid Full Adder," 2023 7th International Conference on Electronics, Communication and Aerospace Technology (ICECA), Coimbatore, India, 2023.
  7. F. Sabetzadeh, M. H. Moaiyeri and M. Ahmadinejad, "A Majority-Based Imprecise Multiplier for Ultra-Efficient Approximate Image Multiplication," in IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 66, no. 11, pp. 4200-4208, Nov. 2019
  8. V. Lakshmi, J. Reuben and V. Pudi, "A Novel In-Memory Wallace Tree Multiplier Architecture Using Majority Logic," in IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 69, no. 3, pp.1148-1158, March 2022, doi: 10.1109/TCSI.2021.3129.

Reference

  1. 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.
  2. 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.
  3. R. V. Nithyashree, S. Afreen and S. Tantry, "Analysis of various Approximate adders in Ripple Carry Adder design.," 2023 4th IEEE Global Conference for Advancement in Technology (GCAT), Bangalore, India, 2023, pp. 1-5, doi: 10.1109/GCAT59970.2023.10353293.
  4. V. M. B, S. K. N and S. D. H, "XNOR-XOR based Full Adder Using Double Pass Transistor Logic," 2023 International Conference on Advances in Electronics, Communication, Computing and Intelligent Information Systems (ICAECIS), Bangalore, India, 2023.
  5. Murugan, R. Nithya, K. Prasanth, S. Fowjiya, R. U. Mageswari and E. A. Mohamed Ali, "Analysis of Full Adder cells in Numerous Logic Styles," 2022 International Conference on Electronics and Renewable Systems (ICEARS), Tuticorin, India, 2022.
  6. J. Dhanasekar and M. I. Niranjana, "Design and Analysis of Multipliers using Hybrid Full Adder," 2023 7th International Conference on Electronics, Communication and Aerospace Technology (ICECA), Coimbatore, India, 2023.
  7. F. Sabetzadeh, M. H. Moaiyeri and M. Ahmadinejad, "A Majority-Based Imprecise Multiplier for Ultra-Efficient Approximate Image Multiplication," in IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 66, no. 11, pp. 4200-4208, Nov. 2019
  8. V. Lakshmi, J. Reuben and V. Pudi, "A Novel In-Memory Wallace Tree Multiplier Architecture Using Majority Logic," in IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 69, no. 3, pp.1148-1158, March 2022, doi: 10.1109/TCSI.2021.3129.

Photo
Chaitanya S.
Corresponding author

Electronics and Communication Engineering, Bangalore Institute of Technology, Bangalore, India

Photo
Abhishek B. S.
Co-author

Electronics and Communication Engineering, Bangalore Institute of Technology, Bangalore, India

Photo
Harshavardhan S.
Co-author

Electronics and Communication Engineering, Bangalore Institute of Technology, Bangalore, India

Photo
Karthik S.
Co-author

Electronics and Communication Engineering, Bangalore Institute of Technology, Bangalore, India

Photo
Manju T. M.
Co-author

Electronics and Communication Engineering, Bangalore Institute of Technology, Bangalore, India

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

Related Articles
Drug Use Evaluation of Osteoarthritis...
Jayprakash, Kavita Lovanshi, Shailesh Jain, Rita Mourya, Aashish Choudhory, ...
Capsaicin used in Treatment of Post-Herpetic Neuralgia Disease...
Umesh Jadhav , Nikam H. M, Pavan Hadole, Avinash Gite, ...
Formulation and Evaluation of Herbal Lip Scrub by Using Beetroot...
Akanksha Patil, Sakshi Gadge, Madhavi Yeskar, Sudhhanshu Maggidwar, Nitin Indurwade, ...
More related articles
Formulation and Evaluation of Herbal Lip Scrub by Using Beetroot...
Akanksha Patil, Sakshi Gadge, Madhavi Yeskar, Sudhhanshu Maggidwar, Nitin Indurwade, ...
Antiviral Drug Development in The Post-COVID Era: Innovations, Challenges, and F...
Sandesh Shelke, Vedant Shivange, Dr. Avinash Darekar , ...
Intelligent Decision Support System for Personal Healthcare...
Dr. D. J. Samatha Naidu, S. Guru Tejaswi, ...
Formulation and Evaluation of Herbal Lip Scrub by Using Beetroot...
Akanksha Patil, Sakshi Gadge, Madhavi Yeskar, Sudhhanshu Maggidwar, Nitin Indurwade, ...
Antiviral Drug Development in The Post-COVID Era: Innovations, Challenges, and F...
Sandesh Shelke, Vedant Shivange, Dr. Avinash Darekar , ...
Intelligent Decision Support System for Personal Healthcare...
Dr. D. J. Samatha Naidu, S. Guru Tejaswi, ...