Implementation of 2-Bit Multiplier Circuit Using Pass Transistor Logic
Implementation of 2-Bit Multiplier Circuit Using Pass Transistor Logic
https://doi.org/10.22214/ijraset.2022.46100
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
Abstract: In this paper, we implemented 2-bit Multiplier Circuit using Pass Transistor Logic. Pass Transistor Logic is used for
high speed technology and is easy to build the basic gate structures. The developed circuit is an extension of pass transistor logic
Ex-or gate. The proposed Multiplier circuit is implemented in 2x2 bit multiplier to achieve high speed, low area and less power
dissipation. VLSI schematic tool and the analysis is done by using the LT Spice simulator. This paper aims at an optimization of
power area and voltages of multiplier to show the better performance. The design is implemented in 0.18um CMOS technology
and its functional parameters are compared and the best result is incorporated. Simulation results have been performed on LT
Spice tool simulator at 1.8v and 2v supply voltage and simulations are carried out indicate the functionality of the proposed
multiplier circuit compared with conventional design to verify the effectiveness and it shows the circuit has low power dissipation
at high speeds.
Keywords: Multiplier Circuit, Pass Transistor Logic, Ex-or gate, and LT Spice
I. INTRODUCTION
A binary multiplier is an electronic circuit used in digital electronics, such as a computer, to multiply two binary numbers. A variety
of computer arithmetic techniques can be used to implement a digital multiplier. Most techniques involve computing the set
of partial products, which are then summed together using binary adders. This process is similar to long multiplication, except that it
uses a base-2 (binary) numeral system.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5013
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
B. Applications
Pass transistor logic frequently uses fewer transistors, runs faster, and consumes less power than fully complementary CMOS logic
implementing the same function with the same transistors. If implemented with simple gates, XOR has the worst-case Karnaugh
map and requires the most transistors of any function. By implementing the XOR using pass-transistor logic rather than simple gates,
the designers of the Z80 and many other chips saved a few transistors.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5014
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
Other authors refer to "complementary pass transistor logic" (CPL) as a method of implementing logic gates that uses dual-rail
encoding. Every CPL gate has two output wires, one for the positive signal and the other for the complementary signal, which
eliminates the need for inverters.
Complementary pass transistor logic, also known as "Differential pass transistor logic," is a logic family that is designed for a
specific advantage. This logic family is commonly used for multiplexers and latches.
CPL employs series transistors to select between the logic's possible inverted output values, the output of which drives an inverter.
The CMOS transmission gates are made up of parallel nMOS and pMOS transistors.
E. Other Forms
There are static and dynamic types of pass transistor logic, with different properties in terms of speed, power, and low-voltage
operation. The disadvantages of pass transistor logic become more apparent as integrated circuit supply voltages decrease; the
threshold voltage of transistors becomes large in comparison to the supply voltage, severely limiting the number of sequential stages.
Additional logic stages are required because complementary inputs are frequently required to control pass transistors.
In the above calculation, A1A0 is the multiplicand. B1B0 is the multiplier. The first product obtained from multiplying B0 with the
multiplicand is called as partial product 1. And the second product obtained from multiplying B1 with the multiplicand is known as
the partial product 2.
As the number of bits increases, we keep shifting each successive partial product to the left by 1 bit. In the end, we add the digits
while keeping in mind the carry that might generate.
Based on the above equation, we can see that we need four AND gates and two half adders to design the combinational circuit for
the multiplier. The AND gates will perform the multiplication, and the half adders will add the partial product terms. Hence the
circuit obtained. Fig. 1 shows the calculation of 2-bit Multiplier circuit and Fig. 2 shows the Gate diagram of Multiplier Circuit and
Table 1 is represented as truth table for the proposed circuit.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5015
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
TABLE 1
Sl.No B1 B0 A1 A0 m0 m1 m2 m3
1 0 0 0 0 0 0 0 0
2 0 0 0 1 0 0 0 0
3 0 0 1 0 0 0 0 0
4 0 0 1 1 0 0 0 0
5 0 1 0 0 0 0 0 0
6 0 1 0 1 1 0 0 0
7 0 1 1 0 0 1 0 0
8 0 1 1 1 1 1 0 0
9 1 0 0 0 0 0 0 0
10 1 0 0 1 0 1 0 0
11 1 0 1 0 0 0 1 0
12 1 0 1 1 0 1 1 0
13 1 1 0 0 0 0 0 0
14 1 1 0 1 1 1 0 0
15 1 1 1 0 0 1 1 0
16 1 1 1 1 1 0 0 1
IV. RESULTS
Experimental Results are shown below
Fig. 4 represents the result for the Simulation results for Ex-or gate Circuit.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5016
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
Fig. 5 Block diagram of proposed Multiplier Circuit using Pass Transistor Logic
Fig. 5 represents the result for the proposed Block diagram of Multiplier Circuit using Pass Transistor Logic.
Fig. 6 represents the result for the proposed Multiplier Circuit using Pass Transistor Logic.
Fig. 7 represents the current calculation at m0 terminal for Multiplier Circuit and observe that 5.5μA+5.5μA=11μA.
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5017
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
Fig. 8 represents the current calculation at m1 terminal for Multiplier Circuit and observe that 2.8μ+2.8μA=5.6μA
Fig. 9 represents the current calculation at m2 terminal for Multiplier Circuit and observe that 2.8μ+2.8μA=5.6μA
Fig. 10 represents the current calculation at m3 terminal for Multiplier Circuit and observe that 3.8μ+3.8μA=7.6μA
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5018
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
Fig. 11 represents the power dissipation at m0 terminal for Multiplier Circuit and it dissipates 8.3μWatts
Fig. 12 represents the power dissipation at m1 terminal for Multiplier Circuit and it dissipates 3.8μWatts.
Fig. 13 represents the power dissipation at m2 terminal for Multiplier Circuit and it dissipates 4.2μWatts
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5019
International Journal for Research in Applied Science & Engineering Technology (IJRASET)
ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 7.538
Volume 10 Issue VII July 2022- Available at www.ijraset.com
Fig. 14 represents the power dissipation at m3 terminal for Multiplier Circuit and it dissipates 1.35μWatts. the simulation results
of the Multiplier circuit using pass transistor logic is observed and calculated and is submitted in this paper.
V. CONCLUSIONS
This paper provided a brief explanation of the design of a two-bit multiplier circuit using pass transistor logic. And the simulation
results validated its functionality. By maximizing, the output voltage values of m0, m1, m2, and m3 can be reduced to logic values
of other signals. The implemented circuits have a simpler design and are expected to perform better and consume less power than
the existing full adder circuit models. Our proposed design has demonstrated a significant improvement in area, voltages, current,
and power, and further improvements can be made to reduce these as well. Whereas the existing adders exhibit very little distortion.
The implemented design is used for future analysis as well as 4-bit and 8-bit design Multiplier, however, the goal of this
implementation is used to design the sub-blocks in ALU.
REFERENCES
[1] Qi Zhang, Yuping Wu, Lan Chena, and Xuelian Zhang, “A robust asynchronous 16×16-bit subthreshold multiplier using SAPTL Technique [2]”,
Microelectronics Reliability 91 (2018) 98–111, 31 August 2018, pp 98-111.
[2] Saurabh Katariya and Manish Singhal “A Hybrid 4-bit Radix-4 Low Power Booth Multiplier With High Performance [4]”, IEEE International Conference on
Recent Advances and Innovation in Engineering (ICRAIE -2016), Dec- 23- 25, 2016, Jaipur, India.
[3] Hatkar A. P., Hatkar A. A. and Narkhede N. P, “ASIC Design of Reversible Multiplier Circuit [5]”, 2014 International Conference on Electronic Systems,
Signal Processing and Computing Technologies, pp 48-52.
[4] Sri Harsha Bandarupalli, Bala Pavan Kalyan Bandi, Rahul Kumar Reddy Boggula, Kirti S. Pande, “Compressor Using Full Swing XOR Logic Gate [6]”, IEEE,
pp84-89.
[5] Anirudha Pandey, Manikantta Reddy K., Praveen Yadav, Nithin Kumar Y.B., Vasantha M.H, “Design and Analysis of Approximate Multipliers For Error-
Tolerant Applications [7]”, 2018 IEEE International Symposium on Smart Electronic Systems (iSES), pp-94-97.
[6] S.Nagaraj, K.Thyagarajan , D.Srihari K.Gopi , “Design and Analysis of Wallace Tree Multiplier for CMOS and CPL Logic [8]”, 2018 INTERNATIONAL
CONFERENCE ON COMPUTATION OF POWER, ENERGY, INFORMATION AND COMMUNICATION (ICCPEIC), pp-6-10.
[7] Ajeya Vallamdas , Arunkumar P Chavan , SJagannathan “Design Of Low Power And Energy Efficient 5 X 5 Multipliers [9]”, IEEE International Conference
on Recent Advances and Innovations in Engineering (ICRAIE-2014), May 09-11, 2014, Jaipur, India.
[8] lackuline Moni D, Anu Priyadharsini K , “DESIGN Of LOW-POWER AND HIGH PERFORMANCE RADIX-4 MULTIPLIER [10]”,
[9] Kuheli Dutta, Sudipta Chattopadhyay , Vaishna Biswas and Suman Roy Ghatak “Design of Power Efficient Vedic Multiplier using Adiabatic Logic [11]”,
IEEE, PP-1-6.
[10] Pramod Kumar Meher and Shen-Fu Hsiao, Chia-Sheng Wen and Ming-Yu Tsai “Low-Cost Design of Serial-Parallel Multipliers Over GF(2m) Using Hybrid
Pass-Transistor Logic (PTL) and CMOS Logic [12]”, 2010 International Symposium on Electronic System Design, pp 132-134.
[11] Teffi Francis , Tresa Joseph Jobin and K Antony, “Modified Mac Unit For Low Power High Speed Dsp Application Using Multipler With Bypassing
Technique And Optimized Adders [13]”, IEEE, 4th ICCCNT – 2013.
[12] ZhangYuejunaDingDailuaPanZhaoaWangPengjunabYuQiaoyan “An ultra-low power multiplier using multi-valued adiabatic logic in 65 nm CMOS process
[14]”, Microelectronics Journal, Volume 78, August 2018, Pages 26-34.
[13]
©IJRASET: All Rights are Reserved | SJ Impact Factor 7.538 | ISRA Journal Impact Factor 7.894 | 5020