SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
ISSN: 2278 – 1323
                     International Journal of Advanced Research in Computer Engineering & Technology
                                                                         Volume 1, Issue 4, June 2012


    Low-power Full Adder array-based Multiplier with Domino Logic
                                  M.B. Damle1, Dr. S. S. Limaye2


                ABSTRACT
                                                        unnecessary transistors [4]. Dynamic logic and
A circuit design for a low-power full adder             especially domino logic could play an
array-based multiplier in domino logic is               important role in -the future integrated circuits.
proposed. It is based on Wallace tree                   Domino logic circuits have many advantages
technique. Clocked architecture results in              such as high speed of operation, minimum
                                                        used area, low noise margins, and the most
lower power dissipation and improvements
                                                        important of all, they offer potential power
in power-delay product. The proposed                    consumption savings since the overall gate
technique is general and can be used in all             capacitance is smaller than their static
domino logic circuit designs. Higher order              counterparts [4-7]. For this reason circuit
multipliers like 16x16, 32x32 may also be               design using domino logic tends to be a very
implemented using 4x4 bit multiplier and                attractive method for high performance, low-
                                                        power designs.
hence a modular design is presented by
constructing an 8x8 multiplier using                    The potential of domino logic in designing low
multiple 4x4 multipliers. Average power                 power circuits is investigated in this paper. As
and TannerTool report for 8x8 Multiplier is             an example, the popular array multiplier is
as follows, Device and node counts:                     employed, which is based on a Wallace tree
MOSFETs – 2572, MOSFET geometries - 2                   diagram technique. In this paper, we introduce
Measurement result summary Average                      a modular multiplier implementation using
                                                        domino logic. The organization of this paper is
Power found to be 0.11108 microwatt
                                                        as follows. In section 2 the basic structure of
                                                        the domino logic is presented. The basic
                                                        circuits used in multiplication using domino
             1. INTRODUCTION
Multiplier plays a significant role in high             logic circuits is explained in section 3.
speed digital signal processing. It‟s the most          Implementation of multiplier is presented in
important part of the Arithmetic Logic Unit             section 4. Section 5 gives the simulation
(ALU), FPU and ASIC‟s where high                        results obtained in SPICE.
processing speed is required. Currently, the
importance of low power design increases                    2. STRUCTURE OF THE DOMINO
rapidly due to the increasing demand for                                    LOGIC
portable and mobile systems.                            The basic structure of domino logic is shown
Many different types of low power multipliers           in Fig. 1. It is a non-inverting structure, and
are proposed, and fabricated as benchmarks              consists of a nMOS transistor network, which
for     demonstrating     various   high-speed          implements the required logic function, two
technologies in many applications [1-3].                transistors (an nMOS and a PMOS) where the
Low power design techniques require special             clock signal is applied and synchronizes the
attention to avoid significant increment of the         operation of the circuit, and a static CMOS
circuit‟s area or sacrifice in the speed                inverter which provides the circuit‟s output.
performance of the systems. In CMOS
technology power consumption can be reduced
by decreasing the nodal capacitance,
decreasing the power supply voltage or
through architecture refinements, where the
total power may be reduced by eliminating
                                                                                                        6

                                   All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                          Volume 1, Issue 4, June 2012




                                                         EVALUATING PHASE, the clock signal CLK
                                                         is „logic 0‟, and the corresponding output
                                                         signal SUM will be evaluated according to the
                                                         input signals A, B, and Cin.
                                            F




    Fig.1 Basic structure of Domino Logic

The period where CLK is low is called the                                Fig 2. SUM Circuit
precharge phase. In this phase the internal
node, F is charged to power supply voltage               B. The Circuit for CARRYOUT Operation
while the output node, F, is discharged to               Fig. 3 shows the schematic of the
ground. The period where CLK is high is                  CARRYOUT circuit. The core of this circuit is
called the evaluation phase. In this phase the           the domino logic that implements the function
values of the inputs determine the discharge (F          of CARRYOUT[9]. This circuit will stay in
= 0) or not (F = 1) of the internal node The             standby phase when the clock signal CLK is
inverter in the output of a domino logic circuit         „logic 1‟. It will turn in the evaluating phase if
is included for several reasons. First, it is            the clock signal CLK is „logic 0‟. For the high-
required for proper operation of a chain of              speed operation, the inverter I1 is designed in
domino gates. Second, the internal node F is a           multi-threshold methodology where a low-Vt
weak node, when the clock is high, the high              PMOS transistor is connected with a high-Vt
value on that node is not driven [8].                    NMOS transistor such that the „logic 0‟ can
                                                         pass the inverter at a higher speed.
     III. Basic Circuits for Constructing
                   Multiplier
Design of Full Adder and AND gate is
presented in this section. The full adder is
divided into two subcircuits. One is the circuit
for SUM operation[9], and the other is the
circuit for CARRYOUT operation. A. The
Circuit for SUM Operation Fig. 2 shows the
schematic of the SUM circuit. The SUM
circuit is composed of two XOR gates. The
                                                                   Fig.3: CARRYOUT Circuit
XOR gate is modified from the cross-coupled
version by replacing the NMOS portion with a
                                                         Domino Logic AND Gate
clock gated NMOS. In this circuit, the PMOS
transistors receive the input signal A, B, and
Cin. The operation of this circuit can be
divided into two phases: the IDLE PHASE and
the EVALUATING PHASE. In the IDLE
PHASE, the clock signal CLK is „logic 1‟, and
the output signal SUM will be „logic 0‟. In the

                                                                                                         7

                                    All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                          Volume 1, Issue 4, June 2012




                                                                   Fig.5 : 4x4 Array Multiplier

Fig.4: 2 input AND Gate using Domino Logic               The simulation results for 4x4 multiplier is
                                                         shown in next section.
      IV Implementation of Multiplier                    For modular design a 8x8 multiplier is
A 4x4 bit Array multiplier is constructed as the         constructed using multiple blocks of 4x4
basic building block for higher order                    multipliers using the structure show below.
multipliers. In Fig. 5 the block diagram of the
multiplier architecture is shown. Let 1 be the
word length of multiplicand, and k be the word
length of the multiplier [10]. A full adder array
based multiplier contains l x k AND gates and
1 x (k - I ) 1-bit full adders. To show the
characteristics improvement achieved by the
proposed technique, a 4 x 4 bit multiplier has
been implemented, by using the conventional
                                                           Fig.6: 8x8 Multiplier using 4x4 Multipliers
domino logic. As an example, a 0.5pm CMOS
technology with power supply voltage Vdd =
                                                         In this case the numbers X and Y are first split
5V, and threshold voltage VTN = 0.65V was
                                                         into two parts as XH-XL and YH-YL. The
used.
                                                         products XL*YL, XH*YL, XL*YH and XH*YH
Following is the dot notation for the Wallace
                                                         are then calculated in parallel using 4 array
tree multiplication and partial product matrix
                                                         multipliers. These products are then added to
for two 4 bit numbers X and Y.
                                                         get the final product P15-P0.

                                                                     V Simulation Results
                                                         All the circuits in section 3 and 4x4 array
                                                         multiplier in section IV are tested for
                                                         verification of functionality by applying
Where Zij = XiYj                                         sample inputs and observing outputs. The
                                                         average power of the 8x8 Multiplier block is
                                                         calculated in TannerTools T-SPICE and is
                                                         presented in this section at the end.
                                                         Part A: Verification



                                                                                                         8

                                    All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                          Volume 1, Issue 4, June 2012




                                                           Implemented in Tanner-13, for low power
                                                                microwatts and high speed in GB
                                                                         CONCUSIONS
                                                         In this paper a new modular multiplier using
                                                         domino logic has been proposed. Significant
                                                         power savings can be achieved while a trade
                                                         off between power and delay can be adjusted
                                                         for meeting the circuit design specifications.
    Fig.7 Simulation Result for AND gate                 This is achieved by the efficient way of the
                                                         realization multiplier using array of 1 bit full
                                                         adder.




                                                         REFERENCES
  Fig.8 Simulation result for 1 bit full adder           [1]G. E. Sobelman and D. L. Raatz, “Low-Power
                                                         Multiplier Design Using Delayed Evaluation”, in Proc.
                                                         of IEEE International Symposium on Circuits and
                                                         Systems, pp. 1564-1567, 1995.
                                                         [2]N. Weste, and K. Eshraghian, “Principles of CMOS
                                                         VLSI Design”, Addison-Weslet Publishing Company,
                                                         1992.
                                                         [3]J. H. Satyanarayana and K. K. Parhi, “ A Theoretical
                                                         Approach to Estimation of Bounds on Power
                                                         Consumption in Digital Multipliers”, IEEE Trans. on
                                                         Circuits and Systems II, vol. 44, no. 6, pp. 473-481, June
                                                         1997.
    Fig.9: Simulation result for 4x4 Array               [4]C. Farnsworth, D. A. Edwards and S.S. Sikand,
                  Multiplier                             Utilising Dynamic Logic for Low Power Consumption in
                                                         Asynchronous Circuits”, in Proc.of lEEE ISARACS, Salt
                                                         Lake City, Utah, USA,Nov. 1994.
                                                         [5]D. V. Campenhout, T. Mudge and K. Sakallah,
                                                         “Timing Verification of Sequential Domino Circuits,” in
                                                         Proc. of IEEE/ACM International Conference on
                                                         Computer-Aided Design, pp. 127- 132, 1996
                                                         [6]A. P. Chandrakasan, and R. W. Brodersen, “Low
                                                         Power Digital CMOS Design,” Kluwer Academic
                                                         Publishers, 1995.
                                                         [7]J. M. Rabaey, M. Pedram, “Low Power Design
                                                         Methodologies”, Kluwer Academic Publishers, 1996.
                                                         [8]D. V. Campenhout, T. Mudge and K. Sakallah,
                                                         “Timing Verification of Sequential Domino Circuits,” in
 Fig.10 Simulation result for 8x8 Multiplier             Proc. of IEEE/ACM International Conference on
                                                         Computer-Aided Design, pp. 127- 132, 1996
Average power and TannerTool report for 8x8              [9]Chuen-Yau Chen and Yung-Pei Chou “Novel
                                                         Low-Power 1-bit Full Adder Design” 2009 IEEE
Multiplier is as follows,                                [10] A. Rjoub and 0. Koufopavlou “Low-Power Domino
Device and node counts:                                  Logic Multiplier Using Low-Swing Technique”
       MOSFETs - 2572            MOSFET                  [11]Kang,J.Y.,& Gaudiot, J.L.(2006) A simple high-
geometries - 2                                           speed multiplier design. IEEE Transactions on
                                                         Computers, 55(10) 1253-1258.
Measurement result summary
  avgpower = 1.1108e-007
                                                                                                                 9

                                    All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
            International Journal of Advanced Research in Computer Engineering & Technology
                                                                Volume 1, Issue 4, June 2012




Authors :
              M.B.Damle,     Associate
              Professor,     RCOEM,
              Nagpur, M.S. from BITS
              PILANI     RAJASTHAN,
              SMIEEE, FIETE,CE (IE),


              Dr.S.S.Limaye,     Ph.D.
              Electronics,   Principal,
              Zhulelal C.O.E. Nagpur.
              SMIEEE, FIETE,CE (IE),




                                                                                         10

                          All Rights Reserved © 2012 IJARCET

Mais conteúdo relacionado

Mais procurados

logical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallikalogical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallikaMallika Naidu
 
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitUltra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitIJERA Editor
 
Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...
Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...
Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...journalBEEI
 
Arm Cortex A8 Vs Intel Atom:Architectural And Benchmark Comparisons
Arm Cortex A8 Vs Intel Atom:Architectural And Benchmark ComparisonsArm Cortex A8 Vs Intel Atom:Architectural And Benchmark Comparisons
Arm Cortex A8 Vs Intel Atom:Architectural And Benchmark Comparisonsnapoleaninlondon
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...VLSICS Design
 
System designing and modelling using fpga
System designing and modelling using fpgaSystem designing and modelling using fpga
System designing and modelling using fpgaIAEME Publication
 
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGALOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGAVLSICS Design
 
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGYASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGYIlango Jeyasubramanian
 
Hc 05-at command-set
Hc 05-at command-setHc 05-at command-set
Hc 05-at command-setYang Garcia
 
Extreme wareuserguide72
Extreme wareuserguide72Extreme wareuserguide72
Extreme wareuserguide72etrunk
 
C211824
C211824C211824
C211824irjes
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015Suchitra goudar
 

Mais procurados (19)

Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSPImplementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
 
logical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallikalogical effort based dual mode logic gates by mallika
logical effort based dual mode logic gates by mallika
 
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitUltra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
 
26
2626
26
 
Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...
Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...
Comparison study of 8-PPM, 8-DPIM, and 8-RDH-PIM modulator FPGA hardware desi...
 
Tutorial on FPGA Routing
Tutorial on FPGA RoutingTutorial on FPGA Routing
Tutorial on FPGA Routing
 
Arm Cortex A8 Vs Intel Atom:Architectural And Benchmark Comparisons
Arm Cortex A8 Vs Intel Atom:Architectural And Benchmark ComparisonsArm Cortex A8 Vs Intel Atom:Architectural And Benchmark Comparisons
Arm Cortex A8 Vs Intel Atom:Architectural And Benchmark Comparisons
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
 
System designing and modelling using fpga
System designing and modelling using fpgaSystem designing and modelling using fpga
System designing and modelling using fpga
 
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGALOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
 
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGYASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
 
427 432
427 432427 432
427 432
 
Hc 05-at command-set
Hc 05-at command-setHc 05-at command-set
Hc 05-at command-set
 
Aw25293296
Aw25293296Aw25293296
Aw25293296
 
Extreme wareuserguide72
Extreme wareuserguide72Extreme wareuserguide72
Extreme wareuserguide72
 
C211824
C211824C211824
C211824
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
 
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
 

Destaque

Ijarcet vol-2-issue-7-2357-2362
Ijarcet vol-2-issue-7-2357-2362Ijarcet vol-2-issue-7-2357-2362
Ijarcet vol-2-issue-7-2357-2362Editor IJARCET
 
3512vlsics05
3512vlsics053512vlsics05
3512vlsics05arathyg
 
High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...
High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...
High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...iosrjce
 
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for ArduinoRaghav Shetty
 
Low power high_speed
Low power high_speedLow power high_speed
Low power high_speednanipandu
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gatesKumar
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Satya P. Joshi
 

Destaque (11)

Ijarcet vol-2-issue-7-2357-2362
Ijarcet vol-2-issue-7-2357-2362Ijarcet vol-2-issue-7-2357-2362
Ijarcet vol-2-issue-7-2357-2362
 
Ijetcas14 400
Ijetcas14 400Ijetcas14 400
Ijetcas14 400
 
3512vlsics05
3512vlsics053512vlsics05
3512vlsics05
 
High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...
High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...
High-Performance of Domino Logic Circuit for Wide Fan-In Gates Using Mentor G...
 
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
 
Low power high_speed
Low power high_speedLow power high_speed
Low power high_speed
 
Ramya Project
Ramya ProjectRamya Project
Ramya Project
 
L5 Adders
L5 AddersL5 Adders
L5 Adders
 
Basic logic gates
Basic logic gatesBasic logic gates
Basic logic gates
 
Manja ppt
Manja pptManja ppt
Manja ppt
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 

Semelhante a 11 15

Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...eSAT Journals
 
Energy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuitsEnergy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuitsIJERA Editor
 
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...VLSICS Design
 
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...IOSRJECE
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureA Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureIJERA Editor
 
Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...
Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...
Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...IRJET Journal
 
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...ijcisjournal
 
Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...
Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...
Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...Achintya Kumar
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueIJMER
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
IRJET - Low Power Design for Fast Full Adder
IRJET -  	  Low Power Design for Fast Full AdderIRJET -  	  Low Power Design for Fast Full Adder
IRJET - Low Power Design for Fast Full AdderIRJET Journal
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...VLSICS Design
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) inventionjournals
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adderIOSRJECE
 
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuiksynopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuikPrakruthiKP2
 
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...IRJET Journal
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry addereSAT Journals
 

Semelhante a 11 15 (20)

Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
 
Energy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuitsEnergy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuits
 
H010335563
H010335563H010335563
H010335563
 
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
 
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureA Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
 
Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...
Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...
Implementation and Comparative Analysis of 2x1 Multiplexers Using Different D...
 
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...
Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...
Performance Analysis of Encoder in Different Logic Techniques for High-Speed ...
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
IRJET - Low Power Design for Fast Full Adder
IRJET -  	  Low Power Design for Fast Full AdderIRJET -  	  Low Power Design for Fast Full Adder
IRJET - Low Power Design for Fast Full Adder
 
Pdc 2 mark
Pdc   2 markPdc   2 mark
Pdc 2 mark
 
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
DESIGN OF PARITY PRESERVING LOGIC BASED FAULT TOLERANT REVERSIBLE ARITHMETIC ...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adder
 
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuiksynopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
 
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
IRJET- An Analysis of CMOS based Low Power 2:4 Decoder at 32nm Node using LEC...
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry adder
 

Mais de Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

Mais de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Último

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Último (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

11 15

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Low-power Full Adder array-based Multiplier with Domino Logic M.B. Damle1, Dr. S. S. Limaye2 ABSTRACT unnecessary transistors [4]. Dynamic logic and A circuit design for a low-power full adder especially domino logic could play an array-based multiplier in domino logic is important role in -the future integrated circuits. proposed. It is based on Wallace tree Domino logic circuits have many advantages technique. Clocked architecture results in such as high speed of operation, minimum used area, low noise margins, and the most lower power dissipation and improvements important of all, they offer potential power in power-delay product. The proposed consumption savings since the overall gate technique is general and can be used in all capacitance is smaller than their static domino logic circuit designs. Higher order counterparts [4-7]. For this reason circuit multipliers like 16x16, 32x32 may also be design using domino logic tends to be a very implemented using 4x4 bit multiplier and attractive method for high performance, low- power designs. hence a modular design is presented by constructing an 8x8 multiplier using The potential of domino logic in designing low multiple 4x4 multipliers. Average power power circuits is investigated in this paper. As and TannerTool report for 8x8 Multiplier is an example, the popular array multiplier is as follows, Device and node counts: employed, which is based on a Wallace tree MOSFETs – 2572, MOSFET geometries - 2 diagram technique. In this paper, we introduce Measurement result summary Average a modular multiplier implementation using domino logic. The organization of this paper is Power found to be 0.11108 microwatt as follows. In section 2 the basic structure of the domino logic is presented. The basic circuits used in multiplication using domino 1. INTRODUCTION Multiplier plays a significant role in high logic circuits is explained in section 3. speed digital signal processing. It‟s the most Implementation of multiplier is presented in important part of the Arithmetic Logic Unit section 4. Section 5 gives the simulation (ALU), FPU and ASIC‟s where high results obtained in SPICE. processing speed is required. Currently, the importance of low power design increases 2. STRUCTURE OF THE DOMINO rapidly due to the increasing demand for LOGIC portable and mobile systems. The basic structure of domino logic is shown Many different types of low power multipliers in Fig. 1. It is a non-inverting structure, and are proposed, and fabricated as benchmarks consists of a nMOS transistor network, which for demonstrating various high-speed implements the required logic function, two technologies in many applications [1-3]. transistors (an nMOS and a PMOS) where the Low power design techniques require special clock signal is applied and synchronizes the attention to avoid significant increment of the operation of the circuit, and a static CMOS circuit‟s area or sacrifice in the speed inverter which provides the circuit‟s output. performance of the systems. In CMOS technology power consumption can be reduced by decreasing the nodal capacitance, decreasing the power supply voltage or through architecture refinements, where the total power may be reduced by eliminating 6 All Rights Reserved © 2012 IJARCET
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 EVALUATING PHASE, the clock signal CLK is „logic 0‟, and the corresponding output signal SUM will be evaluated according to the input signals A, B, and Cin. F Fig.1 Basic structure of Domino Logic The period where CLK is low is called the Fig 2. SUM Circuit precharge phase. In this phase the internal node, F is charged to power supply voltage B. The Circuit for CARRYOUT Operation while the output node, F, is discharged to Fig. 3 shows the schematic of the ground. The period where CLK is high is CARRYOUT circuit. The core of this circuit is called the evaluation phase. In this phase the the domino logic that implements the function values of the inputs determine the discharge (F of CARRYOUT[9]. This circuit will stay in = 0) or not (F = 1) of the internal node The standby phase when the clock signal CLK is inverter in the output of a domino logic circuit „logic 1‟. It will turn in the evaluating phase if is included for several reasons. First, it is the clock signal CLK is „logic 0‟. For the high- required for proper operation of a chain of speed operation, the inverter I1 is designed in domino gates. Second, the internal node F is a multi-threshold methodology where a low-Vt weak node, when the clock is high, the high PMOS transistor is connected with a high-Vt value on that node is not driven [8]. NMOS transistor such that the „logic 0‟ can pass the inverter at a higher speed. III. Basic Circuits for Constructing Multiplier Design of Full Adder and AND gate is presented in this section. The full adder is divided into two subcircuits. One is the circuit for SUM operation[9], and the other is the circuit for CARRYOUT operation. A. The Circuit for SUM Operation Fig. 2 shows the schematic of the SUM circuit. The SUM circuit is composed of two XOR gates. The Fig.3: CARRYOUT Circuit XOR gate is modified from the cross-coupled version by replacing the NMOS portion with a Domino Logic AND Gate clock gated NMOS. In this circuit, the PMOS transistors receive the input signal A, B, and Cin. The operation of this circuit can be divided into two phases: the IDLE PHASE and the EVALUATING PHASE. In the IDLE PHASE, the clock signal CLK is „logic 1‟, and the output signal SUM will be „logic 0‟. In the 7 All Rights Reserved © 2012 IJARCET
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Fig.5 : 4x4 Array Multiplier Fig.4: 2 input AND Gate using Domino Logic The simulation results for 4x4 multiplier is shown in next section. IV Implementation of Multiplier For modular design a 8x8 multiplier is A 4x4 bit Array multiplier is constructed as the constructed using multiple blocks of 4x4 basic building block for higher order multipliers using the structure show below. multipliers. In Fig. 5 the block diagram of the multiplier architecture is shown. Let 1 be the word length of multiplicand, and k be the word length of the multiplier [10]. A full adder array based multiplier contains l x k AND gates and 1 x (k - I ) 1-bit full adders. To show the characteristics improvement achieved by the proposed technique, a 4 x 4 bit multiplier has been implemented, by using the conventional Fig.6: 8x8 Multiplier using 4x4 Multipliers domino logic. As an example, a 0.5pm CMOS technology with power supply voltage Vdd = In this case the numbers X and Y are first split 5V, and threshold voltage VTN = 0.65V was into two parts as XH-XL and YH-YL. The used. products XL*YL, XH*YL, XL*YH and XH*YH Following is the dot notation for the Wallace are then calculated in parallel using 4 array tree multiplication and partial product matrix multipliers. These products are then added to for two 4 bit numbers X and Y. get the final product P15-P0. V Simulation Results All the circuits in section 3 and 4x4 array multiplier in section IV are tested for verification of functionality by applying Where Zij = XiYj sample inputs and observing outputs. The average power of the 8x8 Multiplier block is calculated in TannerTools T-SPICE and is presented in this section at the end. Part A: Verification 8 All Rights Reserved © 2012 IJARCET
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Implemented in Tanner-13, for low power microwatts and high speed in GB CONCUSIONS In this paper a new modular multiplier using domino logic has been proposed. Significant power savings can be achieved while a trade off between power and delay can be adjusted for meeting the circuit design specifications. Fig.7 Simulation Result for AND gate This is achieved by the efficient way of the realization multiplier using array of 1 bit full adder. REFERENCES Fig.8 Simulation result for 1 bit full adder [1]G. E. Sobelman and D. L. Raatz, “Low-Power Multiplier Design Using Delayed Evaluation”, in Proc. of IEEE International Symposium on Circuits and Systems, pp. 1564-1567, 1995. [2]N. Weste, and K. Eshraghian, “Principles of CMOS VLSI Design”, Addison-Weslet Publishing Company, 1992. [3]J. H. Satyanarayana and K. K. Parhi, “ A Theoretical Approach to Estimation of Bounds on Power Consumption in Digital Multipliers”, IEEE Trans. on Circuits and Systems II, vol. 44, no. 6, pp. 473-481, June 1997. Fig.9: Simulation result for 4x4 Array [4]C. Farnsworth, D. A. Edwards and S.S. Sikand, Multiplier Utilising Dynamic Logic for Low Power Consumption in Asynchronous Circuits”, in Proc.of lEEE ISARACS, Salt Lake City, Utah, USA,Nov. 1994. [5]D. V. Campenhout, T. Mudge and K. Sakallah, “Timing Verification of Sequential Domino Circuits,” in Proc. of IEEE/ACM International Conference on Computer-Aided Design, pp. 127- 132, 1996 [6]A. P. Chandrakasan, and R. W. Brodersen, “Low Power Digital CMOS Design,” Kluwer Academic Publishers, 1995. [7]J. M. Rabaey, M. Pedram, “Low Power Design Methodologies”, Kluwer Academic Publishers, 1996. [8]D. V. Campenhout, T. Mudge and K. Sakallah, “Timing Verification of Sequential Domino Circuits,” in Fig.10 Simulation result for 8x8 Multiplier Proc. of IEEE/ACM International Conference on Computer-Aided Design, pp. 127- 132, 1996 Average power and TannerTool report for 8x8 [9]Chuen-Yau Chen and Yung-Pei Chou “Novel Low-Power 1-bit Full Adder Design” 2009 IEEE Multiplier is as follows, [10] A. Rjoub and 0. Koufopavlou “Low-Power Domino Device and node counts: Logic Multiplier Using Low-Swing Technique” MOSFETs - 2572 MOSFET [11]Kang,J.Y.,& Gaudiot, J.L.(2006) A simple high- geometries - 2 speed multiplier design. IEEE Transactions on Computers, 55(10) 1253-1258. Measurement result summary avgpower = 1.1108e-007 9 All Rights Reserved © 2012 IJARCET
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Authors : M.B.Damle, Associate Professor, RCOEM, Nagpur, M.S. from BITS PILANI RAJASTHAN, SMIEEE, FIETE,CE (IE), Dr.S.S.Limaye, Ph.D. Electronics, Principal, Zhulelal C.O.E. Nagpur. SMIEEE, FIETE,CE (IE), 10 All Rights Reserved © 2012 IJARCET