SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 7 
DESIGN OF LOW POWER BARREL SHIFTER AND ROTATOR USING TWO PHASE CLOCKED ADIABATIC STATIC CMOS LOGIC Anchu Tom1, Vishal Shankarrao Muley2, Vigneswaran.T3 1Mtech, VIT University, Tamilnadu, India 2MTech, VIT University, Tamilnadu, India 3Assistant Professor, VIT University, Tamilnadu, India Abstract This paper presents low power operation of barrel shifter and rotator which are designed and simulated in 2 phase clocked adiabatic static CMOS logic. The power consumption of the circuits is compared with that of static CMOS logic. A barrel logic right shifter, a right rotator and shift/rotator are simulated in 45nm CMOS process technology. A mux based design is used for all the above circuits. The 2PASCL circuits are observed to have low power consumption while compared to circuits which are simulated using static CMOS logic. The power consumption of 2PASCL circuits are reduced by 69.67% compared to static CMOS logic. From the simulation results it is observed that the logic circuits which use 2PASCL logic can be used for low power applications. Keywords: barrel shifter, logical shift, rotation, adiabatic, two phase clock. 
-----------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION With the invention of new technologies the usage of electronics devices has been increased. For every application it is necessary to find out an energy and area efficient integrated circuit design. The researcher’s interest is to develop a technically acceptable VLSI design with low power consumption. Mostly for digital circuit’s complementary metal oxide semiconductor (CMOS) logic is used. Since power consumption is proportional to the square of the power supply, voltage scaling is the easiest remedy for the above problem. While the supply voltage is scaled down, the threshold voltage is also reduced and it results in increased leakage current caused by sub threshold conduction. [1]. For past few years adiabatic logic, which are working on the basis of energy recovery, is being used for low power applications. Several diode based adiabatic logic families has been proposed and they are showing better performance. But it is observed that these diode based adiabatic families provides less output amplitude and some amount of power is dissipated across the diodes which are in the charging path [2] since the current is flowing through both the transistors and the diodes. In 2PASCL the circuit is designed such that charging occurs only through transistors. The remainder of the paper is divided in to 4 parts. Section II explains about the 2 phase clocked adiabatic static CMOS logic. Section III presents the schematic and the operation of the circuits discussed in this paper. Section IV presents the results and discussion and the last session gives the conclusion. 
2. TWO PHASE CLOCKED ADIBATIC CMOS STATIC LOGIC 
Fig 1: shows a 2PASCL inverter. It is similar to static CMOS inverter but the working is based on adiabatic energy recovery [2]. Instead of dc supply voltage and ground, two sinusoidal waves namely phi and phi_bar are used as power supply. These split level sinusoidal waves are out of phase to each other [2]. Two MOSFET diodes are present, one is connected between output node and the power supply phi and other one is between NMOS tree and the power supply phi_bar. Here power dissipation is reduced by designing the charging path excluding diodes. The purpose of diodes is to recycle the charge from output node. 
Fig-1:2PASCL inverter
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 8 
Fig-2: Power clocks phi and phi_bar The two sinusoidal waves which are used as the power supply clocks are shown in fig2. Both are out of phase to each other. The voltage level difference between phi and phi_bar is Vdd/2 and the peak to peak value of these sinusoidal waveforms is 0.6V. The voltage difference between the two power supplies are very less, which leads to a reduced charging and discharging activities. Since these waves replace Vdd and Gnd, the substrate of pMOS and nMOS transistors can be connected to phi and phi_bar respectively [4] 2.1 Circuit Operation The circuit operation can be illustrated in two phases, evaluation and hold. As shown in fig2: in evaluation phase, phi swings up and at the same time phi_bar swings down. In hold phase, phi and phi_bar swings down and up respectively. The circuit works as explained below. In evaluation phase, if the output node is in LOW state and at the same time, if the pMOS tree is happen to be turned ON , charging of the capacitor will occur which leads to a HIGH state at the output node. If the output node is at logic HIGH state and nMOS tree turns ON, discharging occurs through nMOS tree and the diode D2. For other two conditions, such as output node is in logic LOW state and nMOS tree is on, and output node is in logic HIGH state and pMOS tree is ON no transition occurs [4]. During hold phase there is no transition when the output node is in logic LOW state and nMOS tree turns ON. When pMOS is in ON state and output is in logic HIGH state, discharging will occur through D1 [4]. Due to the absence of diode in the charging path the 2 PASCL circuit dissipates less power compared to other diode based adiabatic logic families in which diodes are present in both charging and discharging path. 3. BARREL SHIFTER 
Shifters are the vital component in general purpose processors and DSP processors. Shifters are needed for scaling of results and/or operands during computations in order to avoid the accuracy problems due to overflow and under flow [7]. When general shift registers are used for shifting purpose, speed of computation will be less since in one clock cycle only one bit will be shifted. So conventional shift registers cannot be used for complex computations since it slows down the processor. The barrel shifter/rotator is a combinational logic circuit which is capable of rotate/shift more than one bit in a single clock cycle. Because of this capability barrel shifter/rotator are used in applications where the speed of operation is the main goal. In this paper a mux based design approach is used and the power consumption is compared with that of static CMOS logic 3.1 2:1 Multiplexer A 2:1 multiplexer is used as the basic component in the design of the shifter and rotator. A basic 2:1 multiplexer is shown in fig:3. A multiplexer select any one input from a set of inputs and pass it to the output node. A select input decides the input to be selected and given to the output. For a 2:1 multiplexer, if I0 and I1 are the inputs and S is the select input, output Y is given by: Y= ŚI0 + SI1…………………………1) 
Fig-3: Schematic diagram of 2:1 mux The schematic circuit of 2:1 mux is shown in fig3 which is made using AND gates and OR gate. The barrel shifter and rotator circuits are designed using 2:1 mux. 3.2 Shifter 
Fig 4 illustrates an 8 bit logical right shifter. It has n bits of data inputs represented by A= a7 to a0 and n bits of data output Y= y7 to y0, the amount of data bits to be shifted is based on control signals b2 b1 b0. It has three mux based stages and in each stage 8 multiplexers are present. For each stage the amount of data to be shifted or rotated is curbing by bk. if bk =1 the data input to that stage is shifted by 2k bits, otherwise data is unchanged. An m bit logical right shift
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 9 
operation shifts the data to the right by m bits and the upper m bits of the result is set to zero [6]. For instance if the input to the shifter is a7a6a5a4a3a2a1a0 and b2b1b0= 100, then input is logically shifted by 4 bits and output Y = 0000a7a6a5a4. 
, Fig-4: Schematic of 8 bit logic right shifter 3.3 Rotator Fig 5: shows an 8 bit right rotator. During an m bit data right rotation the data is shifted to right by m bits and the lower m bits of A is placed at upper m bits of result [6]. For instance if A = a7a6a5a4a3a2a1a0 and b2b1b0= 100, then input is rotated by 4 bits and output Y = a0a1a2a3a7a6a5a4. 
Fig-5: Schematic of 8 bit right rotator 3.4 Shifter/Rotator A shifter/rotator performs both arithmetic shift and rotation operations. Fig 6: shows an 8 bit arithmetic right shifter and rotator. There are three stages of multiplexers for 4bit, 2bit and 1 bit shift/rotation. A multiplexer output decide the operation to be performed i.e., shift or rotation. Inputs to this mux are 0 and a7. Logical right Shift operation is performed if the mux selects 0. 
Fig-6: 8 Bit right Shifter/Rotator
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 10 
4 SIMULATION RESULTS AND DISCUSSION The circuits are simulated in 45nm CMOS process technology in Cadence Virtuoso. The sinusoidal waves of frequency 400 MHz are applied as power clocks. For each circuit binary inputs are applied to check the correctness of the circuits. Power consumption of all circuits is measured at 400 MHz clock frequency. 
Fig-7: simulation result of 2:1 multiplexer 
Fig-8: Simulation results of 8 bit right shifter Fig 8: shows the simulation results of 8bit right shifter. The first set of inputs: A= 0001110 and the control vector B = 011. The input is right shifted by 3 positions and the output Y= 00000001. 
Fig- 9: Simulation results of 8 bit right rotator. Fig 9: shows the simulation results of 8 bit right rotator. The first set of result corresponds to A= 01011010, B = 011 and Y = 01001011 
Fig- 10: Simulation results of 8 bit right shift/rotator Fig 10: shows the simulation results of 8 bit right shift/rotator. The first set of result corresponds to A= 11000101, B = 011 and Y = 10111000.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 11 
Fig -11: Power comparison chart of barrel right rotator 
Fig- 12: Power comparison of barrel right shifter 
Fig-13: Power comparison of barrel shifter and rotator 
Table 1: Power comparison of 2PASCL circuits with Static CMOS logic circuits 
5. CONCLUSIONS In this paper low power operation of barrel shifter and rotator are described. The circuits are designed using 2 PASCL and the power dissipation of the circuits are compared to static CMOS logic. From the power comparison table ( Table1) it is clear that the 2 PASCL logic circuits provides very less power compared to static CMOS logic. 2PASCL logic can be used for the circuits where low power consumption is a main goal. Barrel shifters designed using 2PASCL can be used in DSP processors and microprocessor where high speed and low power are needed. REFERENCES [1] K. Roy, S. Mukhopadhyay and H. Mahmoodi- Meimand, “A leakage current mechanism and leakage reduction techniques in deep submicrometer CMOS circuits,” Proc. IEEE, vol.91, no.2, pp.305-327, Feb. 2003 [2] N. Anuar, Y. Takahashi and T. Sekine, “Adiabatic logic versus CMOS for low power applications,” Proc. ITC-CSCC 2009, pp. 302- 305, jul. 2009 [3] N. Anuar, Y. Takahashi and T .Sekine “Two phase clocked adiabatic static CMOS logic,” Proc. IEEE SOC 2009, pp 83-86, Oct.2009 [4] N. Anuar, Y. Takahashi and T .Sekine “Two Phase Clocked Adiabatic Static CMOS Logic and its Logic Family,” Journal of semiconductor technology and science, vol.10, no.1, march, 2010 [5] Gayatri, Mahendra Singh Dhaka and Pramendra Singh Dhaka “Adiabatic Logic Gate for Low Power Application” International Journal of Engineering Research and Applications (IJERA) Vol. 2, Issue 3, May-Jun 2012, pp.2474-2478 
Architectures 
Power Dissipation (μW) 
Static CMOS 
2 PASCL BARREL RIGHT SHIFTER 11.62 5.019 BARREL RIGHT ROTATOR 16.46 6.01 BARREL RIGHT SHIFTER/ ROTATOR 21.55 6.545
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 12 
[6] Matthew R. Pillmeier, Michael J. Schulte and E. George Walters “Design alternatives for barrel shifters” [7] Rinu Pappachan, V.Vijayakumar, T.Ravi, V.Kannan “Design and analysis of a 4-bit low power barrelshifter in 20nm finfet technology” The International Journal Of Engineering And Science (Ijes) Vol. 2, Issue 3, pp 17 – 25 [8] K. Dang and D. Anderson, “High speed barrel shifter,” U S patent 5,416,731, May 1995. BIOGRAPHIES 
Ms. Anchu Tom is pursuing M.Tech Degree in VLSI Design from VIT University, Tamil Nadu, India. She has completed her B.Tech degree in Electronics and Communication Engineering from College of Engineering Munnar, affiliated to Cochin University Of Science and Technology, Kerala. Her areas of research include device modeling and digital logic design 
Mr. Vishal Shankarrao Muley is pursuing M.Tech in VLSI Design from VIT University, Tamil Nadu, India. He has completed B.E in Electronics and Telecommunication from SSGMCE, Shegaon affiliated to Amravati University, Maharashtra. His area of research includes images processing and Low power Digital Design. 
Dr. T. Vigneswaran received the graduate degree in Electrical and Electronics Engineering from Bhartidhasan University in 2000, M.E (VLSI Design) from college of engineering, Guindy Anna University in 2003 and Ph.d degree in Low power design from SRM University. His research interest includes different aspects of Low power design and high speed algorithm and architecture development He is a member of Indian Science Congress. Presently he is working as a professor, SENSE Department in VIT University.

More Related Content

What's hot

CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueNishant Yaduvanshi
 
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
 
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
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...IJERA Editor
 
Design and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilogDesign and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilogSTEPHEN MOIRANGTHEM
 
Floating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGAFloating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGAAzhar Syed
 
Comparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation techniqueComparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation techniqueIAEME Publication
 
VLSI subsystem design processes and illustration
VLSI subsystem design processes and illustrationVLSI subsystem design processes and illustration
VLSI subsystem design processes and illustrationVishal kakade
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIshubham jha
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyAssociate Professor in VSB Coimbatore
 
Implementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) techniqueImplementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) techniqueGrace Abraham
 
DESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTER
DESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTERDESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTER
DESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTERcsijjournal
 
vlsi projects using verilog code 2014-2015
vlsi projects using verilog code 2014-2015vlsi projects using verilog code 2014-2015
vlsi projects using verilog code 2014-2015E2MATRIX
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleeSAT Publishing House
 
Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)IJEEE
 
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_editedDESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_editedShital Badaik
 
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...Silicon Mentor
 
Distributed Traffic management framework
Distributed Traffic management frameworkDistributed Traffic management framework
Distributed Traffic management frameworkSaurabh Nambiar
 
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...iosrjce
 

What's hot (20)

CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI Technique
 
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 - 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...
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
 
Design and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilogDesign and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilog
 
Floating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGAFloating point ALU using VHDL implemented on FPGA
Floating point ALU using VHDL implemented on FPGA
 
Comparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation techniqueComparative analysis of multi stage cordic using micro rotation technique
Comparative analysis of multi stage cordic using micro rotation technique
 
VLSI subsystem design processes and illustration
VLSI subsystem design processes and illustrationVLSI subsystem design processes and illustration
VLSI subsystem design processes and illustration
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDI
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
 
Implementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) techniqueImplementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) technique
 
DESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTER
DESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTERDESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTER
DESIGN AND IMPLEMENTATION OF BIT TRANSITION COUNTER
 
vlsi projects using verilog code 2014-2015
vlsi projects using verilog code 2014-2015vlsi projects using verilog code 2014-2015
vlsi projects using verilog code 2014-2015
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic style
 
Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)
 
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_editedDESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
 
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
Design and Implementation of Single Precision Pipelined Floating Point Co-Pro...
 
Distributed Traffic management framework
Distributed Traffic management frameworkDistributed Traffic management framework
Distributed Traffic management framework
 
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
Implementation of 32 Bit Binary Floating Point Adder Using IEEE 754 Single Pr...
 

Viewers also liked

Timing Hazards (Retardos en Compuertas)
Timing Hazards (Retardos en Compuertas)Timing Hazards (Retardos en Compuertas)
Timing Hazards (Retardos en Compuertas)Fabián Garzón
 
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Karthik Sagar
 
Cross language information retrieval in indian
Cross language information retrieval in indianCross language information retrieval in indian
Cross language information retrieval in indianeSAT Publishing House
 
Enhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimizationEnhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimizationeSAT Publishing House
 
Analysis of roucairol and carvalho approach in
Analysis of roucairol and carvalho approach inAnalysis of roucairol and carvalho approach in
Analysis of roucairol and carvalho approach ineSAT Publishing House
 
Design and operation of synchronized robotic arm
Design and operation of synchronized robotic armDesign and operation of synchronized robotic arm
Design and operation of synchronized robotic armeSAT Publishing House
 
Peak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganlsPeak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganlseSAT Publishing House
 
View and illumination invariant iterative based image
View and illumination invariant iterative based imageView and illumination invariant iterative based image
View and illumination invariant iterative based imageeSAT Publishing House
 
An analytical study on test standards for assessment
An analytical study on test standards for assessmentAn analytical study on test standards for assessment
An analytical study on test standards for assessmenteSAT Publishing House
 
Evaluation of reactances and time constants of synchronous generator
Evaluation of reactances and time constants of synchronous generatorEvaluation of reactances and time constants of synchronous generator
Evaluation of reactances and time constants of synchronous generatoreSAT Publishing House
 
Design of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled techniqueDesign of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled techniqueeSAT Publishing House
 
Investigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumaneInvestigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumaneeSAT Publishing House
 
Diffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extractionDiffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extractioneSAT Publishing House
 
Design of floating handlebar suspension
Design of floating handlebar suspensionDesign of floating handlebar suspension
Design of floating handlebar suspensioneSAT Publishing House
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Publishing House
 
Tools description for product development process management in food industries
Tools description for product development process management in food industriesTools description for product development process management in food industries
Tools description for product development process management in food industrieseSAT Publishing House
 
A multilevel security scheme using chaos based
A multilevel security scheme using chaos basedA multilevel security scheme using chaos based
A multilevel security scheme using chaos basedeSAT Publishing House
 

Viewers also liked (20)

Timing Hazards (Retardos en Compuertas)
Timing Hazards (Retardos en Compuertas)Timing Hazards (Retardos en Compuertas)
Timing Hazards (Retardos en Compuertas)
 
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
Fpga implementation of high speed 8 bit vedic multiplier using barrel shifter(1)
 
Shifters
ShiftersShifters
Shifters
 
operating system structure
operating system structureoperating system structure
operating system structure
 
Flipflop
FlipflopFlipflop
Flipflop
 
Cross language information retrieval in indian
Cross language information retrieval in indianCross language information retrieval in indian
Cross language information retrieval in indian
 
Enhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimizationEnhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimization
 
Analysis of roucairol and carvalho approach in
Analysis of roucairol and carvalho approach inAnalysis of roucairol and carvalho approach in
Analysis of roucairol and carvalho approach in
 
Design and operation of synchronized robotic arm
Design and operation of synchronized robotic armDesign and operation of synchronized robotic arm
Design and operation of synchronized robotic arm
 
Peak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganlsPeak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganls
 
View and illumination invariant iterative based image
View and illumination invariant iterative based imageView and illumination invariant iterative based image
View and illumination invariant iterative based image
 
An analytical study on test standards for assessment
An analytical study on test standards for assessmentAn analytical study on test standards for assessment
An analytical study on test standards for assessment
 
Evaluation of reactances and time constants of synchronous generator
Evaluation of reactances and time constants of synchronous generatorEvaluation of reactances and time constants of synchronous generator
Evaluation of reactances and time constants of synchronous generator
 
Design of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled techniqueDesign of wide band microstrip array antenna using direct coupled technique
Design of wide band microstrip array antenna using direct coupled technique
 
Investigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumaneInvestigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumane
 
Diffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extractionDiffusion rate analysis in palm kernel oil extraction
Diffusion rate analysis in palm kernel oil extraction
 
Design of floating handlebar suspension
Design of floating handlebar suspensionDesign of floating handlebar suspension
Design of floating handlebar suspension
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Tools description for product development process management in food industries
Tools description for product development process management in food industriesTools description for product development process management in food industries
Tools description for product development process management in food industries
 
A multilevel security scheme using chaos based
A multilevel security scheme using chaos basedA multilevel security scheme using chaos based
A multilevel security scheme using chaos based
 

Similar to Design of low power barrel shifter and rotator using two phase clocked adiabatic static cmos logic

Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...IOSRJVSP
 
Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...
Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...
Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...IRJET Journal
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyeSAT Journals
 
Study and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmStudy and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmeSAT Publishing House
 
High gain dc dc converter with load regulation
High gain dc dc converter with load regulationHigh gain dc dc converter with load regulation
High gain dc dc converter with load regulationeSAT Journals
 
Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...
Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...
Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...eSAT Journals
 
Energy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logicEnergy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logicIJEEE
 
Comparison of Different Topologies for Transformer-less Inverter – A Review
Comparison of Different Topologies for Transformer-less Inverter – A ReviewComparison of Different Topologies for Transformer-less Inverter – A Review
Comparison of Different Topologies for Transformer-less Inverter – A ReviewIRJET Journal
 
Hybrid Energy System using Non Isolated Dc –Dc Converter
Hybrid Energy System using Non Isolated Dc –Dc ConverterHybrid Energy System using Non Isolated Dc –Dc Converter
Hybrid Energy System using Non Isolated Dc –Dc ConverterIRJET Journal
 
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...IRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateeSAT Publishing House
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateeSAT Publishing House
 
IRJET- Design and Development of Interleaved Boost Converter using Fuzzy ...
IRJET-  	  Design and Development of Interleaved Boost Converter using Fuzzy ...IRJET-  	  Design and Development of Interleaved Boost Converter using Fuzzy ...
IRJET- Design and Development of Interleaved Boost Converter using Fuzzy ...IRJET Journal
 
Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...eSAT Journals
 
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...eSAT Publishing House
 
IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...
IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...
IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...IRJET Journal
 
Design of integrated multistage dc dc convrter
Design of integrated multistage dc dc convrterDesign of integrated multistage dc dc convrter
Design of integrated multistage dc dc convrtereSAT Journals
 
Optimization techniques for harmonics minimization in cascaded hybrid multile...
Optimization techniques for harmonics minimization in cascaded hybrid multile...Optimization techniques for harmonics minimization in cascaded hybrid multile...
Optimization techniques for harmonics minimization in cascaded hybrid multile...eSAT Journals
 

Similar to Design of low power barrel shifter and rotator using two phase clocked adiabatic static cmos logic (20)

Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
Design And Implementation Of Arithmetic Logic Unit Using Modified Quasi Stati...
 
Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...
Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...
Design and Implementation of Low Power 16-bit Carry-lookahead Adder using Adi...
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technology
 
Study and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmStudy and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nm
 
Ijetcas14 641
Ijetcas14 641Ijetcas14 641
Ijetcas14 641
 
High gain dc dc converter with load regulation
High gain dc dc converter with load regulationHigh gain dc dc converter with load regulation
High gain dc dc converter with load regulation
 
Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...
Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...
Modelling of fuzzy logic controller for variable step mppt in photovoltaic sy...
 
Energy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logicEnergy Efficient Design of Multiplexer Using Adiabatic logic
Energy Efficient Design of Multiplexer Using Adiabatic logic
 
Comparison of Different Topologies for Transformer-less Inverter – A Review
Comparison of Different Topologies for Transformer-less Inverter – A ReviewComparison of Different Topologies for Transformer-less Inverter – A Review
Comparison of Different Topologies for Transformer-less Inverter – A Review
 
Hybrid Energy System using Non Isolated Dc –Dc Converter
Hybrid Energy System using Non Isolated Dc –Dc ConverterHybrid Energy System using Non Isolated Dc –Dc Converter
Hybrid Energy System using Non Isolated Dc –Dc Converter
 
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...Closed Loop Simulation and Implementation of  Digital Integral  Control of Sy...
Closed Loop Simulation and Implementation of Digital Integral Control of Sy...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
IRJET- Design and Development of Interleaved Boost Converter using Fuzzy ...
IRJET-  	  Design and Development of Interleaved Boost Converter using Fuzzy ...IRJET-  	  Design and Development of Interleaved Boost Converter using Fuzzy ...
IRJET- Design and Development of Interleaved Boost Converter using Fuzzy ...
 
Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...
 
Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...Implementation and analysis of power reduction in 2 to 4 decoder design using...
Implementation and analysis of power reduction in 2 to 4 decoder design using...
 
IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...
IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...
IRJET- Mitigation of Harmonics in Active Neutral Point Clamped Multilevel Inv...
 
Design of integrated multistage dc dc convrter
Design of integrated multistage dc dc convrterDesign of integrated multistage dc dc convrter
Design of integrated multistage dc dc convrter
 
Optimization techniques for harmonics minimization in cascaded hybrid multile...
Optimization techniques for harmonics minimization in cascaded hybrid multile...Optimization techniques for harmonics minimization in cascaded hybrid multile...
Optimization techniques for harmonics minimization in cascaded hybrid multile...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

Design of low power barrel shifter and rotator using two phase clocked adiabatic static cmos logic

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 7 DESIGN OF LOW POWER BARREL SHIFTER AND ROTATOR USING TWO PHASE CLOCKED ADIABATIC STATIC CMOS LOGIC Anchu Tom1, Vishal Shankarrao Muley2, Vigneswaran.T3 1Mtech, VIT University, Tamilnadu, India 2MTech, VIT University, Tamilnadu, India 3Assistant Professor, VIT University, Tamilnadu, India Abstract This paper presents low power operation of barrel shifter and rotator which are designed and simulated in 2 phase clocked adiabatic static CMOS logic. The power consumption of the circuits is compared with that of static CMOS logic. A barrel logic right shifter, a right rotator and shift/rotator are simulated in 45nm CMOS process technology. A mux based design is used for all the above circuits. The 2PASCL circuits are observed to have low power consumption while compared to circuits which are simulated using static CMOS logic. The power consumption of 2PASCL circuits are reduced by 69.67% compared to static CMOS logic. From the simulation results it is observed that the logic circuits which use 2PASCL logic can be used for low power applications. Keywords: barrel shifter, logical shift, rotation, adiabatic, two phase clock. -----------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION With the invention of new technologies the usage of electronics devices has been increased. For every application it is necessary to find out an energy and area efficient integrated circuit design. The researcher’s interest is to develop a technically acceptable VLSI design with low power consumption. Mostly for digital circuit’s complementary metal oxide semiconductor (CMOS) logic is used. Since power consumption is proportional to the square of the power supply, voltage scaling is the easiest remedy for the above problem. While the supply voltage is scaled down, the threshold voltage is also reduced and it results in increased leakage current caused by sub threshold conduction. [1]. For past few years adiabatic logic, which are working on the basis of energy recovery, is being used for low power applications. Several diode based adiabatic logic families has been proposed and they are showing better performance. But it is observed that these diode based adiabatic families provides less output amplitude and some amount of power is dissipated across the diodes which are in the charging path [2] since the current is flowing through both the transistors and the diodes. In 2PASCL the circuit is designed such that charging occurs only through transistors. The remainder of the paper is divided in to 4 parts. Section II explains about the 2 phase clocked adiabatic static CMOS logic. Section III presents the schematic and the operation of the circuits discussed in this paper. Section IV presents the results and discussion and the last session gives the conclusion. 2. TWO PHASE CLOCKED ADIBATIC CMOS STATIC LOGIC Fig 1: shows a 2PASCL inverter. It is similar to static CMOS inverter but the working is based on adiabatic energy recovery [2]. Instead of dc supply voltage and ground, two sinusoidal waves namely phi and phi_bar are used as power supply. These split level sinusoidal waves are out of phase to each other [2]. Two MOSFET diodes are present, one is connected between output node and the power supply phi and other one is between NMOS tree and the power supply phi_bar. Here power dissipation is reduced by designing the charging path excluding diodes. The purpose of diodes is to recycle the charge from output node. Fig-1:2PASCL inverter
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 8 Fig-2: Power clocks phi and phi_bar The two sinusoidal waves which are used as the power supply clocks are shown in fig2. Both are out of phase to each other. The voltage level difference between phi and phi_bar is Vdd/2 and the peak to peak value of these sinusoidal waveforms is 0.6V. The voltage difference between the two power supplies are very less, which leads to a reduced charging and discharging activities. Since these waves replace Vdd and Gnd, the substrate of pMOS and nMOS transistors can be connected to phi and phi_bar respectively [4] 2.1 Circuit Operation The circuit operation can be illustrated in two phases, evaluation and hold. As shown in fig2: in evaluation phase, phi swings up and at the same time phi_bar swings down. In hold phase, phi and phi_bar swings down and up respectively. The circuit works as explained below. In evaluation phase, if the output node is in LOW state and at the same time, if the pMOS tree is happen to be turned ON , charging of the capacitor will occur which leads to a HIGH state at the output node. If the output node is at logic HIGH state and nMOS tree turns ON, discharging occurs through nMOS tree and the diode D2. For other two conditions, such as output node is in logic LOW state and nMOS tree is on, and output node is in logic HIGH state and pMOS tree is ON no transition occurs [4]. During hold phase there is no transition when the output node is in logic LOW state and nMOS tree turns ON. When pMOS is in ON state and output is in logic HIGH state, discharging will occur through D1 [4]. Due to the absence of diode in the charging path the 2 PASCL circuit dissipates less power compared to other diode based adiabatic logic families in which diodes are present in both charging and discharging path. 3. BARREL SHIFTER Shifters are the vital component in general purpose processors and DSP processors. Shifters are needed for scaling of results and/or operands during computations in order to avoid the accuracy problems due to overflow and under flow [7]. When general shift registers are used for shifting purpose, speed of computation will be less since in one clock cycle only one bit will be shifted. So conventional shift registers cannot be used for complex computations since it slows down the processor. The barrel shifter/rotator is a combinational logic circuit which is capable of rotate/shift more than one bit in a single clock cycle. Because of this capability barrel shifter/rotator are used in applications where the speed of operation is the main goal. In this paper a mux based design approach is used and the power consumption is compared with that of static CMOS logic 3.1 2:1 Multiplexer A 2:1 multiplexer is used as the basic component in the design of the shifter and rotator. A basic 2:1 multiplexer is shown in fig:3. A multiplexer select any one input from a set of inputs and pass it to the output node. A select input decides the input to be selected and given to the output. For a 2:1 multiplexer, if I0 and I1 are the inputs and S is the select input, output Y is given by: Y= ŚI0 + SI1…………………………1) Fig-3: Schematic diagram of 2:1 mux The schematic circuit of 2:1 mux is shown in fig3 which is made using AND gates and OR gate. The barrel shifter and rotator circuits are designed using 2:1 mux. 3.2 Shifter Fig 4 illustrates an 8 bit logical right shifter. It has n bits of data inputs represented by A= a7 to a0 and n bits of data output Y= y7 to y0, the amount of data bits to be shifted is based on control signals b2 b1 b0. It has three mux based stages and in each stage 8 multiplexers are present. For each stage the amount of data to be shifted or rotated is curbing by bk. if bk =1 the data input to that stage is shifted by 2k bits, otherwise data is unchanged. An m bit logical right shift
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 9 operation shifts the data to the right by m bits and the upper m bits of the result is set to zero [6]. For instance if the input to the shifter is a7a6a5a4a3a2a1a0 and b2b1b0= 100, then input is logically shifted by 4 bits and output Y = 0000a7a6a5a4. , Fig-4: Schematic of 8 bit logic right shifter 3.3 Rotator Fig 5: shows an 8 bit right rotator. During an m bit data right rotation the data is shifted to right by m bits and the lower m bits of A is placed at upper m bits of result [6]. For instance if A = a7a6a5a4a3a2a1a0 and b2b1b0= 100, then input is rotated by 4 bits and output Y = a0a1a2a3a7a6a5a4. Fig-5: Schematic of 8 bit right rotator 3.4 Shifter/Rotator A shifter/rotator performs both arithmetic shift and rotation operations. Fig 6: shows an 8 bit arithmetic right shifter and rotator. There are three stages of multiplexers for 4bit, 2bit and 1 bit shift/rotation. A multiplexer output decide the operation to be performed i.e., shift or rotation. Inputs to this mux are 0 and a7. Logical right Shift operation is performed if the mux selects 0. Fig-6: 8 Bit right Shifter/Rotator
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 10 4 SIMULATION RESULTS AND DISCUSSION The circuits are simulated in 45nm CMOS process technology in Cadence Virtuoso. The sinusoidal waves of frequency 400 MHz are applied as power clocks. For each circuit binary inputs are applied to check the correctness of the circuits. Power consumption of all circuits is measured at 400 MHz clock frequency. Fig-7: simulation result of 2:1 multiplexer Fig-8: Simulation results of 8 bit right shifter Fig 8: shows the simulation results of 8bit right shifter. The first set of inputs: A= 0001110 and the control vector B = 011. The input is right shifted by 3 positions and the output Y= 00000001. Fig- 9: Simulation results of 8 bit right rotator. Fig 9: shows the simulation results of 8 bit right rotator. The first set of result corresponds to A= 01011010, B = 011 and Y = 01001011 Fig- 10: Simulation results of 8 bit right shift/rotator Fig 10: shows the simulation results of 8 bit right shift/rotator. The first set of result corresponds to A= 11000101, B = 011 and Y = 10111000.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 11 Fig -11: Power comparison chart of barrel right rotator Fig- 12: Power comparison of barrel right shifter Fig-13: Power comparison of barrel shifter and rotator Table 1: Power comparison of 2PASCL circuits with Static CMOS logic circuits 5. CONCLUSIONS In this paper low power operation of barrel shifter and rotator are described. The circuits are designed using 2 PASCL and the power dissipation of the circuits are compared to static CMOS logic. From the power comparison table ( Table1) it is clear that the 2 PASCL logic circuits provides very less power compared to static CMOS logic. 2PASCL logic can be used for the circuits where low power consumption is a main goal. Barrel shifters designed using 2PASCL can be used in DSP processors and microprocessor where high speed and low power are needed. REFERENCES [1] K. Roy, S. Mukhopadhyay and H. Mahmoodi- Meimand, “A leakage current mechanism and leakage reduction techniques in deep submicrometer CMOS circuits,” Proc. IEEE, vol.91, no.2, pp.305-327, Feb. 2003 [2] N. Anuar, Y. Takahashi and T. Sekine, “Adiabatic logic versus CMOS for low power applications,” Proc. ITC-CSCC 2009, pp. 302- 305, jul. 2009 [3] N. Anuar, Y. Takahashi and T .Sekine “Two phase clocked adiabatic static CMOS logic,” Proc. IEEE SOC 2009, pp 83-86, Oct.2009 [4] N. Anuar, Y. Takahashi and T .Sekine “Two Phase Clocked Adiabatic Static CMOS Logic and its Logic Family,” Journal of semiconductor technology and science, vol.10, no.1, march, 2010 [5] Gayatri, Mahendra Singh Dhaka and Pramendra Singh Dhaka “Adiabatic Logic Gate for Low Power Application” International Journal of Engineering Research and Applications (IJERA) Vol. 2, Issue 3, May-Jun 2012, pp.2474-2478 Architectures Power Dissipation (μW) Static CMOS 2 PASCL BARREL RIGHT SHIFTER 11.62 5.019 BARREL RIGHT ROTATOR 16.46 6.01 BARREL RIGHT SHIFTER/ ROTATOR 21.55 6.545
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 09 | Sep-2014, Available @ http://www.ijret.org 12 [6] Matthew R. Pillmeier, Michael J. Schulte and E. George Walters “Design alternatives for barrel shifters” [7] Rinu Pappachan, V.Vijayakumar, T.Ravi, V.Kannan “Design and analysis of a 4-bit low power barrelshifter in 20nm finfet technology” The International Journal Of Engineering And Science (Ijes) Vol. 2, Issue 3, pp 17 – 25 [8] K. Dang and D. Anderson, “High speed barrel shifter,” U S patent 5,416,731, May 1995. BIOGRAPHIES Ms. Anchu Tom is pursuing M.Tech Degree in VLSI Design from VIT University, Tamil Nadu, India. She has completed her B.Tech degree in Electronics and Communication Engineering from College of Engineering Munnar, affiliated to Cochin University Of Science and Technology, Kerala. Her areas of research include device modeling and digital logic design Mr. Vishal Shankarrao Muley is pursuing M.Tech in VLSI Design from VIT University, Tamil Nadu, India. He has completed B.E in Electronics and Telecommunication from SSGMCE, Shegaon affiliated to Amravati University, Maharashtra. His area of research includes images processing and Low power Digital Design. Dr. T. Vigneswaran received the graduate degree in Electrical and Electronics Engineering from Bhartidhasan University in 2000, M.E (VLSI Design) from college of engineering, Guindy Anna University in 2003 and Ph.d degree in Low power design from SRM University. His research interest includes different aspects of Low power design and high speed algorithm and architecture development He is a member of Indian Science Congress. Presently he is working as a professor, SENSE Department in VIT University.