SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1903
DESIGN AND IMPLEMENTATION OF AN EFFICIENT CARRY SKIP ADDER
Jisney Sussan Joy1, Premanand B 2,
1Mtech scholar, Department of ECE, GECI, Kerala, India
2Assistant Professor, Department of ECE, GECI, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Adders are fundamental unit in many computer
systems. One of the most efficient adder architectures interms
of delay and area is the carry-skip adder. The existing CSKA
structure uses concatenation and incrementation schemes to
improve the speed and AOI (AND OR Invert) and OAI (OR AND
Invert) compound gates are used instead of mux. In this
project, an efficient 32-bit carry-skip adder to achieve high
speed and low area consumption is designed. Thehigherspeed
is achieved by applying new adder inthemiddlestageand uses
a simple and efficient gate-levelmodificationtolowerthearea
of the CSKA. The proposed structure makes use of Knowles
adder and optimized RCA instead of utilizing Brent- Kung
adder and normal RCA. The structure is realized with variable
stage size technique, which improves the speed and energy
parameter of the adder. Finally, an FFT is constructed using
proposed carry skip adder which increases speed and reduces
area usage. The delay of proposed hybrid CSKA is reduced by
38% compared to conventional CSKA and reduced to 16%
compared to hybrid CSKA. The design is coded in Verilog HDL
and its area and delay are analyzed using Xilinx ISE 14.2
Vivado Design Suite. The hardware simulationis doneinXilinx
Spartan 3E FPGA.
Key Words: Carry Skip Adder,Hybrid Structure,Knowles
Adder, Common Boolean Logic (CBL), FFT
1. INTRODUCTION
An adder is the basic component in VLSIcircuits.Anaddition
is an essential operation for any digital system, DSP or
control system. Hence increasing speedanddecreasingtheir
power/energy consumption of adder has a highinfluence on
speed and power consumption of processors. Adders carry
out operations like addition, subtraction, multiplication,and
division. Regarding the proficient implementation of an
arithmetic unit, the binary adder becomes a very crucial
hardware unit. Low-power and high-speed adder cells are
used in battery operation based devices [1]. Now thebiggest
challenge is to lessen the power consumption of adderwhile
preserving the high performance in circuit design. The
selection of adder architecture to use is of ultimate
importance, sincetheperformanceofaddersmayfinalize the
whole system performance.
One may pick between various adder families foroptimizing
power and speed. The Carry Skip Adder (CSKA) is one of the
top efficient adders as its area usage and power
consumption is identical to that of a Ripple carry adder
(RCA). The maximal combinational path delay of CSKA is
lesser compared to RCA. Moreover, speed limitationofCSKA
confines its use in high-speed applications.
The traditional CSKA structure comprises of stages of RCA
blocks and 2:1 multiplexer and all the RCA blocks are linked
to each other through 2:1 multiplexers. The power
consumed by the carry skip adder using multiplexer skip
logic is more and critical path delay is high. The ripple carry
adder is built by cascading number of full adders(FA) blocks
in the series. One complete full adder is necessary for the
addition of two binary digits at different stage of the ripple
carry. The carry output of one stage is fed directly to the
carry-in on the next stage. A numberoffull adderoutputs are
added to the ripple carry adder circuit or ripplecarryadders
of different sizes may be cascaded in order to accommodate
the binary vector strings of larger sizes of adders. For an n-
bit parallel adder, it needs n computational elements (FA).
The carry is propagated in a serial computation. Hence, the
delay is more as the number of bits is increased in RCA.
Comparing those adders, the best adder is CSKA because it
requires less space and lower power consumption. The
space and power consumption of CSKA is same as RCA, but
delay path is finer and lower when compared to RCA.
Comparing to PPA and CSLA circuits, powerdelayproductof
CSKA is lesser. Since CSKA is having less number of
transistors, it has a simple layout and having less wiring
length in comparison to other adder like CSLA and PPA [2].
Comparatively lower speed of carry skip adder limits its use
for high-speed applications. The delay can be reduced by
modifying its structure. The speed enhancement is realized
by concatenation and incrementation method, also replaces
the multiplexer skip logic which is used to execute the skip
operation in conventional carry skip adder with the low
power gates such as AOI and OAI. Thus the modified
structure is known as concatenation and incrementation
adder (CI-CSKA). The basic idea behind using CSKA
structures was based on almostbalancingthedelaysofpaths
such that the delay of the critical path is minimized. In
hybrid CSKA structure, middle stage is replaced with a PPA
[3]. The use of the fast PPA helps in increasing the speed of
the adder structure.
The proposed hybrid CSKA structure exhibits higher speed
by maintaining low power consumption and less area usage
compared with that of hybrid CSKA.Thespeedenhancement
was achieved by modifying the structure. The structure of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1904
proposed hybrid latency CSKA is same as the hybrid
structure with the only difference in the nucleus stage and
RCA block. Knowles adder is used for the construction of
nucleus stage. Optimized RCA block is used for adder
implementation. In the optimized RCA, Common Boolean
Logic (CBL) based full adders (FAs) are used which offers
minimum number of gates. By using proposed hybrid CSKA,
an efficient Fast Fourier Transform is constructed and delay
and area are optimized.
2. CARRY SKIP ADDER
The carry skip adder comes from the group of a by-pass
adder and it uses a ripple carry adder for an adder
implementation [4]. The formation ofcarryskipadder block
is realized by improving a worst-case delay. This adder is a
proficient one in terms of to its area usage and power
consumption. The structure of basic 4 bit carry skip adder is
shown in Fig 1.
Fig -1: Four bit Carry Skip Adder
The CSKA may be implemented either using FSS or VSS
technique where the maximal speed may be achievedforthe
VSS structure [3]. The stage size is the same astheRCAblock
size. In FSS technique, the size of all the stages is same. In
VSS technique, the size of all stage differs from one another.
By assigning variable sizes to the stages, the speed of the
adder structure can be improved. The speed improvement
can be realized by lowering the delays of the first and third
blocks. These delays are lessened by reducing sizes of first
and last RCA blocks.
2.1 Conventional CSKA
The conventional CSKA structure consists of RCA blocksand
2:1 multiplexer. RCA blocks, which is placed at one or more
structure level are tied each other via a multiplexer.Theskip
operation is executed by multiplexer and logic gates. The
input of the multiplexer is the carry input of the stage and
the carry output of its RCA block.Theproductofpropagation
signals of the stage is used as the selector signals of the
multiplexer. The carry skip addercanbeimplementedeither
using FSS or VSS technique, where the maximal speed is
achieved for the VSS CSKA structure as shown in Fig 2.Inthe
conventional carry skip adder, the skip logic with
multiplexer exposes a large portion of critical path delay.
The 2:1 multiplexer comprises more transistors that lead to
increasing in area usage and power consumption.
Fig -2: Conventional Carry Skip Adder
2.2 Concatenation–Incrementation CSKA
The structure is based on joining the concatenation and the
incrementation schemes with the conventional-CSKA
structure, and hence, is called by CI-CSKA [3]. The main aim
of this method is to boost the speed and to enhance the
efficiency of the conventional carry skip adder. The power
consumption of the structure has to reduce without
impacting the speed of it and also have to reduce the area
and critical path delay. This structure grants us with the
ability to use simpler carry skip logics. In conventional
structure due to the usage of a multiplexer that acts as skip
logic may force to a large critical path delay and area usage
and large power consumption.Thesedrawbacksaregoing to
be resolved in the CI- CSKA by usingcompoundgatesinstead
of a multiplexer. The compound gates AOI and OAI acts as
skip logic in order to reduce the area usage and delay of the
skip logic in the conventional method. The structure has an
appreciable lower propagation delay with a slightly smaller
area compared with those of the conventional one. CI-CSKA
can be implemented either using FSS or VSStechnique.Fig.3
shows the structure of VSS CI-CSKA.
In this structure, the first stage has only one block, whichis
RCA. The stages 2 to last comprise of two blocksofRCAand
incrementation. The incrementation block uses the
intermediate results generated by the RCA block and the
carry out of the previous stage to calculate the final stage.
The internal structure of the incrementation block, which
contains a chain of half-adders (HAs).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1905
Fig -3: Variable CI-CSKA structure
2.3 Hybrid CSKA
The hybrid variable latency adder binds the PPAwiththe CI-
CSKA hence the name hybrid [3]. The structure of hybrid
latency CSKA is similar as the CI-CSKA structure with only
one difference the nucleus stage is using PPA. The CI-CSKA
structure may undergo further reduction of propagation
delay and area by replacing middle stage of the structure
with parallel prefix adder. In the hybrid structure shown in
Fig. 4, the prefix network of theBrent–Kungadderisused for
constructing the nucleus stage. One the advantages of this
adder compared with other prefix adders is that in this
structure, using forward paths, longest carry is calculated
sooner compared with the intermediate carries, which are
computed by backward paths. In addition, the fan-out of the
adder is less than other parallel adders, while the length of
its wiring is smaller.
Fig -4: Hybrid CSKA structure
3. PROPOSED HYBRID CSKA
The proposed hybrid CSKA structure exhibits higher speed
by maintaining low power consumption and less area usage
compared with that of hybrid CSKA.Thespeedenhancement
was achieved by modifying the structure. The structure of
proposed hybrid latency CSKA is same as the hybrid
structure with the only difference in the nucleus stage and
RCA block. The structure of proposed hybrid carry skip
adder is shown in Fig. 5.
Fig -5: Proposed Hybrid Structure
A new type of parallel prefix adder network is used on the
nucleus stage. Nucleus stage is the higher bit width stage on
the variable latency network. Knowles adder shown in Fig. 6
is used for the construction of nucleus stage [5].
Fig -6: Structure of 8 bit Knowles Adder
There are three main stages for the PPA, pre-processing
stage, carry generation stage and finally post processing
stage. The pre-processing stage focuses on the computation
of generate and propagate signals. Carry generation stage
focuses on carry generation. Finally, in the post-processing
stage, the outputs of the stage are calculated. Hybrid
Knowles adder is used in this structure [6]. It is a mixture of
two adders Brent -Kung adder and Knowles adder. The
structure is modified by removing black cells for increasing
speed of execution. The design originates from the principle
of removing the black cell by joining two types of adders.
Black cell consists of two AND gates and one OR gate. Grey
cell consists of only one AND gate and OR gate. Grey cell are
required for the computation of generate bit in the final
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1906
stage and thus cannot be removed. Black cells are the only
redundant cells in parallel prefix adders. In hybrid Knowles
adder, the first stage is the Brent-Kung stage and rest are
same as the Knowles adder stages. The features of two
Adders are incorporated to get the best results. Also, Brent-
Kung has more logic levels than that of Knowles adder.
That’s why it was the worst design so far as compared to all
other parallel Prefix adders.
The proposed hybrid CSKA uses optimized RCA block. In the
optimized RCA, Common Boolean Logic (CBL) based full
adders (FAs) are used which offers minimum no. of gates.
The CBL FAs are designed by analyzing the truth table [7].
The CBL based FA is shown in Fig.7.
Fig -7: CBL based Full Adder
For the case of FAs when the carry input Ci=0 the sum
output S=A XOR B, carry output Co=A&B and Ci=1, S= ~ (A
XOR B), Co=A+B this concept is used to design the CBL FA.
The CBL FA is also designed using 2:1 multiplexerwithcarry
input Ci as a select input.
3.1 Application of proposed hybrid CSKA
A fast Fourier transform (FFT) algorithm computes the
discrete Fourier transform of a sequence,oritsinverse.FFTs
are widely used for many applications in engineering,
science, and mathematics. In FFT architectures, Butterfly
unit is the essential block to calculate data addition and
subtraction. An adder is the main building block of butterfly
element. The basic requirement of adder is that it should be
fast in operation and efficient in terms of chip area. So an
efficient 8 point FFT is designed by using proposed hybrid
CSKA to achieve less area consumption and high speed
operation.
4. SIMULATION RESULTS
Simulation results of CSKAs and FFTaregiven below.Coding
was done using Verilog HDL (Hardware Description
Language). The hardware simulation is done in Xilinx
Spartan 3E Field-ProgrammableGateArray(FPGA)using the
programming software ISE 14.2.
Simulation results of Conv-CSKA, CI-CSKA, hybrid CSKA and
proposed hybrid CSKA are shown in Fig. 8-11. A, B and Ci
represent the input to the adder. S is the output for thegiven
inputs. The simulation result obtained is same for all adders.
Fig -8: Simulation result of Conv. CSKA
Fig -9: Simulation result of CI-CSKA
Fig -10: Simulation result of hybrid CSKA
Fig -11: Simulation result of proposed hybrid CSKA
Fig-12 shows the simulation result of 8 point FFT. The 16 bit
of A0-A7 are the inputs applied to theFFT.B0-B7arethereal
part of the output and B_0-B_7 are the imaginary part of the
output.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1907
Fig -12: Simulation result of FFT
4.1 Performance Analysis
Analysing the performance of the Conv-CSKA, CI-CSKA,
hybrid CSKA and proposed hybrid CSKA in termsofarea and
delay are shown in the table: 1.
Table-1: Comparison Results of Different CSKA
Adders
Logic Utilization
No. of
slices
No. of
input
LUTs
No. of
bonded
IOBs
Total Delay
(ns)
Conv.CSKA 49 6 98 215 37
CI-CSKA
(fixed)
54 96 98 248 33
CI-CSKA
(variable)
56 93 98 247 30.1
Hybrid
CSKA
52 92 98 242 27
Proposed
CSKA
53 95 98 246 23.1
From the table it is obvious that the proposed hybrid CSKA
has lower delay than the otherCSKAarchitectures.Thedelay
of proposed hybrid CSKA is reduced by 38% compared with
conventional one and 14% comparedwithHybridCSKA.The
area of conv. CSKA is less compared with other structures.
The area of proposed hybrid CSKA is reduced by almost 1%
compared with CI-CSKA but it is slightly increased by 1%
compared with Hybrid CSKA. But when the middle stage
adders compared, Knowles adder, the middle stage adder of
proposed CSKA is more efficient than Brent Kung Adder,
which is the middle stage adder of hybrid CSKA in terms of
area and delay.
Table 2 shows comparison of middle stage adders. From the
table it is clear that the area and delay of Knowles adder is
less compared with Brent Kung adder. The area of Knowles
is reduced by 16% compared with Brent Kung adder. The
delay is reduced by 8% compared with Brent Kung adder.
Table -2: Comparison of middle stage adders
Adders Logic Utilization
No. of
slices
No. of
input
LUTs
No: of
bonded
IOBs
Total Delay
Brent Kung
Adder
14 26 26 66 11.74
Knowles
Adder
10 19 26 55 10.8
Chart-1: Area comparison chart of Different CSKA
Chart-2: Delay Analysis
Table 3 shows the comparison of delay and area of FFT with
proposed CSKA and FFT with RCA adder.
Table -3: Comparison of FFTs
No. of
slices
No. of
input
LUTs
No. of
bonded
IOBs
Total Delay
FFT
(RCA)
2294 4373 640 7307 61.47
FFT
(CSKA)
2224 4243 640 7107 52.12
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1908
From the table it is clear that the area and delay of FFT with
proposed CSKA is less compared with FFT with RCA adder.
The area of FFT with CSKA is reduced by 2.7% compared
with FFT with RCA adder. The delay of FFT with CSKA is
reduced by 15.21% compared to FFT with RCA adder.
5. CONCLUSIONS
A new hybrid CSKA is designed that is more efficient in
terms of speed and chip area. Proposed hybrid CSKA is
implemented and compared with existing CSKA
architectures. This structure uses Knowles adder for the
construction of the middle stage and optimized RCA for
adder implementation. The efficient Fast Fourier Transform
is constructed using modifiedCSKAadderstructureandarea
and delay are optimized.ProposedCSKAisimplemented and
simulated in Xilinx ISE 14.2 using Verilog HDL. The delay of
proposed structure is reduced by 38% compared to
conventional CSKA and is reduced by 14% compared to
hybrid CSKA. The area of proposed CSKA is reduced by
almost 1% compared to CI CSKA structure. When the
proposed structure is used in FFT, the area is reduced by
2.5% and delay is reduced by 15%.
REFERENCES
1. B. Roja Rao, V. Prasad, “Implementation of Carry Skip
Adder using High-Speed Skip Logic at Different Level”,
International Journal of VLSI System Design and
Communication Systems, issue 9, pp. 840-843, 2016.
2. M. Alioto and G. Palumbo, “A simple strategy for
optimized design of one-level carry-skip adders” IEEE
Trans. Circuits Syst. I, Fundam Theory Appl.,vol. 50, no.
1, pp. 141–148, Jan.2003.
3. Milad Bahadori, Mehdi Kamal and Ali Afzali- Kusha,
“High-speed and energy efficient carry skip adder
operating under a wide range of supply voltage levels”,
IEEE Transaction on Very Large ScaleIntegration(VLSI)
Systems, vol. 24, no. 2, pp. 421-433, 2016.
4. Monisha T. S., Senthil Prakash K. “An Optimized Design
of High-Speed and Energy- Efficient Carry Skip Adder
with Variable Latency Extension”, International Journal
of Science and Research, vol. 5, issue 3, pp. 329-33,
2016.
5. S. Knowles “A family of adders”, in Proceedings of the
15th IEEE SymposiumonComputerArithmetic,pp.277–
284, 2001.
6. Pawan Kumar and Jasbir Kaur, “Design of Modified
Parallel Prefix Knowles Adder”, International Journal of
Science & Research, vol. 3, pp. 199-201, 2014.
7. N. Vijayabala and T. S. Saravana Kumar “Area
minimization of carry select adder using Boolean
algebra” International Journal of Advances in
Engineering & Technology, July 2013.
8. V. Kantabutra, “Designing optimum one-level carry-skip
adders”, IEEE Trans. Comput., vol. 42, no. 6, pp. 759–
764, 1993.
9. Chimpiraiah Ch. and VijayV E.,“AnEfficientArchitecture
for Parallel Adders”, International Journal of VLSI and
Embedded Systems, vol.3, issue 04, pp.160- 164, 2012.

More Related Content

What's hot

Trends and challenges in vlsi
Trends and challenges in vlsiTrends and challenges in vlsi
Trends and challenges in vlsi
labishettybhanu
 
Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction
GargiKhanna1
 
CMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuitsCMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuits
Ikhwan_Fakrudin
 
Interconnect timing model
Interconnect  timing modelInterconnect  timing model
Interconnect timing model
Prachi Pandey
 
Silicon on Insulator (SOI) Technology
Silicon on Insulator (SOI) TechnologySilicon on Insulator (SOI) Technology
Silicon on Insulator (SOI) Technology
Sudhanshu Janwadkar
 
control engineering revision
control engineering revisioncontrol engineering revision
control engineering revision
ragu nath
 
Z TRANSFORM PROPERTIES AND INVERSE Z TRANSFORM
Z TRANSFORM PROPERTIES AND INVERSE Z TRANSFORMZ TRANSFORM PROPERTIES AND INVERSE Z TRANSFORM
Z TRANSFORM PROPERTIES AND INVERSE Z TRANSFORM
Towfeeq Umar
 
Driving large capacitive loads
Driving large capacitive loadsDriving large capacitive loads
Driving large capacitive loads
Ravi Selvaraj
 
Vlsi testing
Vlsi testingVlsi testing
Vlsi testing
Dilip Mathuria
 
All About VLSI In PPT
All About VLSI In PPT All About VLSI In PPT
All About VLSI In PPT
ErVishalJangade
 
Low Power Techniques
Low Power TechniquesLow Power Techniques
Low Power Techniques
keshava murali
 
System partitioning in VLSI and its considerations
System partitioning in VLSI and its considerationsSystem partitioning in VLSI and its considerations
System partitioning in VLSI and its considerations
Subash John
 
UNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGNUNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGN
Dr.YNM
 
Wallace tree multiplier.pptx1
Wallace tree multiplier.pptx1Wallace tree multiplier.pptx1
Wallace tree multiplier.pptx1
vamshi krishna
 
Smart traffic light controller using verilog
Smart traffic light controller using verilogSmart traffic light controller using verilog
Smart traffic light controller using verilog
VaishaliVaishali14
 
Wireless communication theodore rappaport
Wireless communication   theodore rappaportWireless communication   theodore rappaport
Wireless communication theodore rappaport
Daud Khan
 
Simulation power analysis low power vlsi
Simulation power analysis   low power vlsiSimulation power analysis   low power vlsi
Simulation power analysis low power vlsi
GargiKhanna1
 
Main project report on GSM BASED WIRELESS NOTICE BOARD
Main project report on GSM BASED WIRELESS NOTICE BOARD Main project report on GSM BASED WIRELESS NOTICE BOARD
Main project report on GSM BASED WIRELESS NOTICE BOARD
Ganesh Gani
 
Analytical Modeling of Tunneling Field Effect Transistor (TFET)
Analytical Modeling of Tunneling Field Effect Transistor (TFET)Analytical Modeling of Tunneling Field Effect Transistor (TFET)
Analytical Modeling of Tunneling Field Effect Transistor (TFET)
Abu Obayda
 
Multipliers in VLSI
Multipliers in VLSIMultipliers in VLSI
Multipliers in VLSI
Kiranmai Sony
 

What's hot (20)

Trends and challenges in vlsi
Trends and challenges in vlsiTrends and challenges in vlsi
Trends and challenges in vlsi
 
Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction
 
CMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuitsCMOS Topic 6 -_designing_combinational_logic_circuits
CMOS Topic 6 -_designing_combinational_logic_circuits
 
Interconnect timing model
Interconnect  timing modelInterconnect  timing model
Interconnect timing model
 
Silicon on Insulator (SOI) Technology
Silicon on Insulator (SOI) TechnologySilicon on Insulator (SOI) Technology
Silicon on Insulator (SOI) Technology
 
control engineering revision
control engineering revisioncontrol engineering revision
control engineering revision
 
Z TRANSFORM PROPERTIES AND INVERSE Z TRANSFORM
Z TRANSFORM PROPERTIES AND INVERSE Z TRANSFORMZ TRANSFORM PROPERTIES AND INVERSE Z TRANSFORM
Z TRANSFORM PROPERTIES AND INVERSE Z TRANSFORM
 
Driving large capacitive loads
Driving large capacitive loadsDriving large capacitive loads
Driving large capacitive loads
 
Vlsi testing
Vlsi testingVlsi testing
Vlsi testing
 
All About VLSI In PPT
All About VLSI In PPT All About VLSI In PPT
All About VLSI In PPT
 
Low Power Techniques
Low Power TechniquesLow Power Techniques
Low Power Techniques
 
System partitioning in VLSI and its considerations
System partitioning in VLSI and its considerationsSystem partitioning in VLSI and its considerations
System partitioning in VLSI and its considerations
 
UNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGNUNIT-III-DIGITAL SYSTEM DESIGN
UNIT-III-DIGITAL SYSTEM DESIGN
 
Wallace tree multiplier.pptx1
Wallace tree multiplier.pptx1Wallace tree multiplier.pptx1
Wallace tree multiplier.pptx1
 
Smart traffic light controller using verilog
Smart traffic light controller using verilogSmart traffic light controller using verilog
Smart traffic light controller using verilog
 
Wireless communication theodore rappaport
Wireless communication   theodore rappaportWireless communication   theodore rappaport
Wireless communication theodore rappaport
 
Simulation power analysis low power vlsi
Simulation power analysis   low power vlsiSimulation power analysis   low power vlsi
Simulation power analysis low power vlsi
 
Main project report on GSM BASED WIRELESS NOTICE BOARD
Main project report on GSM BASED WIRELESS NOTICE BOARD Main project report on GSM BASED WIRELESS NOTICE BOARD
Main project report on GSM BASED WIRELESS NOTICE BOARD
 
Analytical Modeling of Tunneling Field Effect Transistor (TFET)
Analytical Modeling of Tunneling Field Effect Transistor (TFET)Analytical Modeling of Tunneling Field Effect Transistor (TFET)
Analytical Modeling of Tunneling Field Effect Transistor (TFET)
 
Multipliers in VLSI
Multipliers in VLSIMultipliers in VLSI
Multipliers in VLSI
 

Similar to Design and Implementation of an Efficient Carry Skip Adder

Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...
Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...
Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...
IJMTST Journal
 
Implementation of Carry Skip Adder using PTL
Implementation of Carry Skip Adder using PTLImplementation of Carry Skip Adder using PTL
Implementation of Carry Skip Adder using PTL
IRJET Journal
 
Design and Implementation of Different types of Carry skip adder
Design and Implementation of Different types of Carry skip adderDesign and Implementation of Different types of Carry skip adder
Design and Implementation of Different types of Carry skip adder
IRJET Journal
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
VLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
VLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
VLSICS Design
 
A Comparative Analysis on Parameters of Different Adder Topologies
A Comparative Analysis on Parameters of Different Adder TopologiesA Comparative Analysis on Parameters of Different Adder Topologies
A Comparative Analysis on Parameters of Different Adder Topologies
IRJET Journal
 
Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...
IRJET Journal
 
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDERDESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
VLSICS Design
 
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDERDESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
VLSICS Design
 
M367578
M367578M367578
M367578
IJERA Editor
 
1.area efficient carry select adder
1.area efficient carry select adder1.area efficient carry select adder
1.area efficient carry select adder
KUMARASWAMY JINNE
 
High efficient carry skip adder in various multiplier structures
High efficient carry skip adder in various multiplier structuresHigh efficient carry skip adder in various multiplier structures
High efficient carry skip adder in various multiplier structures
Iaetsd Iaetsd
 
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET Journal
 
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select AdderA Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
IJERD Editor
 
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
IJARIIT
 
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
IRJET Journal
 
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead TreeIRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
IRJET Journal
 

Similar to Design and Implementation of an Efficient Carry Skip Adder (20)

Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...
Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...
Modified CSKA Application in the Floating Point Adder using Carry Skip Adder ...
 
Implementation of Carry Skip Adder using PTL
Implementation of Carry Skip Adder using PTLImplementation of Carry Skip Adder using PTL
Implementation of Carry Skip Adder using PTL
 
Design and Implementation of Different types of Carry skip adder
Design and Implementation of Different types of Carry skip adderDesign and Implementation of Different types of Carry skip adder
Design and Implementation of Different types of Carry skip adder
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
A Comparative Analysis on Parameters of Different Adder Topologies
A Comparative Analysis on Parameters of Different Adder TopologiesA Comparative Analysis on Parameters of Different Adder Topologies
A Comparative Analysis on Parameters of Different Adder Topologies
 
Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...Review on optimized area,delay and power efficient carry select adder using n...
Review on optimized area,delay and power efficient carry select adder using n...
 
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDERDESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
 
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDERDESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
DESIGN AND IMPLEMENTATION OF AN IMPROVED CARRY INCREMENT ADDER
 
M367578
M367578M367578
M367578
 
1.area efficient carry select adder
1.area efficient carry select adder1.area efficient carry select adder
1.area efficient carry select adder
 
High efficient carry skip adder in various multiplier structures
High efficient carry skip adder in various multiplier structuresHigh efficient carry skip adder in various multiplier structures
High efficient carry skip adder in various multiplier structures
 
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
IRJET- Implementation and Analysis of Hybridization in Modified Parallel Adde...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...IRJET -  	  High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
 
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select AdderA Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
A Novel Efficient VLSI Architecture Modified 16-B SQRT Carry Select Adder
 
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
 
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
 
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead TreeIRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
IRJET- Flexible DSP Accelerator Architecture using Carry Lookahead Tree
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 

Recently uploaded (20)

DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 

Design and Implementation of an Efficient Carry Skip Adder

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1903 DESIGN AND IMPLEMENTATION OF AN EFFICIENT CARRY SKIP ADDER Jisney Sussan Joy1, Premanand B 2, 1Mtech scholar, Department of ECE, GECI, Kerala, India 2Assistant Professor, Department of ECE, GECI, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Adders are fundamental unit in many computer systems. One of the most efficient adder architectures interms of delay and area is the carry-skip adder. The existing CSKA structure uses concatenation and incrementation schemes to improve the speed and AOI (AND OR Invert) and OAI (OR AND Invert) compound gates are used instead of mux. In this project, an efficient 32-bit carry-skip adder to achieve high speed and low area consumption is designed. Thehigherspeed is achieved by applying new adder inthemiddlestageand uses a simple and efficient gate-levelmodificationtolowerthearea of the CSKA. The proposed structure makes use of Knowles adder and optimized RCA instead of utilizing Brent- Kung adder and normal RCA. The structure is realized with variable stage size technique, which improves the speed and energy parameter of the adder. Finally, an FFT is constructed using proposed carry skip adder which increases speed and reduces area usage. The delay of proposed hybrid CSKA is reduced by 38% compared to conventional CSKA and reduced to 16% compared to hybrid CSKA. The design is coded in Verilog HDL and its area and delay are analyzed using Xilinx ISE 14.2 Vivado Design Suite. The hardware simulationis doneinXilinx Spartan 3E FPGA. Key Words: Carry Skip Adder,Hybrid Structure,Knowles Adder, Common Boolean Logic (CBL), FFT 1. INTRODUCTION An adder is the basic component in VLSIcircuits.Anaddition is an essential operation for any digital system, DSP or control system. Hence increasing speedanddecreasingtheir power/energy consumption of adder has a highinfluence on speed and power consumption of processors. Adders carry out operations like addition, subtraction, multiplication,and division. Regarding the proficient implementation of an arithmetic unit, the binary adder becomes a very crucial hardware unit. Low-power and high-speed adder cells are used in battery operation based devices [1]. Now thebiggest challenge is to lessen the power consumption of adderwhile preserving the high performance in circuit design. The selection of adder architecture to use is of ultimate importance, sincetheperformanceofaddersmayfinalize the whole system performance. One may pick between various adder families foroptimizing power and speed. The Carry Skip Adder (CSKA) is one of the top efficient adders as its area usage and power consumption is identical to that of a Ripple carry adder (RCA). The maximal combinational path delay of CSKA is lesser compared to RCA. Moreover, speed limitationofCSKA confines its use in high-speed applications. The traditional CSKA structure comprises of stages of RCA blocks and 2:1 multiplexer and all the RCA blocks are linked to each other through 2:1 multiplexers. The power consumed by the carry skip adder using multiplexer skip logic is more and critical path delay is high. The ripple carry adder is built by cascading number of full adders(FA) blocks in the series. One complete full adder is necessary for the addition of two binary digits at different stage of the ripple carry. The carry output of one stage is fed directly to the carry-in on the next stage. A numberoffull adderoutputs are added to the ripple carry adder circuit or ripplecarryadders of different sizes may be cascaded in order to accommodate the binary vector strings of larger sizes of adders. For an n- bit parallel adder, it needs n computational elements (FA). The carry is propagated in a serial computation. Hence, the delay is more as the number of bits is increased in RCA. Comparing those adders, the best adder is CSKA because it requires less space and lower power consumption. The space and power consumption of CSKA is same as RCA, but delay path is finer and lower when compared to RCA. Comparing to PPA and CSLA circuits, powerdelayproductof CSKA is lesser. Since CSKA is having less number of transistors, it has a simple layout and having less wiring length in comparison to other adder like CSLA and PPA [2]. Comparatively lower speed of carry skip adder limits its use for high-speed applications. The delay can be reduced by modifying its structure. The speed enhancement is realized by concatenation and incrementation method, also replaces the multiplexer skip logic which is used to execute the skip operation in conventional carry skip adder with the low power gates such as AOI and OAI. Thus the modified structure is known as concatenation and incrementation adder (CI-CSKA). The basic idea behind using CSKA structures was based on almostbalancingthedelaysofpaths such that the delay of the critical path is minimized. In hybrid CSKA structure, middle stage is replaced with a PPA [3]. The use of the fast PPA helps in increasing the speed of the adder structure. The proposed hybrid CSKA structure exhibits higher speed by maintaining low power consumption and less area usage compared with that of hybrid CSKA.Thespeedenhancement was achieved by modifying the structure. The structure of
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1904 proposed hybrid latency CSKA is same as the hybrid structure with the only difference in the nucleus stage and RCA block. Knowles adder is used for the construction of nucleus stage. Optimized RCA block is used for adder implementation. In the optimized RCA, Common Boolean Logic (CBL) based full adders (FAs) are used which offers minimum number of gates. By using proposed hybrid CSKA, an efficient Fast Fourier Transform is constructed and delay and area are optimized. 2. CARRY SKIP ADDER The carry skip adder comes from the group of a by-pass adder and it uses a ripple carry adder for an adder implementation [4]. The formation ofcarryskipadder block is realized by improving a worst-case delay. This adder is a proficient one in terms of to its area usage and power consumption. The structure of basic 4 bit carry skip adder is shown in Fig 1. Fig -1: Four bit Carry Skip Adder The CSKA may be implemented either using FSS or VSS technique where the maximal speed may be achievedforthe VSS structure [3]. The stage size is the same astheRCAblock size. In FSS technique, the size of all the stages is same. In VSS technique, the size of all stage differs from one another. By assigning variable sizes to the stages, the speed of the adder structure can be improved. The speed improvement can be realized by lowering the delays of the first and third blocks. These delays are lessened by reducing sizes of first and last RCA blocks. 2.1 Conventional CSKA The conventional CSKA structure consists of RCA blocksand 2:1 multiplexer. RCA blocks, which is placed at one or more structure level are tied each other via a multiplexer.Theskip operation is executed by multiplexer and logic gates. The input of the multiplexer is the carry input of the stage and the carry output of its RCA block.Theproductofpropagation signals of the stage is used as the selector signals of the multiplexer. The carry skip addercanbeimplementedeither using FSS or VSS technique, where the maximal speed is achieved for the VSS CSKA structure as shown in Fig 2.Inthe conventional carry skip adder, the skip logic with multiplexer exposes a large portion of critical path delay. The 2:1 multiplexer comprises more transistors that lead to increasing in area usage and power consumption. Fig -2: Conventional Carry Skip Adder 2.2 Concatenation–Incrementation CSKA The structure is based on joining the concatenation and the incrementation schemes with the conventional-CSKA structure, and hence, is called by CI-CSKA [3]. The main aim of this method is to boost the speed and to enhance the efficiency of the conventional carry skip adder. The power consumption of the structure has to reduce without impacting the speed of it and also have to reduce the area and critical path delay. This structure grants us with the ability to use simpler carry skip logics. In conventional structure due to the usage of a multiplexer that acts as skip logic may force to a large critical path delay and area usage and large power consumption.Thesedrawbacksaregoing to be resolved in the CI- CSKA by usingcompoundgatesinstead of a multiplexer. The compound gates AOI and OAI acts as skip logic in order to reduce the area usage and delay of the skip logic in the conventional method. The structure has an appreciable lower propagation delay with a slightly smaller area compared with those of the conventional one. CI-CSKA can be implemented either using FSS or VSStechnique.Fig.3 shows the structure of VSS CI-CSKA. In this structure, the first stage has only one block, whichis RCA. The stages 2 to last comprise of two blocksofRCAand incrementation. The incrementation block uses the intermediate results generated by the RCA block and the carry out of the previous stage to calculate the final stage. The internal structure of the incrementation block, which contains a chain of half-adders (HAs).
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1905 Fig -3: Variable CI-CSKA structure 2.3 Hybrid CSKA The hybrid variable latency adder binds the PPAwiththe CI- CSKA hence the name hybrid [3]. The structure of hybrid latency CSKA is similar as the CI-CSKA structure with only one difference the nucleus stage is using PPA. The CI-CSKA structure may undergo further reduction of propagation delay and area by replacing middle stage of the structure with parallel prefix adder. In the hybrid structure shown in Fig. 4, the prefix network of theBrent–Kungadderisused for constructing the nucleus stage. One the advantages of this adder compared with other prefix adders is that in this structure, using forward paths, longest carry is calculated sooner compared with the intermediate carries, which are computed by backward paths. In addition, the fan-out of the adder is less than other parallel adders, while the length of its wiring is smaller. Fig -4: Hybrid CSKA structure 3. PROPOSED HYBRID CSKA The proposed hybrid CSKA structure exhibits higher speed by maintaining low power consumption and less area usage compared with that of hybrid CSKA.Thespeedenhancement was achieved by modifying the structure. The structure of proposed hybrid latency CSKA is same as the hybrid structure with the only difference in the nucleus stage and RCA block. The structure of proposed hybrid carry skip adder is shown in Fig. 5. Fig -5: Proposed Hybrid Structure A new type of parallel prefix adder network is used on the nucleus stage. Nucleus stage is the higher bit width stage on the variable latency network. Knowles adder shown in Fig. 6 is used for the construction of nucleus stage [5]. Fig -6: Structure of 8 bit Knowles Adder There are three main stages for the PPA, pre-processing stage, carry generation stage and finally post processing stage. The pre-processing stage focuses on the computation of generate and propagate signals. Carry generation stage focuses on carry generation. Finally, in the post-processing stage, the outputs of the stage are calculated. Hybrid Knowles adder is used in this structure [6]. It is a mixture of two adders Brent -Kung adder and Knowles adder. The structure is modified by removing black cells for increasing speed of execution. The design originates from the principle of removing the black cell by joining two types of adders. Black cell consists of two AND gates and one OR gate. Grey cell consists of only one AND gate and OR gate. Grey cell are required for the computation of generate bit in the final
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1906 stage and thus cannot be removed. Black cells are the only redundant cells in parallel prefix adders. In hybrid Knowles adder, the first stage is the Brent-Kung stage and rest are same as the Knowles adder stages. The features of two Adders are incorporated to get the best results. Also, Brent- Kung has more logic levels than that of Knowles adder. That’s why it was the worst design so far as compared to all other parallel Prefix adders. The proposed hybrid CSKA uses optimized RCA block. In the optimized RCA, Common Boolean Logic (CBL) based full adders (FAs) are used which offers minimum no. of gates. The CBL FAs are designed by analyzing the truth table [7]. The CBL based FA is shown in Fig.7. Fig -7: CBL based Full Adder For the case of FAs when the carry input Ci=0 the sum output S=A XOR B, carry output Co=A&B and Ci=1, S= ~ (A XOR B), Co=A+B this concept is used to design the CBL FA. The CBL FA is also designed using 2:1 multiplexerwithcarry input Ci as a select input. 3.1 Application of proposed hybrid CSKA A fast Fourier transform (FFT) algorithm computes the discrete Fourier transform of a sequence,oritsinverse.FFTs are widely used for many applications in engineering, science, and mathematics. In FFT architectures, Butterfly unit is the essential block to calculate data addition and subtraction. An adder is the main building block of butterfly element. The basic requirement of adder is that it should be fast in operation and efficient in terms of chip area. So an efficient 8 point FFT is designed by using proposed hybrid CSKA to achieve less area consumption and high speed operation. 4. SIMULATION RESULTS Simulation results of CSKAs and FFTaregiven below.Coding was done using Verilog HDL (Hardware Description Language). The hardware simulation is done in Xilinx Spartan 3E Field-ProgrammableGateArray(FPGA)using the programming software ISE 14.2. Simulation results of Conv-CSKA, CI-CSKA, hybrid CSKA and proposed hybrid CSKA are shown in Fig. 8-11. A, B and Ci represent the input to the adder. S is the output for thegiven inputs. The simulation result obtained is same for all adders. Fig -8: Simulation result of Conv. CSKA Fig -9: Simulation result of CI-CSKA Fig -10: Simulation result of hybrid CSKA Fig -11: Simulation result of proposed hybrid CSKA Fig-12 shows the simulation result of 8 point FFT. The 16 bit of A0-A7 are the inputs applied to theFFT.B0-B7arethereal part of the output and B_0-B_7 are the imaginary part of the output.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1907 Fig -12: Simulation result of FFT 4.1 Performance Analysis Analysing the performance of the Conv-CSKA, CI-CSKA, hybrid CSKA and proposed hybrid CSKA in termsofarea and delay are shown in the table: 1. Table-1: Comparison Results of Different CSKA Adders Logic Utilization No. of slices No. of input LUTs No. of bonded IOBs Total Delay (ns) Conv.CSKA 49 6 98 215 37 CI-CSKA (fixed) 54 96 98 248 33 CI-CSKA (variable) 56 93 98 247 30.1 Hybrid CSKA 52 92 98 242 27 Proposed CSKA 53 95 98 246 23.1 From the table it is obvious that the proposed hybrid CSKA has lower delay than the otherCSKAarchitectures.Thedelay of proposed hybrid CSKA is reduced by 38% compared with conventional one and 14% comparedwithHybridCSKA.The area of conv. CSKA is less compared with other structures. The area of proposed hybrid CSKA is reduced by almost 1% compared with CI-CSKA but it is slightly increased by 1% compared with Hybrid CSKA. But when the middle stage adders compared, Knowles adder, the middle stage adder of proposed CSKA is more efficient than Brent Kung Adder, which is the middle stage adder of hybrid CSKA in terms of area and delay. Table 2 shows comparison of middle stage adders. From the table it is clear that the area and delay of Knowles adder is less compared with Brent Kung adder. The area of Knowles is reduced by 16% compared with Brent Kung adder. The delay is reduced by 8% compared with Brent Kung adder. Table -2: Comparison of middle stage adders Adders Logic Utilization No. of slices No. of input LUTs No: of bonded IOBs Total Delay Brent Kung Adder 14 26 26 66 11.74 Knowles Adder 10 19 26 55 10.8 Chart-1: Area comparison chart of Different CSKA Chart-2: Delay Analysis Table 3 shows the comparison of delay and area of FFT with proposed CSKA and FFT with RCA adder. Table -3: Comparison of FFTs No. of slices No. of input LUTs No. of bonded IOBs Total Delay FFT (RCA) 2294 4373 640 7307 61.47 FFT (CSKA) 2224 4243 640 7107 52.12
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1908 From the table it is clear that the area and delay of FFT with proposed CSKA is less compared with FFT with RCA adder. The area of FFT with CSKA is reduced by 2.7% compared with FFT with RCA adder. The delay of FFT with CSKA is reduced by 15.21% compared to FFT with RCA adder. 5. CONCLUSIONS A new hybrid CSKA is designed that is more efficient in terms of speed and chip area. Proposed hybrid CSKA is implemented and compared with existing CSKA architectures. This structure uses Knowles adder for the construction of the middle stage and optimized RCA for adder implementation. The efficient Fast Fourier Transform is constructed using modifiedCSKAadderstructureandarea and delay are optimized.ProposedCSKAisimplemented and simulated in Xilinx ISE 14.2 using Verilog HDL. The delay of proposed structure is reduced by 38% compared to conventional CSKA and is reduced by 14% compared to hybrid CSKA. The area of proposed CSKA is reduced by almost 1% compared to CI CSKA structure. When the proposed structure is used in FFT, the area is reduced by 2.5% and delay is reduced by 15%. REFERENCES 1. B. Roja Rao, V. Prasad, “Implementation of Carry Skip Adder using High-Speed Skip Logic at Different Level”, International Journal of VLSI System Design and Communication Systems, issue 9, pp. 840-843, 2016. 2. M. Alioto and G. Palumbo, “A simple strategy for optimized design of one-level carry-skip adders” IEEE Trans. Circuits Syst. I, Fundam Theory Appl.,vol. 50, no. 1, pp. 141–148, Jan.2003. 3. Milad Bahadori, Mehdi Kamal and Ali Afzali- Kusha, “High-speed and energy efficient carry skip adder operating under a wide range of supply voltage levels”, IEEE Transaction on Very Large ScaleIntegration(VLSI) Systems, vol. 24, no. 2, pp. 421-433, 2016. 4. Monisha T. S., Senthil Prakash K. “An Optimized Design of High-Speed and Energy- Efficient Carry Skip Adder with Variable Latency Extension”, International Journal of Science and Research, vol. 5, issue 3, pp. 329-33, 2016. 5. S. Knowles “A family of adders”, in Proceedings of the 15th IEEE SymposiumonComputerArithmetic,pp.277– 284, 2001. 6. Pawan Kumar and Jasbir Kaur, “Design of Modified Parallel Prefix Knowles Adder”, International Journal of Science & Research, vol. 3, pp. 199-201, 2014. 7. N. Vijayabala and T. S. Saravana Kumar “Area minimization of carry select adder using Boolean algebra” International Journal of Advances in Engineering & Technology, July 2013. 8. V. Kantabutra, “Designing optimum one-level carry-skip adders”, IEEE Trans. Comput., vol. 42, no. 6, pp. 759– 764, 1993. 9. Chimpiraiah Ch. and VijayV E.,“AnEfficientArchitecture for Parallel Adders”, International Journal of VLSI and Embedded Systems, vol.3, issue 04, pp.160- 164, 2012.