SlideShare a Scribd company logo
1 of 5
Download to read offline
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 137-141, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 137
Performance Analysis of Dual Gate MOSFET in Adder
R.Vigneshwari1
, T.Jayasimha2
and P.Sasikumar3
1
PG Student, Department of ECE, Vivekanandha College of Engineering for Women, Tiruchengode, India.
2
Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, Tiruchengode, India.
3
Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, Tiruchengode, India.
Article Received: 13 February 2017 Article Accepted: 23 February 2017 Article Published: 27 February 2017
1. INTRODUCTION
Binary addition is one of the most important operations that a
processor performs. Most of the adders have been designed
using synchronous circuits even though there is a strong
interest in clock less/ asynchronous processors/circuits.
Asynchronous circuits are those which do not assume any
quantization of time. Therefore, they hold a great potential for
logic design as they are free from several problems from
clocked (synchronous) circuits. In general, logic flow in
asynchronous circuits is controlled by a request
acknowledgment handshaking Protocol signals to establish a
pipeline in the absence of clocks.
Explicit handshaking blocks are small elements, such as bit
adders, are expensive. Therefore, it is implicitly and
successfully managed using dual-rail carry propagation in
adders. A valid dual-rail carry output also provides an
acknowledgment signal from a single-bit adder block. Thus,
asynchronous adders are based on either full dual-rail
encoding of all signals (more formally using null convention
logic that uses symbolically correct logic instead of Boolean
logic) or pipelined operation using single-rail data encoding
and dual-rail carry representation for acknowledgment
signals. While these constructs add robustness to circuit
designs and they also introduce significant overhead to the
average case performance on asynchronous adders add
benefits.
Therefore efficient alternative approach that can address
these problem presents an asynchronous parallel self-timed
adder (PASTA) using the algorithm originally proposed. The
design of PASTA using dual gate MOSFET is regular and
uses half-adders (HAs) along with multiplexers requiring
minimal interconnections. Thus, it is suitable for
implementation VLSI circuits. The design works in a parallel
manner which is unique as it employs feedback through XOR
logic gates to constitute a single-rail cyclic asynchronous
sequential adder. Cyclic circuits can be more efficient on
resource than their acyclic counterparts. On the other hand,
wave pipelining (or maximal rate pipelining) is a technique
that can apply pipelined inputs before the stabilization of
outputs. The proposed circuit manages automatic single-rail
pipelining of the carry inputs which is separated by
propagation and inertial delays of the gates in the circuit path.
Thus a single rail wave-pipelined approach is effective and
quite different from conventional pipelined adders using
dual-rail encoding to implicitly represent the pipelining of
carry signals independent carry chain blocks.
2. PARALLEL ADDERS
Parallel adders are combinatorial circuit which is not clocked,
does not have any memory and feedback circuit elements for
adding every bit position of the operands in the same time. Fig
1 shows the parallel adder thus it requiring number of
bit-adders which consists of (full adders + 1 half adder) equal
to the number of bits to be added.
Fig.1. Parallel adders
3. SELF TIMED CIRCUITS
An asynchronous circuits are also called self-timed circuit, is
a sequential digital logic circuit which is not governed by
a clock circuit or global clock signal. Instead they always use
signals that show completion of instructions and operations,
specified by simple data transfer protocols. This type is varied
from synchronous circuit in which changes to the signal
values in the circuit are triggered by repetitive pulses called
a clock signal. However asynchronous circuits have the
ABSTRACT
This paper describes a parallel single-rail self-timed adder using dual gate MOSFETs which is based on a recursive formulation for performing multi
bit binary addition. Thus the addition is parallel for those bits that do not need any carry chain propagation and the circuit attains logarithmic
performance over random operand conditions without any special speedup circuitry or look-ahead schema. A practical design of dual gate MOSFET
is provided along with a completion detection unit. The design is regular and does not have any practical limitations of high fan outs. A high fan-in
gate is required on the design but this is unavoidable for asynchronous logic and is managed by connecting the transistors in parallel. Simulations
have been performed using LT spice tool that verify the practicality and superiority of the proposed approach over existing asynchronous adders.
Keywords: Asynchronous circuits, DGMOSFET design, Binary adders and Digital arithmetic.
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 137-141, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 138
potential to be faster, and may also have other advantages in
lower power consumption, lower electromagnetic
interference, and better modularity in large a system which
has active area of research in digital logic design.
In asynchronous circuits, there is absence of clock and the
state of the circuit changes as soon as the input changes. Since
they don't have to wait for a clock pulse to begin process of
the inputs, asynchronous circuits can be faster than
synchronous circuits, and their speed is theoretically limited
only by the propagation delays of the logic gates. In principle,
the asynchronous systems promise more advantages over
synchronous systems: (i) lower power, since an asynchronous
component computes only when necessary; (ii) higher
performance, since global clock distribution and
synchronization can be avoided and finally, (iii) greater
modularity and ease of design, since there are no global
timing constraints in the design.
There are myriad designs of binary adders and here on
asynchronous self-timed adders. Self-timed defines a logic
circuits that depend on and/or engineer timing assumptions
for the correct operation. Self-timed adders have the ability to
run faster averaged for dynamic data, as early completion
sensing can avoid the need for the worst case bundled delay
mechanism of synchronous circuits.
3.1 Pipelined Adders Using Single-Rail Data Encoding
The asynchronous Req/Ack handshake can be used to enable
the adder block as well as to create the flow of carry signals
over the circuit. In most of the cases, a dual-rail carry
convention is obtained for internal bitwise flow of carry
outputs. These dual-rail signals can represent more than two
logic values (invalid, 0, 1), and that can be used to provide
bit-level acknowledgment when a bit operation is completed.
Final completion is sensed using all bit Ack signals are
received at high. The carry-completion sensing adder is an
example of a pipelined adder, which uses full adder (FA)
functional blocks adapted for dual-rail carry. On the other
hand, a speculative completion adder circuit is designed. It
also called terminate logic and early completion to select the
exact completion response from a number of fixed delay lines.
However, the terminate logic implementation is expensive
due to the necessary of high fan-in requirements.
3.2 Delay Insensitive Adders Using Dual-Rail Encoding
Delay insensitive (DI) adders are also asynchronous adders
that declare bundling constraints or DI operations. Therefore,
they can suitably operate in the presence of bounded but
unknown gate and wire delays. There are many different DI
adders, such as DI ripple carry adder (DIRCA) and DI carry
look-ahead adder (DICLA). DI adders use dual-rail encoding
and are expected to increase complexity. Though a dual-rail
encoding doubles the wire complexity, they can still be used
to produce circuits nearly as effective as that of the single-rail
variants using dynamic logic or nMOS only designs. An
example 40 transistors per bit DIRCA adder is designed in
while the conventional CMOS RCA uses 28 transistors.
Similar to CLA, the DICLA has carry propagate, generate,
and kill equations in terms of dual-rail encoding. They do not
connect the carry signals in a chain but organize them in a
categorized tree. Thus, they can actually operate faster when
there is long carry chain. Fig 2 shows the general block
diagram of PASTA.
Fig.2. General block diagram of PASTA
A further optimization is obtained from the performance that
dual rail encoding logic can benefit from settling of either the
0 or 1 path. Dual-rail logic need not wait for two paths to be
evaluated. Thus, it is possible to additional speed up the carry
look-ahead circuitry to send the carry-generate/carry-kill
signals to any level in the tree. This is elaborated and referred
as DICLA with speedup circuitry (DICLASP).
4. EXISTING SYSTEM
Fig.3 shows the adder first accepts two input operands to
perform half additions for each bit. Subsequently it iterate on
using earlier generated carry and sums to perform
half-additions repeatedly until all carry bits are consumed and
settled at zero level and complete the process.
4.1 Parallel Self Timed Adder
The selection of input for two-input multiplexers corresponds
to the Req handshake signal and will be a single 0 to 1
transition denoted by SEL. It will initially select the actual
operands during SEL = 0 and also switch to feedback/carry
paths for subsequent iterations using SEL = 1. The feedback
path from the half adders enables the multiple iterations to
continue until the completion when all carry signals will
assume zero values.
Fig.3. State diagrams for PASTA a) Initial Phase b) Iteration
phase
4.2 State Diagram
Each state is represented by a (Ci+1 Si) pair where Ci+1 Si
represent carry out and sum values respectively from the ith bit
adder block. Fig 3 shows the two state diagrams are drawn for
the initial phase and the iterative phase of the proposed
architecture. During the initial phase the circuit simply works
as a combinational HA operating in fundamental mode. It is
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 137-141, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 139
apparent that due to the use of half adders instead of full
adders state (11) cannot appear. During the iterative phase
(SEL = 1), the feedback path through multiplexer block is
activated using SEL. The carry transitions (Ci) are allowable
as many times as needed to complete the recursion.
From the definition of fundamental mode circuits the present
design cannot be measured as a fundamental mode circuit as
the input–outputs will go through several transitions before
producing the final output. That it is not a Muller circuit
working outside the fundamental mode either as internally
several transitions will take place as shown in the state
diagram. This is similar to cyclic sequential circuit where gate
delays are utilized to separate individual states.
4.3 Recursive Formula for Addition
Let S ji and C ji+1 defines the sum and carry respectively for ith
bit at the jth iteration. The initial condition (j = 0) for addition
is expressed by:
Si
0
= ai ⊕ bi
Ci+1
0
= ai bi (1)
The jth iteration for the recursive addition is expressed by:
Si
j
= Si
j−1
⊕ Ci
j−1
0 ≤ i < n (2)
C i+1
j
= Si
j−1
Ci
j−1
0 ≤ i ≤ n (3)
The recursion is aborted at kth iteration when the following
condition is met:
Cn
k
+ Cn−1
k
+ ・・ ・+C1
k
= 0, 0 ≤ k ≤ n. (4)
4.4 Implementation
A CMOS implementation for the recursive circuit shown in
Fig 4..For multiplexers and AND gates using the TSMC
library implementations while for the XOR gate we have used
the faster ten transistor implementation based on transmission
gate XOR to tie the delay with AND gates. The completion
detection following is canceled to obtain an active high
completion signal (TERM). This needs a large fan-in n-input
NOR gate. Therefore a different and more practical
pseudo-nMOS design is used.
Fig.4. CMOS implementation of PASTA
Using the pseudo-nMOS design the completion unit gets out
of the high fan-in problem as all the connections are parallel.
The pMOS transistor connected to VDD of these ratioed
design performances as a load register resulting in static
current drain when some of the nMOS transistors are on
simultaneously. In addition to the Ci the negative of SEL
signal is also take in for the TERM signal to guarantee that the
completion cannot be accidentally turned on during the initial
selection phase of the actual inputs. It also avoids the pMOS
pull up transistor from being always on.
Hence static current will only be flowing for the duration of
the real computation. VLSI layout has also been evaluated for
a standard cell environment using two metal layers. The
layout space occupies 270 λ × 130 λ for 1-bit resulting in
1.123 Mλ2
area for 32-bit. The pulls down transistors of the
completion detection logic are taken in the single-bit layout
while the pull-up transistor is additionally placed for the full
32-bit adder. It is nearly double the area required for RCA and
is somewhat less than the most of the area efficient prefix tree
Brent–Kung adder (BKA).The design works in a parallel
manner for independent carry chain blocks it is different as it
employs feedback through XOR logic gates to constitute a
single-rail cyclic asynchronous sequential adder.
Cyclic circuits can be more resource efficient than their
acyclic counterparts. On the other hand wave pipelining (or
maximal rate pipelining) is a technique that can apply
pipelined inputs before the outputs become stable. The
proposed circuit achieves automatic single-rail pipelining of
the carry inputs separated by propagation and inertial delays
of the gates in the circuit path. Thus it is efficiently a single
rail wave-pipelined approach and quite different from
conventional pipelined adders using dual-rail encoding to
implicitly represent the pipelining of carry signals.
Fig.5. Block diagram of proposed system
5. PROPOSED SYSTEM
5.1 PASTA Design Using DGMOSFET
Multiplexers are device that selects one of several analog or
digital input signals and forwards the selected input into a
single line. Multiplexers and AND gates are used by library
implementations while for the XOR gate it uses the faster ten
transistor implementation based on transmission gate XOR to
tie the delay with AND gates. Memory-sharing partial parallel
architecture achieves a good balance on throughput and
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 137-141, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 140
hardware cost in a large range. The calculation of critical path
done which is equal for top and bottom leads to high clock
frequency. Encoding is very useful to these LDPC codes
because the number of incoming messages to each processing
units are uniform across the entire clock cycles. Figure 5
shows the proposed block diagram of PASTA which has the
performance analysis block to analyses the performance of
the circuit.
5.2 Dual Gate MOSFET
DGMOSFET is designed using lightly doped ultra-thin layers
seem to be a very promising option for ultimate scaling of
CMOS technology. Excellent short channel effect (SCE)
immunity high trans-conductance and ideal sub threshold
factor have been provided by many theoretical and
experimental studies on this device.
5.3 Structure of Dual Gate MOSFET
Fig.6. Dual gate MOSFET
The dual gate MOSFET is a form of MOSFET where two
gates are fabricated along the length of the channel one after
the other. In this way, both gates affect the level of current
flowing between the source and drain channel. DGMOSFET
is comprised of a conducting channel (usually undoped)
surrounded by gate electrodes on both side. This assumes that
no part of the channel is far away from a gate electrode. In
effect the dual gate MOSFET operation can be considered
equal to the two MOSFET devices in series shown in Fig 6.
Both gates affect the overall performance of MOSFET
operation and output. The dual gate MOSFET has referred as
tetrode construction where the two grids control the current
through the channel. The different gates control various
sections of the channel which are in series with each other.
5.4 Design Challenges
Control of VTT is defined as the value of Vgs which is needed
to cause surface inversion creating a conducting channel. Due
to scaling of Vdd we need to have low (~0.2 V) and
symmetrical (VTn= -VTp) threshold voltages for both transistor
types. For DGMOSFETs, VTT is primarily controlled by φ
gate.. With a unique mid gap material for both NMOS and
PMOS symmetrical VT can be achieved but the value is too
large (~0.8 V).
5.5 Fabrication Issues
Fabrication of the DGMOSFET is quite difficult. Alignment
of both gates is hard to achieve but it is needed for good
device performance. Misaligned gates results in the extra
capacitance and loss of current drive. Several different
structures have been designed to deal with fabrication issues
including planar and quasi-planar structures.
5.6 Advantages
Reduction of Ioff - Undoped channel eliminates intrinsic
parameter fluctuations and controls impurity scattering.
Double gate provides for higher current drive capability and
has better control of short channel effects.
5.7 Application
There are various applications of DGMOSFET in digital and
in analog field such as reconfigurable gates which can
perform multiple operations, variable gain amplifiers, high
frequency mixers etc.
6. RESULTS
LT spice is an analog circuit simulator with integrated
schematic capture and waveform viewer in the tool. It was
explicitly written to outperform analogous tools for sale from
software companies in the need of being used for in-house IC
design as part of Linear Technology Corporation's
competitive advantage as a semiconductor company.
Fig.7. PASTA is designed using DGMOS
The Fig 7 shows the implementation of parallel self-timed
adder using DGMOS.
Fig.8. Average power consumption using DGMOS
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 1, Pages 137-141, February 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 141
Fig.9. Average power consumption using CMOS
Component Power consumption
CMOS -6.802 mw
DGMOS -151.822 Tw
Thus the parallel self-timed adder is designed using DGMOS
which has a better performance over the CMOS. And the
result shows thus the power consumption in the circuit is
reduced while using dual gate MOSFETs.
7. CONCLUSION
This brief presents an efficient implementation of an adder
using DGMOSFET. Initially, the theoretical foundation for a
single-rail wave-pipelined adder is established. The design
achieves a very simple n-bit adder that is area and
interconnection-wise equivalent to the performance of simple
adder namely the RCA. Thus the DGMOS circuit works in a
parallel manner for independent carry chains, and thus
provides logarithmic average time performance over random
input values. The completion detection unit for the proposed
adder using dual gate MOSFET is practical and efficient.
Simulation results are used to verify the advantages of the
proposed design.
REFERENCES
[1] Rahman.M.Z, Kleeman.L, and Mohammad Ashfak Habib
(2014), “Recursive Approach to the Design of a Parallel
Self-Timed Adder”, IEEE Transactions on (VLSI) systems.
[2] Rahman.M.Z and Kleeman.L., (2013) “A delay matched
approach for the design of asynchronous sequential circuits,”
Dept. Comput. Syst. Technol., Univ. Malaya, Kuala Lumpur,
Malaysia, Tech. Rep. 05042013.
[3] Tinder.R.F (2009), “Asynchronous Sequential Machine
Design and Analysis: A Comprehensive Development of the
Design and Analysis of Clock-Independent State Machines
and Systems” San Mateo, CA, USA Morgan.
[4] Choudhury.P, Sahoo.S, and Chakraborty.M (2008)
“Implementation of basic arithmetic operations using cellular
automaton,” in Proc. ICIT, pp. 79–80.
[5] Cornelius.C, Koppe.S, and Timmermann.D (2006),
“Dynamic circuit techniques in deep submicron technologies:
Domino logic reconsidered,” in Proc. IEEE ICICDT, pp. 1–4.
[6] Weste.N and Harris.D (2005), “CMOS VLSI Design: A
Circuits and Systems Perspective Reading”, MA, USA:
Addison-Wesley.
[7] Geer.D (2005), “Is it time for clockless chips?
[Asynchronous processor chips],” IEEE Comput., vol. 38.
[8] Riedel.M.D (2004) “Cyclic combinational circuits,” Ph.D.
dissertation, Dept. Comput. Sci., California Inst. Technol.,
Pasadena, CA, USA.
[9] J. Spars and S. Furber (2001), “Principle of Asynchronous
Circuit Design”, Boston, MA, USA: Kluwer Academic.
[10] Anis.M, S. Member, Allam.M, and Elmasry.M (2002),
“Impact of technology scaling on CMOS logic styles,” IEEE
Trans. Circuits Syst., Analog Digital Process., vol. 49, no. 8,
pp. 577–588.
[11] Cheng.F.C, Unger.S.H and Theobald.M (2000),
“Self-timed carry-lookahead adders,” IEEE Trans. Comput.,
vol. 49, no. 7, pp. 659–672.
[12] Nowick (1996), “Design of a low-latency asynchronous
adder using speculative completion,” IEEE Proc. Comput.
Digital Tech., vol. 143, no. 5, pp. 301–307.
[13] Liu.W, Gray.C.T, Fan.D, and Farlow.W.J (1994), “A
250-MHz wave pipelined adder in 2-μm CMOS,” IEEE J.
Solid-State Circuits, vol. 29 no. 9 pp. 1117–1128.

More Related Content

What's hot

High Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold Circuit
High Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold CircuitHigh Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold Circuit
High Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold CircuitIJECEIAES
 
Vlsi lab viva question with answers
Vlsi lab viva question with answersVlsi lab viva question with answers
Vlsi lab viva question with answersAyesha Ambreen
 
Asic backend design
Asic backend designAsic backend design
Asic backend designkbipeen
 
Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)Ashwin Shroff
 
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELSSPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELSPraveen Kumar
 
Library Characterization Flow
Library Characterization FlowLibrary Characterization Flow
Library Characterization FlowSatish Grandhi
 
OPAL-RT and RTDS Technologies Co-Simulation
OPAL-RT and RTDS Technologies Co-SimulationOPAL-RT and RTDS Technologies Co-Simulation
OPAL-RT and RTDS Technologies Co-SimulationOPAL-RT TECHNOLOGIES
 
IRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household Appliances
IRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household AppliancesIRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household Appliances
IRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household AppliancesIRJET Journal
 
Timing closure document
Timing closure documentTiming closure document
Timing closure documentAlan Tran
 
Lecture20 asic back_end_design
Lecture20 asic back_end_designLecture20 asic back_end_design
Lecture20 asic back_end_designHung Nguyen
 
Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...
Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...
Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...IOSR Journals
 
A 20 gbs injection locked clock and data recovery circuit
A 20 gbs injection locked clock and data recovery circuitA 20 gbs injection locked clock and data recovery circuit
A 20 gbs injection locked clock and data recovery circuitVLSICS Design
 
Clock distribution in high speed board
Clock distribution in high speed boardClock distribution in high speed board
Clock distribution in high speed boardPankaj Khodifad
 
54350108 metro-prototype-new
54350108 metro-prototype-new54350108 metro-prototype-new
54350108 metro-prototype-newpomil
 

What's hot (19)

High Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold Circuit
High Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold CircuitHigh Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold Circuit
High Speed and Low Pedestal Error Bootstrapped CMOS Sample and Hold Circuit
 
Vlsi lab viva question with answers
Vlsi lab viva question with answersVlsi lab viva question with answers
Vlsi lab viva question with answers
 
Asic backend design
Asic backend designAsic backend design
Asic backend design
 
G04515260
G04515260G04515260
G04515260
 
Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)Gate Diffusion Input Technology (Very Large Scale Integration)
Gate Diffusion Input Technology (Very Large Scale Integration)
 
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELSSPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
SPICE LEVEL I/LEVEL II/LEVEL III AND BSIM MODELS
 
Library Characterization Flow
Library Characterization FlowLibrary Characterization Flow
Library Characterization Flow
 
Clock distribution
Clock distributionClock distribution
Clock distribution
 
OPAL-RT and RTDS Technologies Co-Simulation
OPAL-RT and RTDS Technologies Co-SimulationOPAL-RT and RTDS Technologies Co-Simulation
OPAL-RT and RTDS Technologies Co-Simulation
 
IRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household Appliances
IRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household AppliancesIRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household Appliances
IRJET- Modified Cascaded H - Bridge Multilevel Inverter for Household Appliances
 
Timing closure document
Timing closure documentTiming closure document
Timing closure document
 
Lecture20 asic back_end_design
Lecture20 asic back_end_designLecture20 asic back_end_design
Lecture20 asic back_end_design
 
Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...
Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...
Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Networ...
 
A 20 gbs injection locked clock and data recovery circuit
A 20 gbs injection locked clock and data recovery circuitA 20 gbs injection locked clock and data recovery circuit
A 20 gbs injection locked clock and data recovery circuit
 
ha_report modified
ha_report  modifiedha_report  modified
ha_report modified
 
Clock distribution in high speed board
Clock distribution in high speed boardClock distribution in high speed board
Clock distribution in high speed board
 
54350108 metro-prototype-new
54350108 metro-prototype-new54350108 metro-prototype-new
54350108 metro-prototype-new
 
Clock Gating
Clock GatingClock Gating
Clock Gating
 
Ijetcas14 632
Ijetcas14 632Ijetcas14 632
Ijetcas14 632
 

Viewers also liked

Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...Associate Professor in VSB Coimbatore
 
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...Associate Professor in VSB Coimbatore
 
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...Associate Professor in VSB Coimbatore
 
CrowdTruth Games @NLeSc eHumanities day 2015
CrowdTruth Games @NLeSc eHumanities day 2015CrowdTruth Games @NLeSc eHumanities day 2015
CrowdTruth Games @NLeSc eHumanities day 2015Lora Aroyo
 
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Associate Professor in VSB Coimbatore
 
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy SkinAstashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy SkinAssociate Professor in VSB Coimbatore
 
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...Associate Professor in VSB Coimbatore
 
Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...
Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...
Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...Associate Professor in VSB Coimbatore
 
A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...
A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...
A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...Associate Professor in VSB Coimbatore
 
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-FlopLow Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-FlopAssociate Professor in VSB Coimbatore
 
Doedag DA2020 Venlo 9 maart
Doedag DA2020 Venlo 9 maart Doedag DA2020 Venlo 9 maart
Doedag DA2020 Venlo 9 maart KING
 
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...Associate Professor in VSB Coimbatore
 

Viewers also liked (20)

Implementation and Development of Initiate Data Controlling System
Implementation and Development of Initiate Data Controlling SystemImplementation and Development of Initiate Data Controlling System
Implementation and Development of Initiate Data Controlling System
 
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
Improved Power Gating Techniques for Reduction of Noise and Leakage Power in ...
 
Animal De Capabilite and Well Being Intensive Care System
Animal De Capabilite and Well Being Intensive Care SystemAnimal De Capabilite and Well Being Intensive Care System
Animal De Capabilite and Well Being Intensive Care System
 
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
A Study of Immigration and Diasporic Sensibilities in the Novel of Jumpha Lah...
 
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
Reduced Complexity Maximum Likelihood Decoding Algorithm for LDPC Code Correc...
 
Portada cuentos
Portada cuentosPortada cuentos
Portada cuentos
 
CrowdTruth Games @NLeSc eHumanities day 2015
CrowdTruth Games @NLeSc eHumanities day 2015CrowdTruth Games @NLeSc eHumanities day 2015
CrowdTruth Games @NLeSc eHumanities day 2015
 
Distortion Correction Scheme for Multiresolution Camera Images
Distortion Correction Scheme for Multiresolution Camera ImagesDistortion Correction Scheme for Multiresolution Camera Images
Distortion Correction Scheme for Multiresolution Camera Images
 
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
 
Mobile Application to Detect Approach of Crisis Vehicle
Mobile Application to Detect Approach of Crisis VehicleMobile Application to Detect Approach of Crisis Vehicle
Mobile Application to Detect Approach of Crisis Vehicle
 
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy SkinAstashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
Astashine Silver Capsules: An Excellent Choice to Maintain Healthy Skin
 
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
Design of Digital Circuits for ECG Data Acquisition System Using 90nm CMOS Te...
 
Smart Newspaper Vending Machine
Smart Newspaper Vending MachineSmart Newspaper Vending Machine
Smart Newspaper Vending Machine
 
Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...
Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...
Design of Low Power Oscillator for Medical Ultrasonic Sensors with CMUT Imple...
 
A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...
A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...
A Novel Thermal Energy Yielding Power Supply using Startup Circuit for Pacema...
 
Parking Slot Availability Check and Booking System over IOT
Parking Slot Availability Check and Booking System over IOTParking Slot Availability Check and Booking System over IOT
Parking Slot Availability Check and Booking System over IOT
 
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-FlopLow Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
Low Power Threshold Logic Designing Approach for High Energy Efficient Flip-Flop
 
Doedag DA2020 Venlo 9 maart
Doedag DA2020 Venlo 9 maart Doedag DA2020 Venlo 9 maart
Doedag DA2020 Venlo 9 maart
 
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
Intelligent Traffic Control System for Congestion Control, Emergency Vehicle ...
 
MOSFET AND JFET
MOSFET AND JFETMOSFET AND JFET
MOSFET AND JFET
 

Similar to Dual Gate MOSFET Adder Performance Analysis

Paper id 37201517
Paper id 37201517Paper id 37201517
Paper id 37201517IJRAT
 
Recursive approach to the design of a parallel self timed adder
Recursive approach to the design of a parallel self timed adderRecursive approach to the design of a parallel self timed adder
Recursive approach to the design of a parallel self timed adderjpstudcorner
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...IJERA Editor
 
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...IJERA Editor
 
Design of -- Two phase non overlapping low frequency clock generator using Ca...
Design of -- Two phase non overlapping low frequency clock generator using Ca...Design of -- Two phase non overlapping low frequency clock generator using Ca...
Design of -- Two phase non overlapping low frequency clock generator using Ca...Prashantkumar R
 
Iaetsd design of a low power multiband clock distribution circuit
Iaetsd design of a low power multiband clock distribution circuitIaetsd design of a low power multiband clock distribution circuit
Iaetsd design of a low power multiband clock distribution circuitIaetsd Iaetsd
 
Area, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder TopologiesArea, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder TopologiesVLSICS Design
 
Performance Improved Network on Chip Router for Low Power Applications
Performance Improved Network on Chip Router for Low Power ApplicationsPerformance Improved Network on Chip Router for Low Power Applications
Performance Improved Network on Chip Router for Low Power ApplicationsIJTET Journal
 
Implementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicImplementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicAssociate Professor in VSB Coimbatore
 
Efficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyEfficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyIJARIIT
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetCSCJournals
 
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
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
An efficient asynchronous spatial division multiplexing router for network-on...
An efficient asynchronous spatial division multiplexing router for network-on...An efficient asynchronous spatial division multiplexing router for network-on...
An efficient asynchronous spatial division multiplexing router for network-on...IJECEIAES
 
Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd Iaetsd
 
RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...
RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...
RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...CSCJournals
 

Similar to Dual Gate MOSFET Adder Performance Analysis (20)

Paper id 37201517
Paper id 37201517Paper id 37201517
Paper id 37201517
 
Recursive approach to the design of a parallel self timed adder
Recursive approach to the design of a parallel self timed adderRecursive approach to the design of a parallel self timed adder
Recursive approach to the design of a parallel self timed adder
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
 
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
 
Design of -- Two phase non overlapping low frequency clock generator using Ca...
Design of -- Two phase non overlapping low frequency clock generator using Ca...Design of -- Two phase non overlapping low frequency clock generator using Ca...
Design of -- Two phase non overlapping low frequency clock generator using Ca...
 
Iaetsd design of a low power multiband clock distribution circuit
Iaetsd design of a low power multiband clock distribution circuitIaetsd design of a low power multiband clock distribution circuit
Iaetsd design of a low power multiband clock distribution circuit
 
00769767
0076976700769767
00769767
 
Area, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder TopologiesArea, Delay and Power Comparison of Adder Topologies
Area, Delay and Power Comparison of Adder Topologies
 
A018120105
A018120105A018120105
A018120105
 
Performance Improved Network on Chip Router for Low Power Applications
Performance Improved Network on Chip Router for Low Power ApplicationsPerformance Improved Network on Chip Router for Low Power Applications
Performance Improved Network on Chip Router for Low Power Applications
 
Implementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicImplementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino Logic
 
Efficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyEfficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technology
 
Traffic Engineering in Metro Ethernet
Traffic Engineering in Metro EthernetTraffic Engineering in Metro Ethernet
Traffic Engineering in Metro Ethernet
 
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...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
An efficient asynchronous spatial division multiplexing router for network-on...
An efficient asynchronous spatial division multiplexing router for network-on...An efficient asynchronous spatial division multiplexing router for network-on...
An efficient asynchronous spatial division multiplexing router for network-on...
 
Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)
 
RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...
RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...
RRSTP: A Spanning Tree Protocol for Obviating Count-to-Infinity from Switched...
 
Ad4103173176
Ad4103173176Ad4103173176
Ad4103173176
 

More from Associate Professor in VSB Coimbatore

Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Associate Professor in VSB Coimbatore
 
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Associate Professor in VSB Coimbatore
 
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Associate Professor in VSB Coimbatore
 
A Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionA Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionAssociate Professor in VSB Coimbatore
 
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Associate Professor in VSB Coimbatore
 
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Associate Professor in VSB Coimbatore
 
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...Associate Professor in VSB Coimbatore
 
A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...Associate Professor in VSB Coimbatore
 
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Associate Professor in VSB Coimbatore
 
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Associate Professor in VSB Coimbatore
 
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Associate Professor in VSB Coimbatore
 
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Associate Professor in VSB Coimbatore
 
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Associate Professor in VSB Coimbatore
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal Associate Professor in VSB Coimbatore
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal Associate Professor in VSB Coimbatore
 
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Associate Professor in VSB Coimbatore
 

More from Associate Professor in VSB Coimbatore (20)

Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
 
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
 
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
 
A Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionA Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee Retention
 
Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation  Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation
 
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
 
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
 
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
 
A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...
 
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
 
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
 
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, NigeriaEcological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
 
Mass & Quark Symmetry
Mass & Quark SymmetryMass & Quark Symmetry
Mass & Quark Symmetry
 
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
 
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
 
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
 
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
 
Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries
 

Recently uploaded

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 

Recently uploaded (20)

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 

Dual Gate MOSFET Adder Performance Analysis

  • 1. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 137-141, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 137 Performance Analysis of Dual Gate MOSFET in Adder R.Vigneshwari1 , T.Jayasimha2 and P.Sasikumar3 1 PG Student, Department of ECE, Vivekanandha College of Engineering for Women, Tiruchengode, India. 2 Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, Tiruchengode, India. 3 Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, Tiruchengode, India. Article Received: 13 February 2017 Article Accepted: 23 February 2017 Article Published: 27 February 2017 1. INTRODUCTION Binary addition is one of the most important operations that a processor performs. Most of the adders have been designed using synchronous circuits even though there is a strong interest in clock less/ asynchronous processors/circuits. Asynchronous circuits are those which do not assume any quantization of time. Therefore, they hold a great potential for logic design as they are free from several problems from clocked (synchronous) circuits. In general, logic flow in asynchronous circuits is controlled by a request acknowledgment handshaking Protocol signals to establish a pipeline in the absence of clocks. Explicit handshaking blocks are small elements, such as bit adders, are expensive. Therefore, it is implicitly and successfully managed using dual-rail carry propagation in adders. A valid dual-rail carry output also provides an acknowledgment signal from a single-bit adder block. Thus, asynchronous adders are based on either full dual-rail encoding of all signals (more formally using null convention logic that uses symbolically correct logic instead of Boolean logic) or pipelined operation using single-rail data encoding and dual-rail carry representation for acknowledgment signals. While these constructs add robustness to circuit designs and they also introduce significant overhead to the average case performance on asynchronous adders add benefits. Therefore efficient alternative approach that can address these problem presents an asynchronous parallel self-timed adder (PASTA) using the algorithm originally proposed. The design of PASTA using dual gate MOSFET is regular and uses half-adders (HAs) along with multiplexers requiring minimal interconnections. Thus, it is suitable for implementation VLSI circuits. The design works in a parallel manner which is unique as it employs feedback through XOR logic gates to constitute a single-rail cyclic asynchronous sequential adder. Cyclic circuits can be more efficient on resource than their acyclic counterparts. On the other hand, wave pipelining (or maximal rate pipelining) is a technique that can apply pipelined inputs before the stabilization of outputs. The proposed circuit manages automatic single-rail pipelining of the carry inputs which is separated by propagation and inertial delays of the gates in the circuit path. Thus a single rail wave-pipelined approach is effective and quite different from conventional pipelined adders using dual-rail encoding to implicitly represent the pipelining of carry signals independent carry chain blocks. 2. PARALLEL ADDERS Parallel adders are combinatorial circuit which is not clocked, does not have any memory and feedback circuit elements for adding every bit position of the operands in the same time. Fig 1 shows the parallel adder thus it requiring number of bit-adders which consists of (full adders + 1 half adder) equal to the number of bits to be added. Fig.1. Parallel adders 3. SELF TIMED CIRCUITS An asynchronous circuits are also called self-timed circuit, is a sequential digital logic circuit which is not governed by a clock circuit or global clock signal. Instead they always use signals that show completion of instructions and operations, specified by simple data transfer protocols. This type is varied from synchronous circuit in which changes to the signal values in the circuit are triggered by repetitive pulses called a clock signal. However asynchronous circuits have the ABSTRACT This paper describes a parallel single-rail self-timed adder using dual gate MOSFETs which is based on a recursive formulation for performing multi bit binary addition. Thus the addition is parallel for those bits that do not need any carry chain propagation and the circuit attains logarithmic performance over random operand conditions without any special speedup circuitry or look-ahead schema. A practical design of dual gate MOSFET is provided along with a completion detection unit. The design is regular and does not have any practical limitations of high fan outs. A high fan-in gate is required on the design but this is unavoidable for asynchronous logic and is managed by connecting the transistors in parallel. Simulations have been performed using LT spice tool that verify the practicality and superiority of the proposed approach over existing asynchronous adders. Keywords: Asynchronous circuits, DGMOSFET design, Binary adders and Digital arithmetic.
  • 2. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 137-141, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 138 potential to be faster, and may also have other advantages in lower power consumption, lower electromagnetic interference, and better modularity in large a system which has active area of research in digital logic design. In asynchronous circuits, there is absence of clock and the state of the circuit changes as soon as the input changes. Since they don't have to wait for a clock pulse to begin process of the inputs, asynchronous circuits can be faster than synchronous circuits, and their speed is theoretically limited only by the propagation delays of the logic gates. In principle, the asynchronous systems promise more advantages over synchronous systems: (i) lower power, since an asynchronous component computes only when necessary; (ii) higher performance, since global clock distribution and synchronization can be avoided and finally, (iii) greater modularity and ease of design, since there are no global timing constraints in the design. There are myriad designs of binary adders and here on asynchronous self-timed adders. Self-timed defines a logic circuits that depend on and/or engineer timing assumptions for the correct operation. Self-timed adders have the ability to run faster averaged for dynamic data, as early completion sensing can avoid the need for the worst case bundled delay mechanism of synchronous circuits. 3.1 Pipelined Adders Using Single-Rail Data Encoding The asynchronous Req/Ack handshake can be used to enable the adder block as well as to create the flow of carry signals over the circuit. In most of the cases, a dual-rail carry convention is obtained for internal bitwise flow of carry outputs. These dual-rail signals can represent more than two logic values (invalid, 0, 1), and that can be used to provide bit-level acknowledgment when a bit operation is completed. Final completion is sensed using all bit Ack signals are received at high. The carry-completion sensing adder is an example of a pipelined adder, which uses full adder (FA) functional blocks adapted for dual-rail carry. On the other hand, a speculative completion adder circuit is designed. It also called terminate logic and early completion to select the exact completion response from a number of fixed delay lines. However, the terminate logic implementation is expensive due to the necessary of high fan-in requirements. 3.2 Delay Insensitive Adders Using Dual-Rail Encoding Delay insensitive (DI) adders are also asynchronous adders that declare bundling constraints or DI operations. Therefore, they can suitably operate in the presence of bounded but unknown gate and wire delays. There are many different DI adders, such as DI ripple carry adder (DIRCA) and DI carry look-ahead adder (DICLA). DI adders use dual-rail encoding and are expected to increase complexity. Though a dual-rail encoding doubles the wire complexity, they can still be used to produce circuits nearly as effective as that of the single-rail variants using dynamic logic or nMOS only designs. An example 40 transistors per bit DIRCA adder is designed in while the conventional CMOS RCA uses 28 transistors. Similar to CLA, the DICLA has carry propagate, generate, and kill equations in terms of dual-rail encoding. They do not connect the carry signals in a chain but organize them in a categorized tree. Thus, they can actually operate faster when there is long carry chain. Fig 2 shows the general block diagram of PASTA. Fig.2. General block diagram of PASTA A further optimization is obtained from the performance that dual rail encoding logic can benefit from settling of either the 0 or 1 path. Dual-rail logic need not wait for two paths to be evaluated. Thus, it is possible to additional speed up the carry look-ahead circuitry to send the carry-generate/carry-kill signals to any level in the tree. This is elaborated and referred as DICLA with speedup circuitry (DICLASP). 4. EXISTING SYSTEM Fig.3 shows the adder first accepts two input operands to perform half additions for each bit. Subsequently it iterate on using earlier generated carry and sums to perform half-additions repeatedly until all carry bits are consumed and settled at zero level and complete the process. 4.1 Parallel Self Timed Adder The selection of input for two-input multiplexers corresponds to the Req handshake signal and will be a single 0 to 1 transition denoted by SEL. It will initially select the actual operands during SEL = 0 and also switch to feedback/carry paths for subsequent iterations using SEL = 1. The feedback path from the half adders enables the multiple iterations to continue until the completion when all carry signals will assume zero values. Fig.3. State diagrams for PASTA a) Initial Phase b) Iteration phase 4.2 State Diagram Each state is represented by a (Ci+1 Si) pair where Ci+1 Si represent carry out and sum values respectively from the ith bit adder block. Fig 3 shows the two state diagrams are drawn for the initial phase and the iterative phase of the proposed architecture. During the initial phase the circuit simply works as a combinational HA operating in fundamental mode. It is
  • 3. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 137-141, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 139 apparent that due to the use of half adders instead of full adders state (11) cannot appear. During the iterative phase (SEL = 1), the feedback path through multiplexer block is activated using SEL. The carry transitions (Ci) are allowable as many times as needed to complete the recursion. From the definition of fundamental mode circuits the present design cannot be measured as a fundamental mode circuit as the input–outputs will go through several transitions before producing the final output. That it is not a Muller circuit working outside the fundamental mode either as internally several transitions will take place as shown in the state diagram. This is similar to cyclic sequential circuit where gate delays are utilized to separate individual states. 4.3 Recursive Formula for Addition Let S ji and C ji+1 defines the sum and carry respectively for ith bit at the jth iteration. The initial condition (j = 0) for addition is expressed by: Si 0 = ai ⊕ bi Ci+1 0 = ai bi (1) The jth iteration for the recursive addition is expressed by: Si j = Si j−1 ⊕ Ci j−1 0 ≤ i < n (2) C i+1 j = Si j−1 Ci j−1 0 ≤ i ≤ n (3) The recursion is aborted at kth iteration when the following condition is met: Cn k + Cn−1 k + ・・ ・+C1 k = 0, 0 ≤ k ≤ n. (4) 4.4 Implementation A CMOS implementation for the recursive circuit shown in Fig 4..For multiplexers and AND gates using the TSMC library implementations while for the XOR gate we have used the faster ten transistor implementation based on transmission gate XOR to tie the delay with AND gates. The completion detection following is canceled to obtain an active high completion signal (TERM). This needs a large fan-in n-input NOR gate. Therefore a different and more practical pseudo-nMOS design is used. Fig.4. CMOS implementation of PASTA Using the pseudo-nMOS design the completion unit gets out of the high fan-in problem as all the connections are parallel. The pMOS transistor connected to VDD of these ratioed design performances as a load register resulting in static current drain when some of the nMOS transistors are on simultaneously. In addition to the Ci the negative of SEL signal is also take in for the TERM signal to guarantee that the completion cannot be accidentally turned on during the initial selection phase of the actual inputs. It also avoids the pMOS pull up transistor from being always on. Hence static current will only be flowing for the duration of the real computation. VLSI layout has also been evaluated for a standard cell environment using two metal layers. The layout space occupies 270 λ × 130 λ for 1-bit resulting in 1.123 Mλ2 area for 32-bit. The pulls down transistors of the completion detection logic are taken in the single-bit layout while the pull-up transistor is additionally placed for the full 32-bit adder. It is nearly double the area required for RCA and is somewhat less than the most of the area efficient prefix tree Brent–Kung adder (BKA).The design works in a parallel manner for independent carry chain blocks it is different as it employs feedback through XOR logic gates to constitute a single-rail cyclic asynchronous sequential adder. Cyclic circuits can be more resource efficient than their acyclic counterparts. On the other hand wave pipelining (or maximal rate pipelining) is a technique that can apply pipelined inputs before the outputs become stable. The proposed circuit achieves automatic single-rail pipelining of the carry inputs separated by propagation and inertial delays of the gates in the circuit path. Thus it is efficiently a single rail wave-pipelined approach and quite different from conventional pipelined adders using dual-rail encoding to implicitly represent the pipelining of carry signals. Fig.5. Block diagram of proposed system 5. PROPOSED SYSTEM 5.1 PASTA Design Using DGMOSFET Multiplexers are device that selects one of several analog or digital input signals and forwards the selected input into a single line. Multiplexers and AND gates are used by library implementations while for the XOR gate it uses the faster ten transistor implementation based on transmission gate XOR to tie the delay with AND gates. Memory-sharing partial parallel architecture achieves a good balance on throughput and
  • 4. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 137-141, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 140 hardware cost in a large range. The calculation of critical path done which is equal for top and bottom leads to high clock frequency. Encoding is very useful to these LDPC codes because the number of incoming messages to each processing units are uniform across the entire clock cycles. Figure 5 shows the proposed block diagram of PASTA which has the performance analysis block to analyses the performance of the circuit. 5.2 Dual Gate MOSFET DGMOSFET is designed using lightly doped ultra-thin layers seem to be a very promising option for ultimate scaling of CMOS technology. Excellent short channel effect (SCE) immunity high trans-conductance and ideal sub threshold factor have been provided by many theoretical and experimental studies on this device. 5.3 Structure of Dual Gate MOSFET Fig.6. Dual gate MOSFET The dual gate MOSFET is a form of MOSFET where two gates are fabricated along the length of the channel one after the other. In this way, both gates affect the level of current flowing between the source and drain channel. DGMOSFET is comprised of a conducting channel (usually undoped) surrounded by gate electrodes on both side. This assumes that no part of the channel is far away from a gate electrode. In effect the dual gate MOSFET operation can be considered equal to the two MOSFET devices in series shown in Fig 6. Both gates affect the overall performance of MOSFET operation and output. The dual gate MOSFET has referred as tetrode construction where the two grids control the current through the channel. The different gates control various sections of the channel which are in series with each other. 5.4 Design Challenges Control of VTT is defined as the value of Vgs which is needed to cause surface inversion creating a conducting channel. Due to scaling of Vdd we need to have low (~0.2 V) and symmetrical (VTn= -VTp) threshold voltages for both transistor types. For DGMOSFETs, VTT is primarily controlled by φ gate.. With a unique mid gap material for both NMOS and PMOS symmetrical VT can be achieved but the value is too large (~0.8 V). 5.5 Fabrication Issues Fabrication of the DGMOSFET is quite difficult. Alignment of both gates is hard to achieve but it is needed for good device performance. Misaligned gates results in the extra capacitance and loss of current drive. Several different structures have been designed to deal with fabrication issues including planar and quasi-planar structures. 5.6 Advantages Reduction of Ioff - Undoped channel eliminates intrinsic parameter fluctuations and controls impurity scattering. Double gate provides for higher current drive capability and has better control of short channel effects. 5.7 Application There are various applications of DGMOSFET in digital and in analog field such as reconfigurable gates which can perform multiple operations, variable gain amplifiers, high frequency mixers etc. 6. RESULTS LT spice is an analog circuit simulator with integrated schematic capture and waveform viewer in the tool. It was explicitly written to outperform analogous tools for sale from software companies in the need of being used for in-house IC design as part of Linear Technology Corporation's competitive advantage as a semiconductor company. Fig.7. PASTA is designed using DGMOS The Fig 7 shows the implementation of parallel self-timed adder using DGMOS. Fig.8. Average power consumption using DGMOS
  • 5. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 1, Pages 137-141, February 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 141 Fig.9. Average power consumption using CMOS Component Power consumption CMOS -6.802 mw DGMOS -151.822 Tw Thus the parallel self-timed adder is designed using DGMOS which has a better performance over the CMOS. And the result shows thus the power consumption in the circuit is reduced while using dual gate MOSFETs. 7. CONCLUSION This brief presents an efficient implementation of an adder using DGMOSFET. Initially, the theoretical foundation for a single-rail wave-pipelined adder is established. The design achieves a very simple n-bit adder that is area and interconnection-wise equivalent to the performance of simple adder namely the RCA. Thus the DGMOS circuit works in a parallel manner for independent carry chains, and thus provides logarithmic average time performance over random input values. The completion detection unit for the proposed adder using dual gate MOSFET is practical and efficient. Simulation results are used to verify the advantages of the proposed design. REFERENCES [1] Rahman.M.Z, Kleeman.L, and Mohammad Ashfak Habib (2014), “Recursive Approach to the Design of a Parallel Self-Timed Adder”, IEEE Transactions on (VLSI) systems. [2] Rahman.M.Z and Kleeman.L., (2013) “A delay matched approach for the design of asynchronous sequential circuits,” Dept. Comput. Syst. Technol., Univ. Malaya, Kuala Lumpur, Malaysia, Tech. Rep. 05042013. [3] Tinder.R.F (2009), “Asynchronous Sequential Machine Design and Analysis: A Comprehensive Development of the Design and Analysis of Clock-Independent State Machines and Systems” San Mateo, CA, USA Morgan. [4] Choudhury.P, Sahoo.S, and Chakraborty.M (2008) “Implementation of basic arithmetic operations using cellular automaton,” in Proc. ICIT, pp. 79–80. [5] Cornelius.C, Koppe.S, and Timmermann.D (2006), “Dynamic circuit techniques in deep submicron technologies: Domino logic reconsidered,” in Proc. IEEE ICICDT, pp. 1–4. [6] Weste.N and Harris.D (2005), “CMOS VLSI Design: A Circuits and Systems Perspective Reading”, MA, USA: Addison-Wesley. [7] Geer.D (2005), “Is it time for clockless chips? [Asynchronous processor chips],” IEEE Comput., vol. 38. [8] Riedel.M.D (2004) “Cyclic combinational circuits,” Ph.D. dissertation, Dept. Comput. Sci., California Inst. Technol., Pasadena, CA, USA. [9] J. Spars and S. Furber (2001), “Principle of Asynchronous Circuit Design”, Boston, MA, USA: Kluwer Academic. [10] Anis.M, S. Member, Allam.M, and Elmasry.M (2002), “Impact of technology scaling on CMOS logic styles,” IEEE Trans. Circuits Syst., Analog Digital Process., vol. 49, no. 8, pp. 577–588. [11] Cheng.F.C, Unger.S.H and Theobald.M (2000), “Self-timed carry-lookahead adders,” IEEE Trans. Comput., vol. 49, no. 7, pp. 659–672. [12] Nowick (1996), “Design of a low-latency asynchronous adder using speculative completion,” IEEE Proc. Comput. Digital Tech., vol. 143, no. 5, pp. 301–307. [13] Liu.W, Gray.C.T, Fan.D, and Farlow.W.J (1994), “A 250-MHz wave pipelined adder in 2-μm CMOS,” IEEE J. Solid-State Circuits, vol. 29 no. 9 pp. 1117–1128.