Design and Implementation of High Speed Carry Select Adder
Design and Implementation of High Speed Carry Select Adder
Design and Implementation of High Speed Carry Select Adder
=~
^(
&
^(
&
&
)
The modified 16-bit CSLA was created by calling the
ripple carry adders, BEC and all multiplexers based
upon the circuit. Here again the simulation and
synthesis is performed using Xilinx ISE and the
results are compared with the Regular CSLA.
IV. IMPROVED CARRY SELECT ADDER
When the modified CSLA is simulated and
synthesized, the area and power is less in the
modified CSLA but the delay is slightly increased. So
we can improve the above structure in terms of less
delay and higher speed by replacing the BEC with a
D-Latch. Thus an improved Carry Select Adder with
D-Latch is shown below.
Fig. 6 16-bit Improved Carry Select Adder
Here the Binary to Excess-1 Converter is replaced
with a D-Latch. Initially when en=1, the output of the
RCA is fed as input to the D-Latch and the output of
the D-latch follows the input and given as an input to
the multiplexer. When en=0, the last state of the D
input is trapped and held in the latch and therefore
the output from the RCA is directly given as an input
to the mux without any delay. Now the mux selects
the sum bit according to the input carry which is the
selection bit and the inputs of the mux are the outputs
obtained when en=1 and 0.
D-Latch
Latch is an electronic device that can be used to
store one bit of information. The D latch is used to
capture, or 'latch' the logic level which is present on
the Data line when the clock input is high. If the data
on the D line changes state while the clock pulse is
International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 3988
high, then the output, Q, follows the input, D. When
the CLK input falls to logic 0, the last state of the D
input is trapped and held in the latch. Fig. 7 shows
the logic diagram of D-Latch and Fig. 8 shows the
timing diagram of D-Latch.
Fig. 7 D-latch
Fig. 8 Timing Diagram of D-Latch
Working of Improved CSLA
Here initially when en=1, the output of the RCA is
fed as input to the D-Latch and the output of the D-
latch follows the input and given as an input to the
multiplexer. When en=0, the last state of the D input
is trapped and held in the Latch and therefore the
output from the RCA is directly given as an input to
the mux without any delay. Now the mux selects the
sum bit according to the input carry which is the
selection bit and the inputs of the mux are the outputs
obtained when en=1 and 0. Thus the Improved CSLA
is implemented by writing the source code using
VHDL and then perform simulation and synthesis
and compare the results of delay and power with
Regular CSLA and Modified CSLA.
V. IMPLEMENTATION OF FIR FILTER USING
CSLA
Adders play an important part in todays digital
signal processing (DSP) systems. So we need to
design high speed adders. The performance of the
CSLA is evaluated by implementing an FIR filter
using the Regular CSLA and Improved Carry Select
Adder and then comparing both the results in terms
of delay and power.
Fig. 9 FIR Filter
The adder part is replaced with the regular and
improved CSLA and the FIR Filter is implemented
and the performance of the design is evaluated in
terms of delay and power. Here we use a 4-tap FIR
filter implementation using Regular and Improved
CSLA [9]. The FIR filter is implemented using both
the carry select adders and then both the results are
compared. The performance of the CSLA is
evaluated in terms of delay and power.
VI. SIMULATION AND SYNTHESIS RESULTS
We perform the simulation and synthesis and
summarize the results of all the adders. The
Functional verification (simulation) and synthesis
(high level description is converted into RTL) of all
the adders is performed and results are summarized.
Fig. 10 Simulation output of Regular 16-bit CSLA
Fig. 11 Simulation Output of Modified CSLA
International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 3989
Fig. 12 Simulation output of Improved CSLA
Comparison of Regular, Modified and Improved
Carry Select Adders
After the observation of simulation waveforms,
synthesis is performed for calculation of delay and
area and thereby the speed and power of the CSLAs
are calculated and a comparison of regular, modified
and improved CSLA is made in terms of delay, area
and power and listed in the below table.
TABLE 1
COMPARISON OF REGULAR, MODIFIED AND IMPROVED
CSLA
Parameters
Regular
CSLA
Modified
CSLA
Improved
CSLA
No. of Slice
Registers
28
27
32
No. of Slice
LUTs
28
28
40
Delay(ns)
9.704
10.276
4.185
Power(mW)
326
302
277
The comparison of all the three types of Carry Select
Adders is made in terms of delay, area and power.
Our main interest here is of the speed of CSLA and
the power. Therefore compare the delay and power of
the three types of Carry Select Adders [10]. From the
above comparison table, we can see that delay and
power of an Improved CSLA is reduced and
therefore we can say that CSLA with D-latch is a
High Speed Carry Select Adder.
We now evaluate the performance of the Carry Select
Adder by implementing an FIR Filter using the
Regular CSLA and Improved CSLA.
Fig. 13 Simulation output of FIR Filter using Regular CSLA
Fig. 14 Simulation output of FIR Filter using Improved CSLA
Comparison of Delay and Power for FIR Filter
implementation with Regular and Improved CSLA
TABLE 2
COMPARISON OF FIR FILTER IMPLEMENTATION WITH
REGULAR AND IMPROVED CSLA
Parameters
FIR Filter
using Regular
CSLA
FIR Filter
using
Improved
CSLA
Delay(ns)
11.256
5.294
Power(mW)
278
275
From the above comparison results listed in the table,
we can say that the delay and power are reduced
when the FIR Filter is implemented with an
International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 3990
Improved CSLA with D-latch rather than an FIR
Filter that was implemented with a Regular CSLA.
Thus a high speed and low power FIR filter can be
designed using an Improved CSLA with D-latch.
Thus a Carry Select Adder designed with a D-latch is
a High Speed Carry Select Adder.
Implementation of High Speed Improved Carry
Select Adder and FIR Filter with Improved Carry
Select Adder using FPGA
The designed High Speed Carry Select Adder
using D-Latch is now implemented using an FPGA.
The source code is dumped into the FPGA and the
results are checked. The steps involved in the
implementation of the CSLA using the FPGA are: we
first synthesize the code, generate programming file,
create user constraints file (UCF) file by configuring
the input and output pins of FPGA, create a cdc file,
run the cdc file, make pin connections including
clock. Now switch on the Virtex 5 FPGA kit and
configure the target device and finally analyze the
design using Chipscope Pro Analyzer. This way the
high speed CSLA is implemented using the FPGA.
VII. CONCLUSION
All the three models of CSLA are designed and are
implemented in vhdl using Xilinx 13.2 ISE tool and
the results are compared in terms of delay and
power.The CSLA with D-Latch proves to be the High
Speed and Low Power CSLA. It is also implemented
with virtex 5 FPGA. The performance of this CSLA
in terms of delay and power is evaluated by
implementing an FIR Filter by using the CSLA in the
adder part and again it proves to be the High Speed
and Low Power CSLA. Thus a high speed and low
power FIR filter can be designed using an Improved
CSLA with D-latch. The Improved CSLA
architecture is therefore, high speed, low power and
efficient for VLSI hardware implementation.
ACKNOWLEDGEMENT
The authors would like to thank Dr. P.Chandra
Sekhar, HOD, ECE Department, University College
of Engineering, Osmania University for his valuable
suggestions for the implementation of this project.
REFERENCES
[1] B. Ramkumar and Harish M Kittur, Low Power and Area
Efficient Carry Select Adder IEEE TRANSACTIONS ON VERY
LARGE SCALE INTEGRATION (VLSI) SYSTEMS-2011.
[2] Bedrij, O. J ., (1962), Carry-select adder, IRE Trans.
Electron. Comput., pp.340344 .
[3] Ceiang ,T. Y. and Hsiao,M. J . ,(Oct. 1998 ),Carry-select
adder using single ripple carry adder, Electron. Lett., vol. 34, no.
22, pp. 2101 2103
[4] Ramkumar,B. , Kittur, H.M. and Kannan ,P. M. ,(2010 ),ASIC
implementation of modified faster carry save adder, Eur. J . Sci.
Res., vol. 42, no. 1,pp.5358,2010.
[5] J . M. Rabaey, Digtal Integrated CircuitsA Design
Perspective. Upper Saddle River, NJ : Prentice-Hall, 2001.
[6] E. Abu-Shama and M. Bayoumi, A New cell for low power
adders, in Proc.Int. Midwest Symp. Circuits and Systems, 1995,
pp. 10141017
[7] Y. Kimand L.-S. Kim, 64-bit carry-select adder with reduced
area,Electron. Lett., vol. 37, no. 10, pp. 614615, May 2001.
[8] Y. He, C. H. Chang, and J . Gu, An area efficient 64-bit square
root carry-select adder for low power applications, in Proc. IEEE
Int. Symp. Circuits Syst., 2005, vol 4, pp.4082-4085.
[9] Oklobdzija. V. G, High Speed VLSI Arithmetic Units: Adders
and Multipliers, in Design of High Performance Microprocessor
Circuits, Book edited by A.Chandrakasan, IEEE Press,2000.
[10] Kaushik Roy, Sharat C. Prasad (2000), Low-Power CMOS
VLSI Circuit Design, J ohn Wiley & Sons, Inc.