CHAPTER - IV. Design and analysis of hybrid CMOS Full adder and PPM adder

Size: px
Start display at page:

Download "CHAPTER - IV. Design and analysis of hybrid CMOS Full adder and PPM adder"

Transcription

1 CHAPTER - IV Design and analysis of hybrid CMOS Full adder and PPM adder

2 Design and analysis of hybrid CMOS Full adder and PPM adder 63 CHAPTER IV DESIGN AND ANALYSIS OF HYBRID CMOS FULL ADDER AND PPM ADDER 4.1 Introduction Full adder is a basic building block for various arithmetic circuits such as multipliers, compressors, comparators and so on. The power requirement and output delay of these circuits greatly depend upon the power requirement and delay of full adder circuits. So by minimizing the power and delay of the full adder circuit we can design high performance arithmetic circuits. Several logic styles for designing the Full adder have been proposed. Each style has some advantages and some disadvantages. In classical design of full adder normally single CMOS structure is used for whole design. Such as the standard static CMOS full adder [4] is based on regular CMOS structure with conventional pull-up and pull-down transistors providing full swing output and good driving capabilities. The main drawback of this circuit is high input capacitance and use of large no. of PMOS, due to which the speed of this structure is degrade. In another conventional design the complementary pass transistor logic (CPL)[4] is used. It provides good driving capability, full swing of operation and high speed. But its main disadvantage is high power dissipation due to large number of internal nodes in the cell. The speed of dynamic CMOS logic style adder is higher. It has several demerits such as charge sharing, high clock load, higher switching activities and lower noise immunity. And it requires high power requirement for driving the clock lines. Another logic styles are transmission-gate full adder (TGA)[5] and transmission-function full adder (TFA)[6] based upon transmission gates and transmission function theory. These full adders are very low power consuming but have very low driving capabilities. Hybrid-CMOS logic design style uses more than one module for designing of full adder. Examples of this style are NEW 14-T adder [7], hybrid pass logic with static CMOS output drive (HPSC) full adder [8], NEW-HPSC [9] full adder and hybrid-cmos full adder[10-12]. In this design style full adder structure is designed by breaking the full adder into three modules. In module I a XOR-XNOR circuit is designed. The outputs of

3 Design and analysis of hybrid CMOS Full adder and PPM adder 64 module I is used as intermediate signals for the other modules. So it is required to get full output swing of XOR and XNOR simultaneously and circuit must have good driving capability. Module II and Module III are the sum and carry circuits which use the intermediate signals and third input signal as input to produce the sum and carry respectively. This logic design style provides the freedom to take the optimum circuits for every module for getting the optimum performance of adder cell. These adders generally lack the driving capabilities. Their performance as a single bit is good but as the size of chain increases, the performance degraded drastically. In the late 1950, Avizienis [16] introduced the redundant number system to solve this problem. The important properties of this number system are to have more than one representation for its value and to represent negative number easily. In the other hand, the disadvantage is space usage for store. The purpose of signed-digit representations is to allow addition and subtraction of two numbers in which no serial signal propagation is required along the adder; that is time duration of the operation is independent of the length of the operands and is equal to the time required for the addition or subtraction of two digits. In such a system, a carry free addition can be performed, where the term carry free in this context means that the carry propagation is limited to a single digit position. In other words, the carry propagation length is fixed irrespective of the word length. The addition consists of two steps. In the first step, an intermediate sum t i and a carry z i are generated, based on the operand digits xi and yi at each digit position i. This is done in parallel for all digit positions. In the second step, the summation u i = z i + t i -1 is carried out to produce the final sum digit u i. The important point is that it is always possible to select Intermediate sum z i and transfer digit t i -1 such that summation in the second step does not generate a transfer digit. Hence the second step can also be executed in parallel for all the digit positions yielding a fixed addition time, independent of the word length. The chapter is organized as follows. Power, evaluation delay, and PDP characteristics of various hybrid adder circuits with the proposed technique are evaluated in Section 4.2. Performance investigation and energy efficiency of several PPM adders is presented in section 4.3

4 Design and analysis of hybrid CMOS Full adder and PPM adder Hybrid-CMOS Logic Design The sum (S) and carry (Cout) expression for a 1-bit full adder with three binary inputs A, B and Cin are given by S = A B Cin Cout = A.B + Cin.(A B) These expressions can be expressed in many ways. Such as in hybrid-cmos architecture we get XOR and XNOR of A and B inputs as the intermediate signal at the output of module I. H = A B H' = A B These input signals and Cin are available for the input of module II and module III. So we get new expression for sum and carry using H and H. S = H Cin = H.Cin' + H'.Cin Cout = A.H + Cin.H Module I circuit is a XOR-XNOR circuit. Many Module I circuits are proposed by many authors. But we required full swing XOR and XNOR outputs simultaneously and good driving capability. Some module I circuits are given in Fig.4.1. We can choose the circuit with minimum power, delay and according to proposed module II and module III circuit to get the best result. i) Module II The expression for the output of module II is given by S = H.Cin' + H'.Cin The expression shows that module II circuit is only a XOR circuit. Many XOR circuits are presented till now. Some Module II circuits are shown in Fig.4.2. The circuits have its own advantages and disadvantages. In the circuit shown in Fig. 4.2(a), output is connected to the input using transmission gates and pass transistors. This circuit has less driving capability. But the power consumption and delay is less in the circuit. The circuit shown in Fig 4.2(b) uses a inverter at its output. So this circuit has good driving capability but due to presence of an inverter the power consumption and delay is more. The truth table for the expression of module II is given by

5 Design and analysis of hybrid CMOS Full adder and PPM adder 66 Fig.4.1 General form of Hybrid-CMOS Logic Design (a) (b) (c) Fig. 4.2 Module I Circuit reported (a) in [7](b) in [8](c) in [9] (a) (b) (c) Fig.4.3 Module II Circuit reported (a) in [7](b)and (c) in [8]

6 Design and analysis of hybrid CMOS Full adder and PPM adder 67 (a) (b) (c) Fig.4.4 Module III Circuit (a) in [7](b) in [8](c) and (d) in [10] (d)

7 Design and analysis of hybrid CMOS Full adder and PPM adder 68 Table I H Cin S The truth table shows that when both inputs are at logic 0 then output is also at logic 0 so we use one NMOS with gate terminal connected with H' and source with Cin and drain at the output. Similarly for H at logic 0 and Cin at logic 1 we use one PMOS for passing the logic1, by connected the source terminal with Cin, gate terminal with H and drain with output. When H will be at logic 0 H' will be at logic 1, both transistors will be on and output will be connected to Cin. So when Cin will be at logic 1 output will be connected to logic 1. And when Cin will be at logic 0 output will be connected to logic 0. The transistors will be in off state for other combinations. When Cin and H are at level 1 than output is low so we connect two NMOS in series with their gates connected with H and Cin and source of one of the NMOS grounded and output at the source of another CMOS. Similarly when H is at logic 1 and Cin is at logic 0, the output is at logic 1 so we use two PMOS in series with source of one of the PMOS at logic high, drain of other PMOS at output and the gates are connected with H and Cin respectively. When both inputs will be at logic 1 then output will be connected to ground and output will be at logic 0, when H will be at logic 1 and Cin will be at logic 0 both inputs H' and Cin will be at logic 0 and both transistor will be on and output will be connected to power supply and we get logic 1 at the output. ` In the designing of circuit we try to avoid the use of inverters to reduce the power consumption and the logic high passes by PMOS while Logic low passes by NMOS to get the minimum delay. ii) Module III The expression for the output of module III is given by

8 Design and analysis of hybrid CMOS Full adder and PPM adder 69 Many module III circuits are presented by many authors. Some circuits are shown in Fig 4.3. The truth table of module III is given by Table III A B C H H' Cout This truth table shows that when H is at logic 1, C passes to Cout. We use transmission gate with H and H' at the gate terminals of NMOS and PMOS respectively Proposed Circuit: We proposed a new full adder circuit design using module II and Module III are discussed in section III. Before module II and module III circuit presented in section III. In the proposed circuit we use three modules. Some circuits of require full XOR and XNOR output swing simultaneously and good driving capability. There are many proposed XOR-XNOR circuits but many of them do not meet our requirements. We are discussing here some XOR-XNOR circuits. Circuit shown in Fig. 4.1(a) use only 6 transistors and provide full output swing. This circuit is widely used in hybrid CMOS logic style. This circuit requires low power and provides low delay and due to the feedback transistors at the output connected with supply voltage and ground provide good driving capability. But some combination of inputs such as 00 and 11 it provides little bit higher delay. The circuit shown in Fig. 4.1(b) is an improved version of this circuit in this circuit pull up and pull down transistors are used to improve the delay performance of the circuit for these combinations. But the drawback of the circuit is that the overall delay of this circuit increased. There is a circuit shown in Fig. 4.1(c), which

9 Design and analysis of hybrid CMOS Full adder and PPM adder 70 provide full output swing for XOR and XNOR simultaneously and provide good driving capability but due to use of inverter circuit at one of the input the power requirement is higher. We use Fig 4.1(a) circuit in our proposed full adder circuit because overall performance of this circuit is best. We use hybrid CMOS logic style to design a new proposed full adder circuit as shown in Fig This circuit has three modules. In module I we use a XOR-XNOR circuit. It produces XOR and XNOR outputs with full swing simultaneously as intermediate signals for other modules. Module II circuit, proposed in section III, produces sum output using intermediate signals produce by module I and third input (C IN ). Module III circuit, proposed in section III, produces carry output using intermediate signals of module I and input signals A, B, and C IN Simulation Results: A. Simulation Setup: The transient analyses of the circuits were performed on HSPICE at a supply voltage ranging 1.2V-2.4V using TSMC 0.186m CMOS process technology. For providing the real environment to the simulation. we use input buffers for all the inputs and a constant output load capacitance of 5.6fF for power and delay measurements. Comparison of the worst case C IN to C OUT delay, C IN to C sum output delay, power consumption, PDP for sum and carry outputs at the supply voltage range of 1.2V-2.4V of reported and proposed circuit is shown in Fig.4.6, 4.7, 4.8 and 4.9. B. Simulation Results and Discussion: The delay comparison of carry in (C IN ) to carry out in the proposed circuit provides the better delay performance than the reported circuits in terms of worst case C IN to C OUT delay. The proposed circuit is 25% to 27% faster than other reported circuits in at 1.8V supply voltage

10 Design and analysis of hybrid CMOS Full adder and PPM adder 71 Fig.4.5 Proposed full adder Fig.4.6 Delay sum comparison for different circuits

11 Design and analysis of hybrid CMOS Full adder and PPM adder 72 Fig.4.7 Delay carry comparison for different circuits Fig.4.8 PDP sum comparison for different circuits

12 Design and analysis of hybrid CMOS Full adder and PPM adder 73 Fig.4.9 PDP carry comparison for different circuits

13 Design and analysis of hybrid CMOS Full adder and PPM adder PPM Adder: Basically PPM adder is a signed digit adder where no need for an explicit mechanism to handle signed digit number. A PPM adder performs the addition of a redundant number x (where x = x + - x - ) to an unsigned binary number y, resulting in another redundant number expressed by an interim sum u - and a transfer digit t +. The input bits are defined as x +, x -, y Є {0, 1} and the output bits are t +, u - Є {0, 1}. The PPM Adder performs the following operation: X + Y = x + - x - + y = 2t + - u - (4.1) There are a variety of PPM adders in the literature, both at the gate level and transistor level [2] [19] [20]. In 1989 A. Guyot [22] has proposed 24-transistors based on a CMOS Structure. Since the performance of an adder would affect the digital system (as in multipliers and dividers). A PPM adder should be designed targeting the maximum reduction of power consumption, time delay and chip area. So a new design of a 14-transistor PPM adder [21] was reported based on sharing and balanced methods which were derived from new algorithms. The reported designs are implemented using pass transistor logic and transmission gates and uses only 14 transistors. They have a full swing output voltages of the output signals u - and t+, thus the noise margins of these new designs are optimum. The sharing method can be Derived as following u - = (x + x - ) y + ( x + x - ) y' (4.2) By denoting z = ( x + x - ) and z' =(x + x - ), we have u - = zy' + z'y Similarly we have, t + = x + ( x + x - ) + u - (x + x - ) (4.3) = x + z + u - z' Three modules are used to implement the two sets of PPM adders shown in fig.4.10

14 Design and analysis of hybrid CMOS Full adder and PPM adder 75 Module-1 consists of six transistors and generates the XOR and XNOR logic signals of z and z [21]. Module-2 consists of the four transistors. It is required to generate the interim sum u - using the signals z, z' and y. This module uses the transmission gate implementation of the XNOR gate with no ground or power supply rails, thus eliminating the short circuit and leakage currents. Module-3 consists of two transmission gates and is required to generate the transfer digit t+, given the control signals z, z', IN and x +. In sharing method of PPM adder (Fig.4.11) uses u- as their IN signal in Module-3.and circuit used to generate u- is also used for t+ (shared method). The balanced method can be derived from the following equations: u - = (x + x - ) y + ( x + x - ) y' (4.4) = u - = zy' + z'y And for transfer digit t + = x + ( x + x - ) + y (x + x - ) (4.5) = x + z + yz' The PPM adder (balanced method) is an improvement relative to sharing method PPM adder, with the feature of a balanced generation of the output signals u - and t+. This leads to the simultaneous generation of the signals u - and t+ and lower time delay (Fig 4.14)

15 Design and analysis of hybrid CMOS Full adder and PPM adder 76 Fig 4.10 Module of PPM adder Fig Transistor PPM adder (Sharing Method) Fig T PPM adder (balanced method)

16 Design and analysis of hybrid CMOS Full adder and PPM adder Proposed configuration: The main aim of the proposed work is to reduce delay, PDP and EDP in long full Adder chain. In this proposed work configuration of various modules are changed with same number of transistor. The PPM design based on the sharing method (Fig-4.11) may suffers from glitches at the output ( t - ) and longer time delay since the generation of t - depends on the signal u + leading to an accumulation of the time delay. The second PPM adder design (Fig-3.4) generates the two output signals (t - and u + ) simultaneously which should results in a better performance. Based on the truth table, the logic functions of u + for the sharing and balanced method of the PPM adder is obtained as: u - = (x+ x - y) (4.6) Thus, the output u - can be generated by using two XNOR gates. The balanced method of PPM adder is an improvement relative to the sharing method of PPM adder, with a balance generation of the output signals u - and t +. The resultant improvement is due to the fact that the generation of signal t - does not depend on the signal u -. Based on the truth table, the logic function of t +, for the balanced method of the PPM adder, is obtained as: t + = x + ( x + x - ) + y (x + x - ) (4.7) One XNOR gate and one multiplexer are used to produce the output digit t +. This design allows a simultaneous generation of both output digits for balanced method PPM Adder in contrast to sharing based adder where the generation of u - is required to generate t +. The proposed XOR-XNOR circuit is basically a PTL (pass transistor logic) based circuit. Two pull-up transistors P1 and P2 and two pull-down transistors N1 and N2 augment the basic skeleton. [Chapter III] output of XOR, XNOR consists of the four transistors. It is required to generate the interim sum (u-) using the signals x+, x - and y. This module uses the transmission gate implementation of the XNOR gate with no ground or power supply rails, thus eliminating the short circuit and leakage currents [21].

17 Design and analysis of hybrid CMOS Full adder and PPM adder 78 Module-3 uses 4 transistors and provides full output voltage swing. This module behaves as a multiplexer passing either x+ or y depending on the control signals (x + x - ) and (x + x - ) (Fig.4.10) The circuit provides good output voltage levels for all combination of input because of the availabilty of feedback PMOS and NMOS transistor loop. The circuit has two cross-coupled PMOS and NMOS transistors connected between XOR and XNOR outputs. This arrangement eliminates the output threshold loss, improve the noise immunity and enhance the driving capability of the circuit. To overcome the problem of skewed outputs the XOR and XNOR functions are combined in one circuit as shown in Fig.4.13.The circuit has a single connection to V DD and single connection to GND. The existence to V DD and GND connections improve the driving capability of the circuit Simulation Setup The transient analysis of the circuits was performed on CADENCE VIRTUOSO at a supply voltage 1.8V using TSMC 0.18µm CMOS process technology. An output load capacitance of 10fF-150fF is used for power and delay measurements. Timing input and output waveforms for redundant binary full adder using XOR-XNOR circuit with feedback transistors are shown in Fig.4.14 and Comparison of the worst case delay, power consumption, PDP, and EDP of all designs at the lowest supply voltage of 1.8V of reported and proposed circuits are shown in Fig.4.16 and Simulation Results The delay is measured between the time when the changing input reaches its 50% voltage level to the time when the resulting output reaches its 50% voltage level for both rise and fall output transitions. The worst case delay is the largest delay among all input signals. The proposed circuits give the better performance than the reported circuits in terms of worst case delay. The simulation results of delay for all circuits are shown in Fig. ( ). The power-delay product (PDP) measured in femto Joule is defined as the product of the worst case delay and the average power consumption. The overall PDP for the proposed circuits have been improved by10 % to15 % at the supply voltage of 1.8V when compared with the reported circuits.

18 Design and analysis of hybrid CMOS Full adder and PPM adder 79 The power consumption is measured with the same input settings as for the propagation delay measurement. The simulation results of the average power consumption shown in Fig.4.17 Energy delay product (EDP) is equal to the product of worst case delay and PDP is reported in Fig 4.18 and Fig Simulation Result of PPM adders TABLE 4.1 PERFORMANCE PARAMETERS OF VARIOUS PPM ADDER Adder Power Delay PDP EDP type (µw) (ns) (µw* ns) (j-s) 24-T PPM SET-1 PPM SET-2 PPM T PPM Proposed PPM * 10-3

19 Design and analysis of hybrid CMOS Full adder and PPM adder 80 Fig 4.13 Proposed 14-T PPM adder Fig.4.14 Timing Input waveforms for proposed PPM Adder based on PTL X-OR, X-NOR circuit

20 Design and analysis of hybrid CMOS Full adder and PPM adder 81 Fig Timing output waveforms for proposed PPM adder based on PTL X-OR, X- NOR circuit Fig.4.16 Comparison of various PPM adders for delay Vs Capacitive Load

21 Design and analysis of hybrid CMOS Full adder and PPM adder 82 Fig.4.17 Comparison of various PPM adders for Power consumption Vs Capacitive Load Fig.4.18 Comparison of various PPM adders for Power Delay Product Vs Capacitive Load

22 Design and analysis of hybrid CMOS Full adder and PPM adder 83 Fig.4.19 Comparison of various PPM adders for delay Vs Capacitive Load

23 Design and analysis of hybrid CMOS Full adder and PPM adder 84 REFERENCES [1] N. Weste, and K. Eshranghian, Principles of CMOS VLSI Design: A System Perspective, Reading MA:Wesley, [2] Sung-Mo Kang, and Y. Leblibici, CMOS Digital Integrated Circuits: Analysis and Design, Tata McGraw Hill, [3] R. Zimmermann and W. Fichtner, Low-power logic styles: CMOS versus passtransistor logic, IEEE J. Solid- State Circuits, vol. 32, no.7, pp , Jul [4] N.Weste and K. Eshraghian, Principles of CMOS VLSI design, in A System Perspective. Reading, MA: Addison-Wesley, [5] N. Zhuang and H. Wu, A new design of the CMOS full adder, IEEE J. Solid- State Circuits, vol. 27, no. 5, pp , May [6] D. Radhakrishnan, Low-voltage low-power CMOS full adder, IEE Proc. Circuits Devices Syst., vol. 148, no. 1, pp , Feb [7] M. Zhang, J. Gu, and C. H. Chang, A novel hybrid pass logic with static CMOS output drive full-adder cell, in Proc. IEEE Int. Symp. Circuits Syst.,pp , May 2003 [8] C.-H. Chang, J. Gu, and M. Zhang, A reviewof 0.18-µ full adder performances for tree structured arithmetic circuits, IEEE Trans. Very Large Scale Integr. (VLSI) Syst., vol. 13, no. 6, pp , Jun [9] S. Goel, Ashok Kumar and M. A. Bayoumi, Design of robust, energy-efficient full adders for deep-submicrometer design using Hybrid-CMOS logic style, IEEE Trans. Very Large Scale Intsgr. (VLSI) Syst., vol. 14, no. 12, Dec [10] S. Goel, M. E. Elgamel, M. A. Bayouni, and Y. Hanafy, Design Methodologies for high- performance Noisetolerant XOR-XNOR Circuits, IEEE Trans. Circuits and Syst. I, vol. 53, no. 4, April [11] J.-F.Lin, Y.T.Hwang, M.H. Sheu, and C.-Che Ho, A novel high-speed and energy efficient 10-Transistor full adder design, IEEE Trans. Circuits and Syst. I, vol. 54, no.5, May 2007.

24 Design and analysis of hybrid CMOS Full adder and PPM adder 85 [12] Mayur Agarwal,Neha Agarwal and Md Anis Alam, A new design of low power high speed hybrid CMOS full adder, IEEE Signal Processing and Integrated Networks (SPIN),2014 International Conference,20-21 Feb [13] C.-K. Tung, Y.-C. Hung, S.-H. Shieh, and G.-S Huang A low-power high-speed Hybrid CMOS full adder for embedded system, IEEE DDECS 07,2007 [14] H.T. Bui, A.K. Al-Sheraidah, and Y. Wang, New 4- transistor XOR and XNOR designs, in Proc. 2nd IEEE Asia Pacific conf. ASICs, pp , [15] P.-M.Lee, C.-H.Hsu, and Y-H. Hung, Novel 10-T full adders realized by GDI structure, IEEE Symp.Integrated circuit, pp Sep [16] S.Veeramachaneni, M.B. Srinivas, New improved 1- bit full adder cells,ieee Conf. Electrical and computer engg., May2007 [17] A. Avizienis, Signed digit number representation for fast parallel arithmetic, IRE Transactions on Electronic Computers, vol. EC-10, pp , Sept [18] R.A. Freking, K Parhi, Theoretical estimation of power consumption in binary adders, in: Proceedings of ISCAS 98, vol. 2, pp , 1998 [19] J. Rubinstein, P. Penfield, M. A. Horowitz, Signal delay in RC tree networks, IEEE Trans. Computer- Aided Design CAD, vol. 2, pp , [20] R. Mita, G. Palumbo, M. Poli, Propagation Delay of an RC-chain with a ramp input, IEEE Transactions on Circuits and Systems II: Express Briefs,vol 54(1), Jan [21] A. P. Chandrakasan and R.W. Brodersen, Minimizing power consumption in digital CMOS circuits, Proc. IEEE, vol. 83, pp , Apr [22] Rizwan Mudassir, H. El-Razouk, Z. Abid and Wei Wang, New Designs of 14- Transistor PPM adder, IEEE Electrical and Computer Engineering,Canadian Conference,May 2005 [23] A. Guyot, Y. Herreros and J. Muller, JANUS, an online multiplier/divider for manipulating large numbers, in Proceedings of 9th Symposium on Computer Arithmetic, pp , [24] B. Parhami, Generalized Signed-Digit Number Systems: A Unifying Framework for Redundant Number Representations, IEEE Trans. Computers, vol. 39, no. 1, pp , 1990

25 Design and analysis of hybrid CMOS Full adder and PPM adder 86 [25] G. Jaberipur and Saeid Gorgin, A Nonspeculative Maximally Redundant Signed Digit Adder. H. Sarbazi-Azad et al. (Eds.): CSICC 2008, Springer- Verlag Berlin Heidelberg, CCIS 6, pp , 2008.

Implementation of Carry Select Adder using CMOS Full Adder

Implementation of Carry Select Adder using CMOS Full Adder Implementation of Carry Select Adder using CMOS Full Adder Smitashree.Mohapatra Assistant professor,ece department MVSR Engineering College Nadergul,Hyderabad-510501 R. VaibhavKumar PG Scholar, ECE department(es&vlsid)

More information

Low power high speed hybrid CMOS Full Adder By using sub-micron technology

Low power high speed hybrid CMOS Full Adder By using sub-micron technology Low power high speed hybrid CMOS Full Adder By using sub-micron technology Ch.Naveen Kumar 1 Assistant professor,ece department GURUNANAK institutions technical campus Hyderabad-501506 A.V. Rameshwar Rao

More information

DESIGN OF EXTENDED 4-BIT FULL ADDER CIRCUIT USING HYBRID-CMOS LOGIC

DESIGN OF EXTENDED 4-BIT FULL ADDER CIRCUIT USING HYBRID-CMOS LOGIC DESIGN OF EXTENDED 4-BIT FULL ADDER CIRCUIT USING HYBRID-CMOS LOGIC 1 S.Varalakshmi, 2 M. Rajmohan, M.Tech, 3 P. Pandiaraj, M.Tech 1 M.Tech Department of ECE, 2, 3 Asst.Professor, Department of ECE, 1,

More information

Design of New Full Swing Low-Power and High- Performance Full Adder for Low-Voltage Designs

Design of New Full Swing Low-Power and High- Performance Full Adder for Low-Voltage Designs International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 2, No., 201, pp. 29-. ISSN 2-9 International Academic Journal of Science and Engineering

More information

A Low-Power 12 Transistor Full Adder Design using 3 Transistor XOR Gates

A Low-Power 12 Transistor Full Adder Design using 3 Transistor XOR Gates A Low-Power 12 Transistor Full Adder Design using 3 Transistor XOR Gates Anil Kumar 1 Kuldeep Singh 2 Student Assistant Professor Department of Electronics and Communication Engineering Guru Jambheshwar

More information

A Literature Survey on Low PDP Adder Circuits

A Literature Survey on Low PDP Adder Circuits Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 12, December 2015,

More information

Comparative Study on CMOS Full Adder Circuits

Comparative Study on CMOS Full Adder Circuits Comparative Study on CMOS Full Adder Circuits Priyanka Rathore and Bhavna Jharia Abstract The Presented paper focuses on the comparison of seven full adders. The comparison is based on the power consumption

More information

Performance Analysis of High Speed CMOS Full Adder Circuits For Embedded System

Performance Analysis of High Speed CMOS Full Adder Circuits For Embedded System ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Performance Analysis of High Speed CMOS Full Adder Circuits For Embedded System

More information

High Speed NP-CMOS and Multi-Output Dynamic Full Adder Cells

High Speed NP-CMOS and Multi-Output Dynamic Full Adder Cells High Speed NP-CMOS and Multi-Output Dynamic Full Adder Cells Reza Faghih Mirzaee, Mohammad Hossein Moaiyeri, Keivan Navi Abstract In this paper we present two novel 1-bit full adder cells in dynamic logic

More information

Design and Implementation of Complex Multiplier Using Compressors

Design and Implementation of Complex Multiplier Using Compressors Design and Implementation of Complex Multiplier Using Compressors Abstract: In this paper, a low-power high speed Complex Multiplier using compressor circuit is proposed for fast digital arithmetic integrated

More information

Design of Low Power High Speed Hybrid Full Adder

Design of Low Power High Speed Hybrid Full Adder IJECT Vo l. 6, Is s u e 4, Oc t - De c 2015 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Design of Low Power High Speed Hybrid Full Adder 1 P. Kiran Kumar, 2 P. Srikanth 1,2 Dept. of ECE, MVGR College

More information

/$ IEEE

/$ IEEE IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 14, NO. 12, DECEMBER 2006 1309 Design of Robust, Energy-Efficient Full Adders for Deep-Submicrometer Design Using Hybrid-CMOS Logic

More information

Design and Analysis of CMOS based Low Power Carry Select Full Adder

Design and Analysis of CMOS based Low Power Carry Select Full Adder Design and Analysis of CMOS based Low Power Carry Select Full Adder Mayank Sharma 1, Himanshu Prakash Rajput 2 1 Department of Electronics & Communication Engineering Hindustan College of Science & Technology,

More information

Two New Low Power High Performance Full Adders with Minimum Gates

Two New Low Power High Performance Full Adders with Minimum Gates Two New Low Power High Performance Full Adders with Minimum Gates M.Hosseinghadiry, H. Mohammadi, M.Nadisenejani Abstract with increasing circuits complexity and demand to use portable devices, power consumption

More information

Two New Low Power High Performance Full Adders with Minimum Gates

Two New Low Power High Performance Full Adders with Minimum Gates Two New Low Power High Performance Full Adders with Minimum Gates M.Hosseinghadiry, H. Mohammadi, M.Nadisenejani Abstract with increasing circuits complexity and demand to use portable devices, power consumption

More information

Impact of Logic and Circuit Implementation on Full Adder Performance in 50-NM Technologies

Impact of Logic and Circuit Implementation on Full Adder Performance in 50-NM Technologies Impact of Logic and Circuit Implementation on Full Adder Performance in 50-NM Technologies Mahesh Yerragudi 1, Immanuel Phopakura 2 1 PG STUDENT, AVR & SVR Engineering College & Technology, Nandyal, AP,

More information

Investigation on Performance of high speed CMOS Full adder Circuits

Investigation on Performance of high speed CMOS Full adder Circuits ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org Investigation on Performance of high speed CMOS Full adder Circuits 1 KATTUPALLI

More information

PERFORMANANCE ANALYSIS OF A 1-BIT FULL ADDER USING 45nm TECHNOLOGY

PERFORMANANCE ANALYSIS OF A 1-BIT FULL ADDER USING 45nm TECHNOLOGY Research Manuscript Title PERFORMANANCE ANALYSIS OF A 1-BIT FULL ADDER USING 45nm TECHNOLOGY A.NIVETHA, M.Hemalatha, P.G.Scholar, Assistant Professor, M.E VLSI Design, Department of ECE Vivekanandha College

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 05, May -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 COMPARATIVE

More information

II. Previous Work. III. New 8T Adder Design

II. Previous Work. III. New 8T Adder Design ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: High Performance Circuit Level Design For Multiplier Arun Kumar

More information

Full Adder Circuits using Static Cmos Logic Style: A Review

Full Adder Circuits using Static Cmos Logic Style: A Review Full Adder Circuits using Static Cmos Logic Style: A Review Sugandha Chauhan M.E. Scholar Department of Electronics and Communication Chandigarh University Gharuan,Punjab,India Tripti Sharma Professor

More information

Implementation of High Performance Carry Save Adder Using Domino Logic

Implementation of High Performance Carry Save Adder Using Domino Logic Page 136 Implementation of High Performance Carry Save Adder Using Domino Logic T.Jayasimha 1, Daka Lakshmi 2, M.Gokula Lakshmi 3, S.Kiruthiga 4 and K.Kaviya 5 1 Assistant Professor, Department of ECE,

More information

Low power 18T pass transistor logic ripple carry adder

Low power 18T pass transistor logic ripple carry adder LETTER IEICE Electronics Express, Vol.12, No.6, 1 12 Low power 18T pass transistor logic ripple carry adder Veeraiyah Thangasamy 1, Noor Ain Kamsani 1a), Mohd Nizar Hamidon 1, Shaiful Jahari Hashim 1,

More information

A Low Power Array Multiplier Design using Modified Gate Diffusion Input (GDI)

A Low Power Array Multiplier Design using Modified Gate Diffusion Input (GDI) A Low Power Array Multiplier Design using Modified Gate Diffusion Input (GDI) Mahendra Kumar Lariya 1, D. K. Mishra 2 1 M.Tech, Electronics and instrumentation Engineering, Shri G. S. Institute of Technology

More information

Design & Analysis of Low Power Full Adder

Design & Analysis of Low Power Full Adder 1174 Design & Analysis of Low Power Full Adder Sana Fazal 1, Mohd Ahmer 2 1 Electronics & communication Engineering Integral University, Lucknow 2 Electronics & communication Engineering Integral University,

More information

A New High Speed - Low Power 12 Transistor Full Adder Design with GDI Technique

A New High Speed - Low Power 12 Transistor Full Adder Design with GDI Technique International Journal of Scientific & Engineering Research Volume 3, Issue 7, July-2012 1 A New High Speed - Low Power 12 Transistor Full Design with GDI Technique Shahid Jaman, Nahian Chowdhury, Aasim

More information

& POWER REDUCTION IN FULL ADDER USING NEW HYBRID LOGIC V.

& POWER REDUCTION IN FULL ADDER USING NEW HYBRID LOGIC V. POWER REDUCTION IN FULL ADDER USING NEW HYBRID LOGIC V. Kayathri*, C. Kumar**, P. Mari Muthu*** & N. Naveen Kumar**** Department of Electronics and Communication Engineering, RVS College of Engineering

More information

A Efficient Low-Power High Speed Digital Circuit Design by using 1-bit GDI Full Adder Circuit

A Efficient Low-Power High Speed Digital Circuit Design by using 1-bit GDI Full Adder Circuit Efficient Low-Power High Speed Digital Circuit Design by using 1-bit GDI Full dder Circuit Rohit Tripati #1, Paresh Rawat # PG Student [VLSI], Dept. of ECE, Truba College of Science and Technology hopal

More information

Pardeep Kumar, Susmita Mishra, Amrita Singh

Pardeep Kumar, Susmita Mishra, Amrita Singh Study of Existing Full Adders and To Design a LPFA (Low Power Full Adder) Pardeep Kumar, Susmita Mishra, Amrita Singh 1 Department of ECE, B.M.S.E.C, Muktsar, 2,3 Asstt. Professor, B.M.S.E.C, Muktsar Abstract

More information

ISSN: [Narang* et al., 6(8): August, 2017] Impact Factor: 4.116

ISSN: [Narang* et al., 6(8): August, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PERFORMANCE ANALYSIS OF A LOW-POWER HIGH-SPEED HYBRID 1-BIT FULL ADDER CIRCUIT AND ITS IMPLEMENTATION Swati Narang Electronics

More information

Design and Performance Analysis of High Speed Low Power 1 bit Full Adder

Design and Performance Analysis of High Speed Low Power 1 bit Full Adder Design and Performance Analysis of High Speed Low Power 1 bit Full Adder Gauri Chopra 1, Sweta Snehi 2 PG student [RNA], Dept. of MAE, IGDTUW, New Delhi, India 1 PG Student [VLSI], Dept. of ECE, IGDTUW,

More information

CHAPTER 5 DESIGN AND ANALYSIS OF COMPLEMENTARY PASS- TRANSISTOR WITH ASYNCHRONOUS ADIABATIC LOGIC CIRCUITS

CHAPTER 5 DESIGN AND ANALYSIS OF COMPLEMENTARY PASS- TRANSISTOR WITH ASYNCHRONOUS ADIABATIC LOGIC CIRCUITS 70 CHAPTER 5 DESIGN AND ANALYSIS OF COMPLEMENTARY PASS- TRANSISTOR WITH ASYNCHRONOUS ADIABATIC LOGIC CIRCUITS A novel approach of full adder and multipliers circuits using Complementary Pass Transistor

More information

Design of High Speed Six Transistor Full Adder using a Novel Two Transistor XOR Gates

Design of High Speed Six Transistor Full Adder using a Novel Two Transistor XOR Gates Design of High Speed Six Transistor Full Adder using a Novel Two Transistor XOR Gates 1 Pakkiraiah Chakali, 2 Adilakshmi Siliveru, 3 Neelima Koppala Abstract In modern era, the number of transistors are

More information

Ciência e Natura ISSN: Universidade Federal de Santa Maria Brasil

Ciência e Natura ISSN: Universidade Federal de Santa Maria Brasil Ciência e Natura ISSN: 0100-8307 cienciaenaturarevista@gmail.com Universidade Federal de Santa Maria Brasil Abbasi Morad, Milad Jalalian; Reza Talebiyan, Seyyed; Pakniyat, Ebrahim Design of New High-Performance

More information

Low-Power High-Speed Double Gate 1-bit Full Adder Cell

Low-Power High-Speed Double Gate 1-bit Full Adder Cell INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2016, VOL. 62, NO. 4, PP. 329-334 Manuscript received October 15, 2016; revised November, 2016. DOI: 10.1515/eletel-2016-0045 Low-Power High-Speed Double

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 8, August ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 8, August ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 8, August-2013 1156 Novel Low Power Shrikant and M Pattar, High H V Ravish Speed Aradhya 8T Full Adder Abstract - Full adder

More information

ISSN:

ISSN: 343 Comparison of different design techniques of XOR & AND gate using EDA simulation tool RAZIA SULTANA 1, * JAGANNATH SAMANTA 1 M.TECH-STUDENT, ECE, Haldia Institute of Technology, Haldia, INDIA ECE,

More information

An Efficient and High Speed 10 Transistor Full Adders with Lector Technique

An Efficient and High Speed 10 Transistor Full Adders with Lector Technique IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 5, Ver. II (Sep.- Oct. 2017), PP 68-73 www.iosrjournals.org An Efficient and

More information

LOW POWER NOVEL HYBRID ADDERS FOR DATAPATH CIRCUITS IN DSP PROCESSOR

LOW POWER NOVEL HYBRID ADDERS FOR DATAPATH CIRCUITS IN DSP PROCESSOR LOW POWER NOVEL HYBRID ADDERS FOR DATAPATH CIRCUITS IN DSP PROCESSOR B. Sathiyabama 1, Research Scholar, Sathyabama University, Chennai, India, mathumithasurya@gmail.com Abstract Dr. S. Malarkkan 2, Principal,

More information

An energy efficient full adder cell for low voltage

An energy efficient full adder cell for low voltage An energy efficient full adder cell for low voltage Keivan Navi 1a), Mehrdad Maeen 2, and Omid Hashemipour 1 1 Faculty of Electrical and Computer Engineering of Shahid Beheshti University, GC, Tehran,

More information

Australian Journal of Basic and Applied Sciences. Optimized Embedded Adders for Digital Signal Processing Applications

Australian Journal of Basic and Applied Sciences. Optimized Embedded Adders for Digital Signal Processing Applications ISSN:1991-8178 Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com Optimized Embedded Adders for Digital Signal Processing Applications 1 Kala Bharathan and 2 Seshasayanan

More information

Design a Low Power CNTFET-Based Full Adder Using Majority Not Function

Design a Low Power CNTFET-Based Full Adder Using Majority Not Function Design a Low Power CNTFET-Based Full Adder Using Majority Not Function Seyedehsomayeh Hatefinasab * Department of Electrical and Computer Engineering, Payame Noor University, Sari, Iran. *Corresponding

More information

Power Efficient adder Cell For Low Power Bio MedicalDevices

Power Efficient adder Cell For Low Power Bio MedicalDevices IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 2, Ver. III (Mar-Apr. 2014), PP 39-45 e-issn: 2319 4200, p-issn No. : 2319 4197 Power Efficient adder Cell For Low Power Bio MedicalDevices

More information

Gdi Technique Based Carry Look Ahead Adder Design

Gdi Technique Based Carry Look Ahead Adder Design IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 6, Ver. I (Nov - Dec. 2014), PP 01-09 e-issn: 2319 4200, p-issn No. : 2319 4197 Gdi Technique Based Carry Look Ahead Adder Design

More information

POWER DELAY PRODUCT AND AREA REDUCTION OF FULL ADDERS USING SYSTEMATIC CELL DESIGN METHODOLOGY

POWER DELAY PRODUCT AND AREA REDUCTION OF FULL ADDERS USING SYSTEMATIC CELL DESIGN METHODOLOGY This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com ISSN (ONLINE): 2395-695X POWER DELAY PRODUCT AND AREA REDUCTION OF

More information

Area and Power Efficient Pass Transistor Based (PTL) Full Adder Design

Area and Power Efficient Pass Transistor Based (PTL) Full Adder Design This work by IJARBEST is licensed under Creative Commons Attribution 4.0 International License. Available at https://www.ijarbest.com Area and Power Efficient Pass Transistor Based (PTL) Full Adder Design

More information

Energy Efficient high Performance Three INPUT EXCLUSIVE- OR/NOR Gate Design

Energy Efficient high Performance Three INPUT EXCLUSIVE- OR/NOR Gate Design 2017 IJSRST Volume 3 Issue 6 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Energy Efficient high Performance Three INPUT EXCLUSIVE- OR/NOR Gate Design Aditya Mishra,

More information

DESIGN OF PARALLEL MULTIPLIERS USING HIGH SPEED ADDER

DESIGN OF PARALLEL MULTIPLIERS USING HIGH SPEED ADDER DESIGN OF PARALLEL MULTIPLIERS USING HIGH SPEED ADDER Mr. M. Prakash Mr. S. Karthick Ms. C Suba PG Scholar, Department of ECE, BannariAmman Institute of Technology, Sathyamangalam, T.N, India 1, 3 Assistant

More information

Analysis of Different Full Adder Designs with Power using CMOS 130nm Technology

Analysis of Different Full Adder Designs with Power using CMOS 130nm Technology Analysis of Different Full Adder Designs with Power using CMOS 130nm Technology J. Kavitha 1, J. Satya Sai 2, G. Gowthami 3, K.Gopi 4, G.Shainy 5, K.Manvitha 6 1, 2, 3, 4, 5, St. Ann s College of Engineering

More information

A Novel Low Power, High Speed 14 Transistor CMOS Full Adder Cell with 50% Improvement in Threshold Loss Problem

A Novel Low Power, High Speed 14 Transistor CMOS Full Adder Cell with 50% Improvement in Threshold Loss Problem A Novel Low Power, High Speed 4 Transistor CMOS Full Adder Cell with 5% Improvement in Threshold Loss Problem T. Vigneswaran, B. Mukundhan, and P. Subbarami Reddy Abstract Full adders are important components

More information

DESIGN OF ENERGY-EFFICIENT FULL ADDER USING HYBRID-CMOS LOGIC STYLE

DESIGN OF ENERGY-EFFICIENT FULL ADDER USING HYBRID-CMOS LOGIC STYLE DESIGN OF ENERGY-EFFICIENT FULL ADDER USING HYBRID-CMOS LOGIC STYLE 1 Mohammad Shamim Imtiaz, 2 Md Abdul Aziz Suzon, 3 Mahmudur Rahman 1 Part-Time Lecturer, Department of EEE, A.U.S.T, Dhaka, Bangladesh

More information

Implementation of 1-bit Full Adder using Gate Difuision Input (GDI) cell

Implementation of 1-bit Full Adder using Gate Difuision Input (GDI) cell International Journal of Electronics and Computer Science Engineering 333 Available Online at www.ijecse.org ISSN: 2277-1956 Implementation of 1-bit Full Adder using Gate Difuision Input (GDI) cell Arun

More information

High Performance Low-Power Signed Multiplier

High Performance Low-Power Signed Multiplier High Performance Low-Power Signed Multiplier Amir R. Attarha Mehrdad Nourani VLSI Circuits & Systems Laboratory Department of Electrical and Computer Engineering University of Tehran, IRAN Email: attarha@khorshid.ece.ut.ac.ir

More information

Enhancement of Design Quality for an 8-bit ALU

Enhancement of Design Quality for an 8-bit ALU ABHIYANTRIKI An International Journal of Engineering & Technology (A Peer Reviewed & Indexed Journal) Vol. 3, No. 5 (May, 2016) http://www.aijet.in/ eissn: 2394-627X Enhancement of Design Quality for an

More information

Research Paper A NOVEL GDI-MUX BASED LOW POWER-HIGH SPEED 1-BIT FULL ADDER P.Ponsudha, Dr. KR Santha

Research Paper A NOVEL GDI-MUX BASED LOW POWER-HIGH SPEED 1-BIT FULL ADDER P.Ponsudha, Dr. KR Santha Research Paper A NOVEL GDI-MUX BASED LOW POWER-HIGH SPEED 1-BIT FULL ADDER P.Ponsudha, Dr. KR Santha Address for Correspondence Department of Electronics and Communication Engg, Velammal Engineering College,

More information

DESIGN AND ANALYSIS OF LOW POWER 10- TRANSISTOR FULL ADDERS USING NOVEL X-NOR GATES

DESIGN AND ANALYSIS OF LOW POWER 10- TRANSISTOR FULL ADDERS USING NOVEL X-NOR GATES DESIGN AND ANALYSIS OF LOW POWER 10- TRANSISTOR FULL ADDERS USING NOVEL X-NOR GATES Basil George 200831005 Nikhil Soni 200830014 Abstract Full adders are important components in applications such as digital

More information

Implementation of Efficient 5:3 & 7:3 Compressors for High Speed and Low-Power Operations

Implementation of Efficient 5:3 & 7:3 Compressors for High Speed and Low-Power Operations Volume-7, Issue-3, May-June 2017 International Journal of Engineering and Management Research Page Number: 42-47 Implementation of Efficient 5:3 & 7:3 Compressors for High Speed and Low-Power Operations

More information

CHAPTER 6 GDI BASED LOW POWER FULL ADDER CELL FOR DSP DATA PATH BLOCKS

CHAPTER 6 GDI BASED LOW POWER FULL ADDER CELL FOR DSP DATA PATH BLOCKS 87 CHAPTER 6 GDI BASED LOW POWER FULL ADDER CELL FOR DSP DATA PATH BLOCKS 6.1 INTRODUCTION In this approach, the four types of full adders conventional, 16T, 14T and 10T have been analyzed in terms of

More information

DESIGN OF LOW POWER CMOS THREE INPUT XOR/XNOR

DESIGN OF LOW POWER CMOS THREE INPUT XOR/XNOR DESIGN OF LOW POWER CMOS THREE INPUT XOR/XNOR D.lakshmaiah 1 (Ph.D),T.sai baba 2 M.Tech,B.sravani #, M. kalyani #, G.priya darshini #, D.shashi kumar # 1 Asso. Professor, 2 Assit.Professor # B.Tech students

More information

Design of an Energy Efficient 4-2 Compressor

Design of an Energy Efficient 4-2 Compressor IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design of an Energy Efficient 4-2 Compressor To cite this article: Manish Kumar and Jonali Nath 2017 IOP Conf. Ser.: Mater. Sci.

More information

Design of Robust and power Efficient 8-Bit Ripple Carry Adder using Different Logic Styles

Design of Robust and power Efficient 8-Bit Ripple Carry Adder using Different Logic Styles Design of Robust and power Efficient 8-Bit Ripple Carry Adder using Different Logic Styles Mangayarkkarasi M 1, Joseph Gladwin S 2 1 Assistant Professor, 2 Associate Professor 12 Department of ECE 1 Sri

More information

A Novel Hybrid Full Adder using 13 Transistors

A Novel Hybrid Full Adder using 13 Transistors A Novel Hybrid Full Adder using 13 Transistors Lee Shing Jie and Siti Hawa binti Ruslan Department of Electrical and Electronic Engineering, Faculty of Electric & Electronic Engineering Universiti Tun

More information

A REVIEW PAPER ON HIGH PERFORMANCE 1- BIT FULL ADDERS DESIGN AT 90NM TECHNOLOGY

A REVIEW PAPER ON HIGH PERFORMANCE 1- BIT FULL ADDERS DESIGN AT 90NM TECHNOLOGY I J C T A, 9(11) 2016, pp. 4947-4956 International Science Press A REVIEW PAPER ON HIGH PERFORMANCE 1- BIT FULL ADDERS DESIGN AT 90NM TECHNOLOGY N. Lokabharath Reddy *, Mohinder Bassi **2 and Shekhar Verma

More information

PERFORMANCE ANALYSIS OF A LOW-POWER HIGH-SPEED HYBRID 1- BIT FULL ADDER CIRCUIT USING CMOS TECHNOLOGIES USING CADANCE

PERFORMANCE ANALYSIS OF A LOW-POWER HIGH-SPEED HYBRID 1- BIT FULL ADDER CIRCUIT USING CMOS TECHNOLOGIES USING CADANCE PERFORMANCE ANALYSIS OF A LOW-POWER HIGH-SPEED HYBRID 1- BIT FULL ADDER CIRCUIT USING CMOS TECHNOLOGIES USING CADANCE Megha R 1, Vishwanath B R 2 1 Mtech, Department of ECE, Rajeev Institute of Technology,

More information

2-Bit Magnitude Comparator Design Using Different Logic Styles

2-Bit Magnitude Comparator Design Using Different Logic Styles International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 1 ǁ January. 2013 ǁ PP.13-24 2-Bit Magnitude Comparator Design Using Different Logic

More information

International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST)

International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST) Abstract NEW HIGH PERFORMANCE 4 BIT PARALLEL ADDER USING DOMINO LOGIC Department Of Electronics and Communication Engineering UG Scholar, SNS College of Engineering Bhuvaneswari.N [1], Hemalatha.V [2],

More information

A Structured Approach for Designing Low Power Adders

A Structured Approach for Designing Low Power Adders A Structured Approach for Designing Low Power Adders Ahmed M. Shams, Magdy A. Bayoumi (axs8245,mab 8 cacs.usl.edu) Abstract- A performance analysis of a general 1-bit full adder cell is presented. The

More information

Performance Comparison of High-Speed Adders Using 180nm Technology

Performance Comparison of High-Speed Adders Using 180nm Technology Steena Maria Thomas et al. 2016, Volume 4 Issue 2 ISSN (Online): 2348-4098 ISSN (Print): 2395-4752 International Journal of Science, Engineering and Technology An Open Access Journal Performance Comparison

More information

A NOVEL 4-Bit ARITHMETIC LOGIC UNIT DESIGN FOR POWER AND AREA OPTIMIZATION

A NOVEL 4-Bit ARITHMETIC LOGIC UNIT DESIGN FOR POWER AND AREA OPTIMIZATION A NOVEL 4-Bit ARITHMETIC LOGIC UNIT DESIGN FOR POWER AND AREA OPTIMIZATION Mr. Snehal Kumbhalkar 1, Mr. Sanjay Tembhurne 2 Department of Electronics and Communication Engineering GHRAET, Nagpur, Maharashtra,

More information

Design of Delay-Power Efficient Carry Select Adder using 3-T XOR Gate

Design of Delay-Power Efficient Carry Select Adder using 3-T XOR Gate Adv. Eng. Tec. Appl. 5, No. 1, 1-6 (2016) 1 Advanced Engineering Technology and Application An International Journal http://dx.doi.org/10.18576/aeta/050101 Design of Delay-Power Efficient Carry Select

More information

TODAY, ubiquitous electronic systems are an inseparable

TODAY, ubiquitous electronic systems are an inseparable IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS 1 Low-Power and Fast Full Adder by Exploring New XOR and XNOR Gates Hamed Naseri and Somayeh Timarchi, Member, IEEE Abstract In this paper,

More information

DESIGN OF CARRY SELECT ADDER WITH REDUCED AREA AND POWER

DESIGN OF CARRY SELECT ADDER WITH REDUCED AREA AND POWER DESIGN OF CARRY SELECT ADDER WITH REDUCED AREA AND POWER S.Srinandhini 1, C.A.Sathiyamoorthy 2 PG scholar, Arunai College Of Engineering, Thiruvannamalaii 1, Head of dept, Dept of ECE,Arunai College Of

More information

Design Analysis of 1-bit Comparator using 45nm Technology

Design Analysis of 1-bit Comparator using 45nm Technology Design Analysis of 1-bit Comparator using 45nm Technology Pardeep Sharma 1, Rajesh Mehra 2 1,2 Department of Electronics and Communication Engineering, National Institute for Technical Teachers Training

More information

Design of Two High Performance 1-Bit CMOS Full Adder Cells

Design of Two High Performance 1-Bit CMOS Full Adder Cells Int. J. Com. Dig. Sys. 2, No., 47-52 (23) 47 International Journal of Computing and Digital Systems -- An International Journal @ 23 UOB CSP, University of Bahrain Design of Two High Performance -Bit CMOS

More information

Design of an Energy Efficient, Low Power Dissipation Full Subtractor Using GDI Technique

Design of an Energy Efficient, Low Power Dissipation Full Subtractor Using GDI Technique Design of an Energy Efficient, Low Power Dissipation Full Subtractor Using GDI Technique ABSTRACT: Rammohan Kurugunta M.Tech Student, Department of ECE, Intel Engineering College, Anantapur, Andhra Pradesh,

More information

Design and Analysis of Low-Power 11- Transistor Full Adder

Design and Analysis of Low-Power 11- Transistor Full Adder Design and Analysis of Low-Power 11- Transistor Full Adder Ravi Tiwari, Khemraj Deshmukh PG Student [VLSI, Dept. of ECE, Shri Shankaracharya Technical Campus(FET), Bhilai, Chattisgarh, India 1 Assistant

More information

A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS

A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS V. Vijay 1, J. Prathiba 2, S. Niranjan Reddy 3 and P. Praveen kumar 4 1 School of Electronics, Vignan University, Vadlamudi, Guntur vijayqiscet@gmail.com 2

More information

ISSN Vol.04, Issue.05, May-2016, Pages:

ISSN Vol.04, Issue.05, May-2016, Pages: ISSN 2322-0929 Vol.04, Issue.05, May-2016, Pages:0332-0336 www.ijvdcs.org Full Subtractor Design of Energy Efficient, Low Power Dissipation Using GDI Technique M. CHAITANYA SRAVANTHI 1, G. RAJESH 2 1 PG

More information

Pass Transistor and CMOS Logic Configuration based De- Multiplexers

Pass Transistor and CMOS Logic Configuration based De- Multiplexers Abstract: Pass Transistor and CMOS Logic Configuration based De- Multiplexers 1 K Rama Krishna, 2 Madanna, 1 PG Scholar VLSI System Design, Geethanajali College of Engineering and Technology, 2 HOD Dept

More information

Analysis of Different CMOS Full Adder Circuits Based on Various Parameters for Low Voltage VLSI Design

Analysis of Different CMOS Full Adder Circuits Based on Various Parameters for Low Voltage VLSI Design International Journal of Engineering and Technical Research (IJETR) Analysis of Different CMOS Full Adder Circuits Based on Various Parameters for Low Voltage VLSI Design Mr. Kapil Mangla, Mr. Shashank

More information

PERFORMANCE ANALYSIS OF LOW POWER FULL ADDER CELLS USING 45NM CMOS TECHNOLOGY

PERFORMANCE ANALYSIS OF LOW POWER FULL ADDER CELLS USING 45NM CMOS TECHNOLOGY International Journal of Microelectronics Engineering (IJME), Vol. 1, No.1, 215 PERFORMANCE ANALYSIS OF LOW POWER FULL ADDER CELLS USING 45NM CMOS TECHNOLOGY K.Dhanunjaya 1, Dr.MN.Giri Prasad 2, Dr.K.Padmaraju

More information

Design of XOR gates in VLSI implementation

Design of XOR gates in VLSI implementation Design of XOR gates in VLSI implementation Nabihah hmad, Rezaul Hasan School of Engineering and dvanced Technology Massey University, uckland N.hmad@massey.ac.nz, hasanmic@massey.ac.nz bstract: Exclusive

More information

CELL DESIGN METHODOLOGY FOR LOW-POWER HIGH-SPEED BALANCED THREE-INPUT XOR- XNOR IN HYBRID-CMOS LOGIC STYLE

CELL DESIGN METHODOLOGY FOR LOW-POWER HIGH-SPEED BALANCED THREE-INPUT XOR- XNOR IN HYBRID-CMOS LOGIC STYLE CELL DESIGN METHODOLOGY FOR LOWPOWER HIGHSPEED BALANCED THREEINPUT XOR XNOR IN HYBRIDCMOS LOGIC STYLE. Abstract In this paper, a systematic design methodology based on pass transistor and transmission

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, MAY-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 5, MAY-2013 ISSN High-Speed 64-Bit Binary using Three Different Logic Styles Anjuli (Student Member IEEE), Satyajit Anand Abstract--High-speed 64-bit binary comparator using three different logic styles is proposed in

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Design A Power Efficient Compressor Using Adders Abstract

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Design A Power Efficient Compressor Using Adders Abstract Design A Power Efficient Compressor Using Adders Vibha Mahilang 1, Ravi Tiwari 2 1 PG Student [VLSI Design], Dept. of ECE, SSTC, Shri Shankracharya Group of Institutions, Bhilai, CG, India 2 Assistant

More information

Design and Simulation of Novel Full Adder Cells using Modified GDI Cell

Design and Simulation of Novel Full Adder Cells using Modified GDI Cell Design and Simulation of Novel Full Adder Cells using Modified GDI Cell 1 John George Victor, 2 Dr M Sunil Prakash 1,2 Dept of ECE, MVGR College of Engineering, Vizianagaram, India IJECT Vo l 6, Is s u

More information

2-BIT COMPARATOR WITH 8-TRANSISTOR 1-BIT FULL ADDER WITH CAPACITOR

2-BIT COMPARATOR WITH 8-TRANSISTOR 1-BIT FULL ADDER WITH CAPACITOR 2-BIT COMPARATOR WITH 8-TRANSISTOR 1-BIT FULL ADDER WITH CAPACITOR C.CHANDAN KUMAR M.Tech-VLSI, Department of ECE, Sree vidyanikethan Engineering college A.Rangampet, Tirupati, India chennachandu123@gmail.com

More information

A Low-Power High-speed Pipelined Accumulator Design Using CMOS Logic for DSP Applications

A Low-Power High-speed Pipelined Accumulator Design Using CMOS Logic for DSP Applications International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume. 1, Issue 5, September 2014, PP 30-42 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org

More information

Performance Analysis Comparison of 4-2 Compressors in 180nm CMOS Technology

Performance Analysis Comparison of 4-2 Compressors in 180nm CMOS Technology IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Performance Analysis Comparison of 4-2 Compressors in 180nm CMOS Technology To cite this article: Manish Kumar and Jonali Nath

More information

the cascading of two stages in CMOS domino logic[7,8]. The operating period of a cell when its input clock and output are low is called the precharge

the cascading of two stages in CMOS domino logic[7,8]. The operating period of a cell when its input clock and output are low is called the precharge 1.5v,.18u Area Efficient 32 Bit Adder using 4T XOR and Modified Manchester Carry Chain Ajith Ravindran FACTS ELCi Electronics and Communication Engineering Saintgits College of Engineering, Kottayam Kerala,

More information

[Deepika* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Deepika* et al., 5(7): July, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A COMPARATIVE STUDY AND ANALYSIS OF FULL ADDER Deepika*, Ankur Gupta, Ashwani Panjeta * (Department of Electronics & Communication,

More information

12-nm Novel Topologies of LPHP: Low-Power High- Performance 2 4 and 4 16 Mixed-Logic Line Decoders

12-nm Novel Topologies of LPHP: Low-Power High- Performance 2 4 and 4 16 Mixed-Logic Line Decoders 12-nm Novel Topologies of LPHP: Low-Power High- Performance 2 4 and 4 16 Mixed-Logic Line Decoders Mr.Devanaboina Ramu, M.tech Dept. of Electronics and Communication Engineering Sri Vasavi Institute of

More information

CHAPTER 3 NEW SLEEPY- PASS GATE

CHAPTER 3 NEW SLEEPY- PASS GATE 56 CHAPTER 3 NEW SLEEPY- PASS GATE 3.1 INTRODUCTION A circuit level design technique is presented in this chapter to reduce the overall leakage power in conventional CMOS cells. The new leakage po leepy-

More information

A SURVEY OF LOW POWER HIGH SPEED ONE BIT FULL ADDER

A SURVEY OF LOW POWER HIGH SPEED ONE BIT FULL ADDER A SURVEY OF LOW POWER HIGH SPEED ONE BIT FULL ADDER N. M. CHORE 1, R. N. MANDAVGANE 2 Department of Electronic Engineering B. D. College of Engineering Rashtra Sant Tukdoji Maharaj Nagpur University Wardha,

More information

Energy Efficient Full-adder using GDI Technique

Energy Efficient Full-adder using GDI Technique Energy Efficient Full-adder using GDI Technique Balakrishna.Batta¹, Manohar.Choragudi², Mahesh Varma.D³ ¹P.G Student, Kakinada Institute of Engineering and technology, korangi, JNTUK, A.P, INDIA ²Assistant

More information

High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL

High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL High Speed Binary Counters Based on Wallace Tree Multiplier in VHDL E.Sangeetha 1 ASP and D.Tharaliga 2 Department of Electronics and Communication Engineering, Tagore College of Engineering and Technology,

More information

IC Layout Design of 4-bit Universal Shift Register using Electric VLSI Design System

IC Layout Design of 4-bit Universal Shift Register using Electric VLSI Design System IC Layout Design of 4-bit Universal Shift Register using Electric VLSI Design System 1 Raj Kumar Mistri, 2 Rahul Ranjan, 1,2 Assistant Professor, RTC Institute of Technology, Anandi, Ranchi, Jharkhand,

More information

A Low Power and Area Efficient Full Adder Design Using GDI Multiplexer

A Low Power and Area Efficient Full Adder Design Using GDI Multiplexer A Low Power and Area Efficient Full Adder Design Using GDI Multiplexer G.Bramhini M.Tech (VLSI), Vidya Jyothi Institute of Technology. G.Ravi Kumar, M.Tech Assistant Professor, Vidya Jyothi Institute of

More information

Low Power &High Speed Domino XOR Cell

Low Power &High Speed Domino XOR Cell Low Power &High Speed Domino XOR Cell Payal Soni Electronics and Communication Department, FET- Mody University Lakshmangarh, Dist.-Sikar, India E-mail: payal.soni3091@gmail.com Abstract Shiwani Singh

More information

Design and Implementation of combinational circuits in different low power logic styles

Design and Implementation of combinational circuits in different low power logic styles IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. II (Nov -Dec. 2015), PP 01-05 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Design and Implementation of

More information