Just For SG FINFET STRUTURE
Just For SG FINFET STRUTURE
Just For SG FINFET STRUTURE
net/publication/315492759
CITATIONS READS
7 423
3 authors, including:
Jency Rubia
Sri Venkateswara College of Engineering
13 PUBLICATIONS 23 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
A high-speed fixed width floating-point multiplier using residue logarithmic number system algorithm View project
All content following this page was uploaded by Jency Rubia on 22 March 2017.
Abstract
This paper proposes a 4-Bit full adder using FinFET at 45nm technology. The CMOS has been used
widely in current technology. But scaling the CMOS will cause the short channel effects such as DIBL,
GIDL, Sub threshold swing, channel length modulation, mobility degradation etc. To replace nano-
scale CMOS, a multi gate device called FinFET is proposed. FinFET has its own advantages
over the CMOS such as reduction in leakage power, operating power, leakage current and
transistor gate delay, reduced threshold level and steeper subthreshold swing. The target of this
paper is to reduce and calculate leakage power of 4-Bit full adder using FinFET.
Keywords: 4-Bit full adder, FinFET, Circuit designing, Device simulation, Device Modeling,
CMOS Integrated Circuit, Low Power
1. Introduction
Today mobile and computing markets continue to innovate at a dramatic rate delivering more
performance in smaller form factors with higher power efficiencies. According to Moore’s law,
the number of transistors in an area should double every months. To make this into reality,
transistors should get shrink in size to accommodate double the number per unit area. While
scaling down the device channel length, the short channel effects are raised [1]. These drawbacks
are tackled by FinFET. FinFETs have been considered as a promising technology to reduce the
short channel effects of the scale down devices, due to their better electrostatic control over the
channel[15]. ADDITION is the most commonly used arithmetic operation in Central Processing
Unit(CPU) and Arithmetic Logic Unit(ALU). Therefore, careful designing of ADDER is of the
utmost relevance.
Back Gate is used to control the threshold voltage (VT) of the front gate, which is very important
parameter of the device [3]. This helps in optimizing the circuits in terms of delay, area and power. In
the paper [4], the logic gates and flip flops are designed and analysed in Short Gate (SG), Independent
Gate (IG), Low Power (LP) and Mixed Mode (MM) in 90 nm technology. Minimum delay has been
achieved in SG mode, low power in LP configuration at the expense of increased delay was also
discussed. In IG mode, inputs can be applied to two different gates; thus reduces the number of devices
in a circuit. An MM results in low leakage, reduced area and higher delay. 4-T SRAM cell was designed
to achieve effective static noise margin (SNM) without area penalty [5]. This paper is organized as
follows. Section II clarifies the FinFET technology, its model parameter and challenges in design.
Section III describes the 4-bit full adder using FinFET 45nm technology. Section IV shows the
simulation waveform and the results. Finally the conclusion and the future enhancement has been
explained in section V.
2. FinFET technology
FinFETs are quasi-planar field-effect transistors. The working principle is same as that of planar
MOSFET [6-13]. Figure 1 shows the structure of a FinFET. With SOI wafer as a basic platform, a thin
film of silicon having thickness TSI is patterned on it. The gate shawls around the fin. The channel is
formed perpendicular to the plane of the wafer. Its length is shown as LG. This is the reason that the
device is termed quasi-planar. The effective width of a FinFET is 2nHfin , where ‘n’ is the number of
fins and Hfin is the fin height. Multiple fins are used to made a high on-current transistors [13]. FinFET
width is quantized, in terms of number of fins. Some key design factors like performance, power and
functionality, profound on β ratio are also dealt.
Beyond the technology-driven benefits offered by FinFETs, circuits can also benefit from the double
gate structure of FinFETs to further optimize power and performance. FinFET leads to some interesting
designs by means of etching out the top part of the device that achieves independent gate structure.
In FinFET, as in Figure 2, the gate straddles a thin, fin shaped body, forming three-aligned
channels along the top and vertical sidewall surfaces of the fin. The use of double or multiple
gates surrounding the fin ensures an excellent electrostatic control. When the channel length is
scaled down, the predominant short channel effects and off-state leakage current arises which are
suppressed by reducing the width of the fin.
The fin width is an additional scaling parameter to the gate oxide. The fin width should be
unevenly half the channel length.
W fin L 2
(1)
A FinFET can have multiple fins in parallel, all straddled by a single gate line, thus its
effective width [2] is given by,
where ‘n’ is the number of fins, Hfin and Wfin is the fin height and width respectively.
In a conventional planar transistor, shown in Figure 3 the current flowing through channel depends
upon the width of the device (W). As we know, width of the device is half the channel length (L). If the
device scale is down, it is necessary to decrease its channel length, which improves the drive strength of
the transistor. However smaller gate length, transistors have less control over the channel and
72
Analysis, Design and Implementation of 4-Bit Full Adder using FinFET
Jency Rubia J, Gopal B.G, Prabhu V
exponentially higher subthreshold leakage. To control leakage, the channel should be heavily doped,
which will leads to design fluctuations are important challenges in manufacturing FinFET.
In tri-gate transistor, the gate surrounds the channel on all three sides. It gives much control over the
channel. So all the charges below the channel is removed (fully depleted). If the gate is controlled
strongly then sub threshold leakage can be reduced with the best control of dopant variation on the
channel. FinFETs cause considerable changes in physical IP design but their effect can mostly be hidden
from higher levels. Designers can take advantages of improved performance by working at lower
voltages.
The full adder circuit is designed using FinFET 45 nm technology. Power supply of 1volt is given to
the circuit. Full adder has three inputs and two outputs (sum and carry). Each inputs have 4 bits of data.
The simulation results are shown in Figure 4. The expression for sum and carry are,
Sumk AK Bk CK (3)
Carry Ak Bk Ck ( Ak Bk ) (4)
Where k is an integer 0 to n for an n-bit adder. Generally n-bit adders are from created by
combining together n of the 1-bit adder slices. In the previous work [14], they designed 1-bit full
adder using FinFET 45nm technology with power supply of 0.7V. In this paper, 4-bit full adder is
designed and calculated the leakage power using 45nm technology. The power dissipation is found to be
543.171 nwatts.
Table 1. Truth Table for Full Adder
Input Output
A B Carry In Sum Carry
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Using the above truth table, the full adder circuit is designed. We can also see that, carry output is
high if two of the three output is high.
73
Analysis, Design and Implementation of 4-Bit Full Adder using FinFET
Jency Rubia J, Gopal B.G, Prabhu V
Leakage current (ILEAK) is directly proportional to the thickness of the silicon and moderately
independent of oxide thickness. However, for FinFETs under the short-channel regime with low silicon
thickness and gate length, this is inaccurate as it fails to account for the short-channel effect and quantum
confinement effect. Based on the short-channel effect and quantum confinement, the FinFETs are
inaccurate which occurs in the short-channel regime. Leakage current should then be obtained from the
general expression for sub-threshold leakage.
qVDS
H Fin k BT (1 e k BT
) (5)
I LEAK
dy
LG
0 TSI
2
TSI
nc ( x, y )dx
2
where nc(x,y) is the effective channel concentration, using Taylor series expansion of log (nc(x,y)), an
analytical model is developed for leakage in individual transistors and transistor stacks. The model
correctly predicts an exponential loss in gate control over increasing silicon thickness or decreasing gate
length, and hence an exponential increase in ILEAK. From the above observations, we formulate a
macromodel for leakage in SG-mode FinFET as
b1 b2
a1TS 1
I LEAK I SG 0 .e .e LG TS 1
(6)
Input and the output waveforms are shown in Figure 4, 5 and Figure 6 respectively for 4-bit full
adder circuit. The 4 bit full adder has 8 inputs and one carry input. The resulted output is Sum and Carry
out. The Figure 4 explains about the first 4 inputs which are a0,a1,a2,a3 waveforms and the last waveform
is input b0.
a0
a1
a2
a3
b
0
74
Analysis, Design and Implementation of 4-Bit Full Adder using FinFET
Jency Rubia J, Gopal B.G, Prabhu V
The following Figure 5 shows the three input waveforms b1, b2, b3 and the last one is carry input.
b1
b2
b3
c0
The output waveform of 4 bit full adder is shown in Figure 6. The inputs a0, b0 and carry input c0 is
added .The wavform s0 is the sum output and the carry output c1 is used as a next carry input. Likewise
the same procedure is followed and the sum s1, s2, s3 is taken out. The final carry output is cout.
s0
s1
s2
s3
cout
75
Analysis, Design and Implementation of 4-Bit Full Adder using FinFET
Jency Rubia J, Gopal B.G, Prabhu V
The power dissipation in each sub-circuit of full adder is exhibited in Figure 7. Initially, the power
dissipation of first sub-circuit is 176 n watts. Similarly the power dissipation has been calculated from
all the sub-circuits. The total voltage source power dissipation calculated is 543.123n watts.
6. References
[1] Y.Taur and T.H.Ning, “Fundamentals of modern VLSI Devices” New York: Cambridge Univ. Press ,
1998.
[2] Mayank Shrivastava, M.S.Baghni, D.K.Sharma, V.R.Rao “A novel bottom spacer FinFET structure
for improved short-channel, power delay, and thermal performance” IEEE Trans. On Electron
Devices, vol. 57, no.6, pp 1287-1294 June 2010
[3] M.Rostami and K.Mohanram, “ Dual-Vth independent-gate FinFETs for low power logic
circuits”, IEEE Trans. Computer Aided Design, volume 30, no 3, pp 337-349, March 2011.
[4] Ajay N.Bhoj and Niraj K.Jha, “Design of Logic Gates and Flip-Flops in High-performance FinFET
Technology” IEEE Trans. On VLSI vol 21, No 11, November 2013.
[5] Zheng Guo, Sriram Balasubramanian, Radu Zlatanovici, “FinFET Based SRAM Design”, in
proceeding 2005 International Symposium on Low Power Electronics and Design , IEEE
Transaction, pp 2-7, August 2005
76
Analysis, Design and Implementation of 4-Bit Full Adder using FinFET
Jency Rubia J, Gopal B.G, Prabhu V
[6] A.Datta, A.Goel , R.T.Cakichi , H.Mahmoodi, D.Lakshmanan, and K.Roy, “Modeling and circuit
synthesis for independently controlled double gate FinFET devices”, IEEE Transaction
Computer Aided Design, volume 26, no 11, pp 1957-1966, Nov 2007.
[7] A.Muttreja, N.Agarwal, and N.K.Jha, “CMOS logic design with independent-gate FinFETs”, in
Proc. International Conference in Computer Design, pp 560-567, October 2007.
[8] S.A.Tawfik and V.Kursun, “ Low-power and compact sequential circuits with independent-
gate FinFETs”, IEEE Transaction Computer Aided Design, Volume 26, no 55, pp 60-70, January
2008.
[9] S.A.Tawfik and V.Kursun,“ Characterization of new static independent-gate biased FinFET
latches and flip-flops under process variations”, in Proc. International Symposium Qual. Electron
Design, March 2008, pp 311-316.
[10] Prateek Misra, Anish Muttreja and Niraj K.Jha, “FinFET Circuit Design” –,Springer, 2011.
[11] M.Alioto, “Comparative evaluation of layout density in 3T , 4T , and MT FinFET standard
cells”, IEEE Trans. Very Large Scale Integration (VLSI) System Volume 19 no 5 pp 751-762,
May 2011.
[12] Anish Muttreja , Niket Agarwal and Niraj K.Jha, “CMOS Logic Design with independent-gate
FinFETs” 25th International Conference on Computer Design, pp 560-567, Oct 2007.
[13] Prateek Mishra, “Low power FinFET circuit design and synthesis under Spatial and Temporal
variation” , November 2012.
[14] Indraneel Suryavanshi, Ajit Gangad and Prathamesh Chodankar, “Design of 1-bit Full Adder using
FinFET”, International Journal of Applied Engineering Research, vol.8, no. 19, 2013.
[15] International Technology Roadmap for Semiconductors. Semiconductor Industry
Association.[Online] Available : http://public.itrs.net
[16] “Design of High-performance digital logic circuits based on FinFET technology”, International
Journal of Computer Applications, pp 40-44 March 2012.
77