PTL-AND CLOCK-PULSE CIRCUIT DRIVEN NOVEL SHIFT REGISTER ARCHITECTURE

Size: px
Start display at page:

Download "PTL-AND CLOCK-PULSE CIRCUIT DRIVEN NOVEL SHIFT REGISTER ARCHITECTURE"

Transcription

1 PTL-AND CLOCK-PULSE CIRCUIT DRIVEN NOVEL SHIFT REGISTER ARCHITECTURE Nicee Staney Department of Electronics and Communication Engineering Rajagiri School of Engineering and Technology Kakkanad, Kochi, India Anand.S Department of Electronics and Communication Engineering, Rajagiri School of Engineering and Technology Kakkanad, Kochi, India Abstract In this paper, low power and area efficient 16-bit 2 SISO(Serial In Serial Out) shift register is proposed. In this P C L * proposed design, the master-slave flip-flops are replaced by pulsed latches called SSASPL(Static differential Sense-Amp Shared Pulsed Latch)in order to reduce the area and power consumption. The timing issue of the pulsed latch is overcome by generating multiple non-overlap delayed short pulsed clock signals instead of using single pulsed clock signal. The shift register is divided into sub shift registers to reduce the number of clock buffers. Two circuits of256-bitand a 16-bitshift register(driven by CMOS-AND based clock pulse generator) are also implemented for study and comparison with proposed design. The proposed 16-bit shift register is driven by PTL- AND based clock pulse generator and is implemented using CMOS 0.18μm technology in Cadence Virtuoso. The proposed 16-bit shift register using PTL-AND clock pulse circuit consumes 14% less power and 4% less area compared to CMOS-AND pulse generation circuit. Keywords Cadence Virtuoso, SISO, SSASPL, PTL logic I. INTRODUCTION Complementary Metal-Oxide-Semiconductor (CMOS) is a technology for constructing integrated circuits. Moore s law is considered as one of the most common description of the evolution of cmos technology. It states that as a result of continuous miniaturization, transistor count would get doubled every 18 months. As the no. of transistors increases, the switching activity also gets increased. Due to this, more power is dissipated in the form of heat. Heat is one of the main packaging challenge in this era. Power consumption is one of the top issues in VLSI circuit design, for which CMOS is the prominent technology. The two main sources of power consumption are: 1) Static power consumption 2) Dynamic power consumption * f dd clk (2) Shift register finds applications in digital filters, communication receivers and image processing ICs[15]. In some applications, as the word length of shift register increases the power consumption as well as area increases. So there is a need for designing a low power and area shift register. The architecture of shift register comprises sequencing elements such as latches or flip-flops. Latches are widely used in high-performance microprocessors. Flipflops are memory elements that are commonly used in the design of sequential circuits such as finite state machine controllers and pipelined circuits. Flip-Flops (FFs) and latches are responsible for a large fraction of the power budget of microprocessors and VLSI systems. Typically, they dissipate 80 % of the total clock power, and 30 % of the overall power budget. Latches impose a lesser overhead in terms of delay, clock load and area than flip-flops. Size(area) of a design is also an important metrics to be considered. Since power consumption and area is an important design metrics nowadays aiming at long battery life and portability for electronic devices, a low power and area efficient shift register is proposed. Reducing clock distribution network leads to low power consumption. The delayed pulse clock generator is a penalty of pulsed latches such that it also consumes power. Application of PTL logic to the AND gate in the clock-pulse circuit can effectively reduces area, power and delay by reducing the transistor count, interconnects and routing area. Replacement of flip-flops with pulsed latches saves more power and area because a pulsed latch is smaller than a master-slave flip-flop. The below Fig. 1(a) and (b) depicts the above fact. The occurrence of static power consumption is due to theleakage current generating in the circuit. Equation(1) shows the static power consumption. P(t) i dd (t) *V dd (1) Total chip power consumption is mainly due to the dynamic components. The occurrence of dynamic power consumption is mainly due to the switching activity of a circuit that causes charging and discharging of capacitor. It also depends upon the clock distribution networks that drive a circuit for its switching. It consumes nearly 90% of total dynamic power consumption. Equation(2) shows the dynamic power consumption /17/$ IEEE 1072 Figure 1. (a)master-slave flip-flop (b) Pulsed latch The rest of the paper is categorized as follows: Section II characterises the literature survey behind this work. Section III describes the architecture of 256-bit shift register[5], 16- bit shift register and proposed 16-bit shift register. Section IV denotes the results and discussions regarding the work. And finally the conclusion and future scope.

2 II. LITERATURE REVIEW Considering flip-flops, for an edge triggered flip-flop, the triggering circuit for each flip-flop is complex and race around conditions occur. To overcome this problem, masterslave flip-flops are used. Focusing on low power and area design, master-slave flip-flop is replaced by pulsed latch since it consumes more power and area compared to latter. So pulsed latches are preferred over the master-slave flipflop in the present study.anuja Kakde et al. (2017)[2] proposed 8-bit shift register using PFF(Pulse triggered Flip- Flop).Even though the power and area gets reduced using explicit type flip-flop, comparatively with present study, the no. of transistors in PFF is more than a single SSASPL in the present study(more area overhead). There are various other power reduction techniques including lock gating, power gating, creating multi-supply voltage designs and minimizing clock network. Among these, minimizing the clock network can reduce the dynamic power to a great extent. And it is the dynamic power which causes 90% of total power consumption. So minimizing the clock network as in the proposed design through sharing clock pulses can effectively reduces the dynamic power. Replacing PTL rather than CMOS and GDI[1], power and area can be reduced[8]. Bipankaushal et al.(2014)[10] proposed a shift register configuration with two-bit flip-flop. Flip-flop that stores one bit of data is replaced by multi-bit flip-flop by cascading single bit flip-flops that shares same driving strength. Thus it reduces the clock network as well as no. of flip-flops. As a result, power gets reduced. But it possess more area overhead as it is a master-slave flip-flop compared to present study. G.F Sudha et al.(2013)[11] proposed a shift register with reversible logic. It is one of the technique for power reduction. But it requires more no. of transistors and leads to more area compared to present study. A. Selection of Flip-flops and Latches Every flip-flops and latches will have either increased data activity or clock activity or output activity[9]. Among various flip-flop and latch designs, PPCFF(Power PC Flip- Flop) is the lowest power and area master-slave flip-flop, and SSASPL(Static differential Sense-Amp Shared Pulsed Latch) is the lowest power and area latch which is utilized for the proposed design. The 256-bit shift register using SSASPL driven with CMOS-AND clock-pulse generator[5] is compared with the conventional method using masterslave flip-flop(ppcff)and the proposed 16-bit shift register using SSASPL driven with PTL-AND clock pulse generator is compared with 16-bit shift register using SSASPL driven with CMOS-AND clock-pulse generator. The proposed design uses pulsed latches(ssaspl).the penalty of timing issue and pulse generator of pulsed latch is overcome in the proposed design. The timing issue is that, if a shift register is made up of several latches and a single pulsed clock signal as in Fig. 2, when the clock pulse arrives, it s previous input might not be constant during pulse resulting in uncertain output signal [5] as shown in Fig. 2. Figure 2. Schematic and waveform of shift register using pulsed latches with a single clock pulse To prevent the above problem, delay circuits are implemented in between latches or pulsed clock signals. But it increases area overhead. Another solution is to generate multiple non-overlap pulsed clock signals and share it with several latches as in the proposed design. III. METHODOLOGY 16-bit SISO(Serial In Serial Out)Shift register is proposed with different configuration. Two circuits of 256- bit shift register [5] and two 16-bit shift registers were implemented for study and comparison. The 256-bit shift registers and one 16-bit shift register were implemented using CMOS-AND pulse generator. The another 16-bit shift register was proposed using PTL-AND clock pulse generator. A master-slave flip-flop is replaced by a pulsed latch, which consists only a D-latch and a pulse signal. Single pulse generation circuit is used to generate multiple non-overlap delayed pulsed clock signals. All pulsed latches share this circuit for getting triggered. A pulsed latch consumes power and area half of those of master-slave flipflop[5]. The whole shift register is subdivided into P sub shift registers with each having a size S with S+1 latches(one temporary latch) [5]. It is subdivided to reduce the clock distribution network by sharing the limited no. of clock pulses by all sub shift registers. The no. of clock pulses generated depends on the size S of sub shift register. The block diagram of shift register with S=4 sub shift register is shown in Fig Figure 3. Block diagram of shift register with S=4 sub shift register[5] This architecture can effectively reduces the power related to clock distribution network due to sharing of clock pulses to various sub shift registers. The data gets shifted

3 according to the arrival of multiple pulsed clock signals. Rest of the time the data get stored in the corresponding latches. For an N-bit shift register, divided into P sub shift registers each having size S, there are S+1 latches in each sub shift register and S+1 clock-pulses generated. The P is considered to be N/S and no. of temporary latches is also N/S. The value of S depends upon various parameters discussed later. This shift register increases no. of latches, since each sub shift registers includes temporary storage latches. Each pulsed clock signal is generated from a clock-pulse circuit and clock buffer. Each clock-pulse circuit consists of AND gate, so that the generated pulse width can be shorter than the summation of rising and falling times[5]. The two inputs to the AND gate is the main clock signal and the delayed inverted clock signal. Whenever the two signals become high, the output becomes a pulse with a width of picoseconds range. A pulse with small width is enough to trigger each latches in the circuit. A CMOS-AND gate based clock-pulse circuit is used in the delayed pulse generator of 256-bit shift registers [5] and one 16-bit shift register whereas, PTL-AND gate based clock-pulse circuit is used in the proposed 16-bit shift register. Fig. 4 shows the schematic of delayed pulse clock generator. The max. value of S is limited to clock frequency. For a max. frequency, min. clock cycle time(t min_clk )is T cp + S *T delay +T cq [5], where T cp and T cq are the delay from rising edge of main clock signal to first pulsed clock signal[pulsed clk<temp>] and delay from rising edge of last pulsed clock signal[pulsed clk<1>] to falling edge of main clock period. T delay is the delay between consecutive pulsed signals. It is depicted in Fig. 5. Since frequency and time period are inversely proportional, as S increases the clock frequency decreases in proportion to 1/S. Figure 5. Minimum clock cycle time for proposed shift register The large clock pulse intervals cancel out effects of pulse skew differences. A. Selection of S Figure 4. Delayed clock-pulse generator[5] 1) Area Optimization The circuit areas are normalized with the latch. Therefore, the areas of clock-pulse circuit and latch are A and 1 respectively. The total area is given by A *(S+1)+N(1+1/S).The Optimal S(= N/ A )for minimum area is obtained from first order differential equation of total area[5].the integer S for minimum area must be divisor of N(2,4,8,16,32...) which is nearest to N/ A. 2) Power Optimization The circuit powers are normalized with the latch. Therefore, the power of clock-pulse circuit and latch are P and 1respectively. The total power is given by P *(S+1)+N(1+1/S).The optimal S(= N/ P )for minimum power is obtained from first-order differential equation of total power[5].the integer S for minimum power must be divisor ofn(2,4,8,16,32...) which is nearest to N/ P. 3) Speed B. SSASPL design SSASPL stands for Static differential Sense-Amp Shared Pulsed Latch. It is the most low power D-latch among other latches. SSASPL with 9 transistors[9] is modified to one that possess only 7 transistors by removing an inverter [5]. There are two inputs: one is (D) and its complementary data(db). The clock load to this circuit is one, ie, a single transistor is driven by pulsed clock signal. It consists of two cross coupled inverters and three NMOS transistors as shown in Fig. 6. As a result, it consumes less power and area too. Therefore, this latch is chosen for the previous 256-bit, 16- bit shift register and proposed 16-bit shift register. Here considering the power, the clock load to the latch is only one and the no. of transistors are less. When no. of transistors are less, the switching activity get reduced. As a result, the power consumption also gets reduced. It also leads to reduction in area too when compared to PPCFF with 16 transistors(clock load=8) which is the lowest power and area master-slave flip-flop. Figure 6. SSASPL(Static differential Sense Amp Shared Pulsed Latch)[9] The cross coupled inverters stores data and three NMOS transistors updates the data. 1074

4 C. 256-bit Shift Register and 16-bit Shift register[5] The shift registers are driven by CMOS-AND gate based pulse generation circuit as shown in Fig. 4. The CMOS- AND gate consists of six transistors as shown in Fig. 7. The architecture of these shift registers are made up of SSASPL. (= N/ P = 16/ 25.31).The shift register is proposed for power optimization. Considering area optimization for 16-bit shift register, the area of clock-pulse circuit without clock buffer is 4.29times ( =4.29)greater than a latch. Therefore, optimal S is 2 nearest to 1.92 (= = 16/ 4.29). Since it is a shift register of short word length, chosen values of S are same for circuits of power and area optimization. For power and area optimization, it is shift register with S=2 sub shift registers and three pulsed clock signals. Figure 7. CMOS AND gate Considering the power optimization for 256-bit shift register, the power of single clock-pulse circuit without clock buffer is times( P =26.56)greater than a latch. Therefore, optimal S is 4 nearest to 3.10(== N/ P = 256/ 26.56). Considering area optimization, the area of clock-pulse circuit without clock buffer is 4.96 times ( =4.96)greater than a latch. Therefore, optimal S is 8 nearest to 7.18 (= N/ A =).Two circuits of 256-bit shift registers are implemented based on power and area optimization. For power optimization, it is shift register with S=4 sub shift registers and five delayed pulsed clock signals. And for area optimization, it is shift register with S=8 sub shift registers and nine delayed pulsed clock signals. Considering power optimization for 16-bit shift register, the power of clock-pulse circuit without clock buffer is 26.56times greater than a latch. Therefore, optimal S is 2 nearest to 0.77(= N/ P = 16/ 26.56). Considering area optimization for 16-bit shift register, the area of clock-pulse circuit without clock buffer is 4.96 times ( =4.96)greater than a latch. Therefore, optimal S is 2 nearest to 1.79 (= = 16/ 4.96). Since it is a shift register of short word length, chosen values of S are same for circuits of power and area optimization(no much difference). D. Proposed 16-bit Shift Register The shift register is driven by PTL-AND gate based pulse generation circuit as shown in Fig. 4. PTL-AND gate consists only two transistors as in Fig. 8. The PTL defines Pass Transistor Logic. The CMOS-AND clock pulse generator is replaced with the PTL-AND clock pulse generator. Comparatively, it reduces the power of clockpulse circuit and leads to power reduction in 16-bit shift register. Even though the output voltage level decreases shortly, it is maintained using the clock buffers. Considering the power optimization, clock-pulse circuit without clock buffer is times (( P =25.31)greater than a latch. Therefore, optimal S is 2 nearest to 0.79 IV. Figure 8. PTL-AND gate [7] RESULTS AND DISCUSSIONS The SSASPL was simulated with 0.18μm CMOS process at VDD=1.8V. The sizes (W/L ) of the three NMOS transistors are(1μm/0.18μm)[5]. The sizes of NMOS and PMOS transistors in the two inverters are all (0.5μm/0.18μm). The clock pulse width of 210ps was selected for the simulation. The schematic of timing issue of shift register using pulsed latches is shown in Fig. 9. As described in Fig. 2, uncertain output is obtained due to setup time violation. Setup time violation occurs when an input does not become constant before a clock pulse arrives. Figure 9. Schematic of shift register using pulsed latches with single clock pulse The waveform of obtained result for the shift register using pulsed latches with single clock pulse is shown in Fig

5 .. Figure 12. ayout of S=4 clock-pulse generator Figure 10. Waveform of shift register using pulsed latches with single clock pulse In the above waveform, the first signal depicts the input, second signal depicts the same clock pulses, third signal depicts the first output from the first latch and fourth signal depicts the second output from the second latch. From the above waveform, it is clear that the output of first latch which acts as an input to the second latch is not constant during the clock pulse. This causes a problem of obtaining uncertain output in the second latch. The above problem is resolved using multiple delayed clock-pulse generator. Here, each latch of subshift register is triggered by different pulses that are delayed. A. Implementation results of study of 256-bit shift register and 16-bit shift register Considering the 256-bit shift register for S=4 (power optimization),cmos-and based clock-pulse generator generates five delayed pulses. Fig. 11 shows the waveform of clock-pulse generator for S=4. Each pulse generated from this circuit triggers each five latches of a sub shift register with size S=4. The no. of clock buffers required are less when compared with conventional shift register with PPCFF. In conventional shift register each flip-flop is driven by separate clock buffers. This leads to more area and power consumption in the conventional design. This problem is rectified in the 256-bit shift register using CMOS-AND clock pulse circuit that uses only five clock buffers for circuit with S=4. In conventional method it requires 256 clock buffers in total. Fig. 13 shows the waveform of S=4 256-bit shift register. The outputs are taken from four stages Q1,Q2,Q3 and Q4 in the waveform that depicts the shifting. The power consumption of this circuit is 1.6μW. A single SSASPL consumes 3.2μW. Figure 13. Waveform of S=4 256-bit shift register Considering the area optimization for 256-bit shift register driven by S=8 clock-pulse generator generates nine delayed pulses. Fig. 14 shows the waveform of clock-pulse generator for S=8. The power consumption of the S=8 clock pulse generator is mw. Figure 14. Waveform of S=8 clock pulse generator The total area consumed by S=8 clock-pulse generator is 10236μm 2 as shown in Fig. 15.The layout consists of nine clock-pulse circuits to produce nine delayed pulsed clock signals. Figure 11. Waveform of S=4 clock-pulse generator The power consumption of S=4 clock pulse generator is0.555 mw. The power of a single pulse circuit is 85μW. The total area consumed by S=4 clock-pulse generator is 6366μ m 2 as shown in Fig. 12. Figure 15. Layout of S=8 clock pulse gnerator 1076

6 The waveform of S= bit shift register is shown in Fig. 16. The outputs are taken from two stages Q1 and Q2. The shifting is shown in Fig. 16(a) and Fig. 16(b). The average power consumed by the S=8 256-bit shift register is 1.9μW. TABLE I. A (a) Waveform of S=8 256-bit shift register with the beginning of first stage output Figure 16. (b) Waveform of S=8 256-bit shift register with the beginning of second stage Waveform of S=8 256-bit shift register The layout of single SSASPL is shown in Fig. 17. The area consumed by single SSASPL is μm 2. The total estimated area consumed by S=4 256-bit shift register is52130μm 2. Further area can be reduced by sharing all possible drains and sources in the layout[5]. T Figure 19. Waveform of S=2 16-bit shift register The power consumption of PTL-AND clock pulse generatoris less than that of CMOS-AND clock pulse generator.the power consumed by above circuit is 0.158mW whereascmos-and clock pulse generator for 16-bit shift register is 0.192mW. The layout ofptl-and gate is shown in Fig. 20. Figure 17. Layout of Single SSASPL B. Implementation results of proposed 16-bit shift register Considering the proposed16-bit shift register for S=2(power optimisation and area optimization),triggered by the PTL-AND clock pulse generator, the waveform of clockpulse generator is shown in Fig. 18. Figure 18. Waveform of S=2 clock pulse generator Here, the same clock pulses are generated with amplitude of 1.8V. The waveform of proposed 16-bit shift register is shown in Fig. 19. Figure 20. Layout of PTL-AND gate The area consumed by the PTL-AND gate is μm 2 whereas CMOS-AND gate possess 142.9μm 2. The total estimated area consumed by the delayed pulsed clock generator using PTL-AND gate is 3532μm 2. Whereas the total estimated area consumed by the delayed pulsed clock generator using CMOS-AND gate is 3819μm 2. C. Performance comparison Two 256-bit shift registers(power and area optimization) using CMOS-AND based clock-pulse generator were implemented for the purpose of study. Table I shows the performance comparison of SSASPL and PPCFF. This design uses SSASPL and is compared with conventional design with PPCFF. TABLE I No. of transistors PERFORMANCE COMPARISON OF SSASPL AND PPCFF PPCFF SSASPL Type Flip-flop Pulsed latch Total 16 7 Clock 8 1 Power[μW]@f_clk=100MHz (38.9%) Area(μm 2 ) (26%) The Table I shows the power and area reduction in SSASPL compared to PPCFF in conventional design. The power and area of SSASPL is 38.9% and 26% of PPCFF respectively. The Table II shows the performance comparison of whole 256- bit shift register. 1077

7 TABLE II PERFORMANCE COMPARISON OF 256- BITCONVENTIONALSHIFT REGISTER AND 256-BIT SHIFT REGISTER USING CMOS-AND CLOCK GENERATOR Type Word length of shift register(n) Word length of sub shift registers(s) Total no. of flip-flops or pulsed latches Area[μm 2 ] Conventional Shift register PPCF (Flip-Flop) Total Flip-flop or pulsed latch Clock buffer Clockpulse Shift register using (CMOS-AND) 256 SSSASPL (Pulsed latch) (37. 7%) 51400(3 7.2%) (66.7%) 1.9 (79.2%) The Table II shows that the power and area is reduced in the shift register with CMOS-AND clock-pulse circuit. The area can be further optimized and reduced by sharing all the possible drains and sources in the layout [5]. The area of shift register with S=4 is only 37.7% and with S=8 is only 37.2% of conventional shift register. Similarly, the power of shift register with S=4 is only 66.7% and with S=8 is only 79.2% of conventional shifter. Fig. 21 shows the area and power consumption of 256-bit shift register. AND clock-pulse circuit consumes further less power and area than the conventional method. TABLE IIIdPERFORMANCE COMPARISON OF 16-BIT SHIFTREGISTER WITH CMOS-AND CLOCK PULSE CIRCUITAND PROPOSED 16-BIT SHIFT REGISTER WITH PTL-AND CLOCK PULSE CIRCUIT Shift register (CMOS-AND) Shift register (PTL-AND) Type SSASPL SSASPL Word length of shift register(n) Word length of sub shift registers(s) 2 2 Total (96.04%) Total Flip-flop or Estimated pulsed latch area[μm 2 ] Clock buffer Clock-pulse (84.2%) Fig. 22 shows the power and area consumption of 16-bit shift register with PTL-AND clock-pulse circuit. Figure 22 Area and power consumption of 16-bit shift register with PTL-AND logic clock pulse circuit The shift register circuit with PTL-AND gate based clock pulse circuit consumes less power and area compared to one with CMOS-AND gate based clock-pulse circuit. Here, the no. of transistors of delayed pulsed clock generator gets reduced from 64 transistors to 52 transistors. Hence, the area and power of pulse generator gets reduced which is penalty for pulsed latches. Figure 21. Area and Power consumption of 256-bit shift register From the above graph, its clear that the power and area optimization mainly depends on the value of S. For a 256-bit shift register, the optimized design is for S=4 and S=8. The value of S depends upon power and area optimization calculation for a particular word length of shift register. Here, for 256-bit shift register the minimum value of power and area is for S=4 and s=8 respectively. But as the value of S increases the speed decreases. So for the chip design S=4 shift register is appropriate. Implementation of proposed 16- bit shift register further reduces the power and area because of the usage of PTL-AND gate clock pulse circuit. The Table III shows the comparison of 16-bit shift register with CMOS logic and PTL logic AND clock-pulse circuits respectively. It is found that the shift register with PTL- CONCLUSION AND FUTURE SCOPE Hence this paper proposed a low-power and area efficient 16-bitshift register using pulsed latches. A 256-bit shift register and16-bit shift register driven with CMOS- AND clock pulse circuit were also implemented for study and comparison. Area and power of shift register is reduced by replacing master-slave flip-flop with pulsed latch and replacing CMOS-AND with PTL-AND gate. A 256-bit shift register(ssaspl) and 16-bit shift register with CMOS- AND pulse circuit and proposed 16-bit shift register(ssaspl) with PTL-AND pulse circuit were simulated at 100Mhz frequency and VDD=1.8V. The shift register with PTL-AND pulse circuit consumes further less power and area compared to those with CMOS-AND pulse circuit. The 256-bit circuit saves 33.3% of power and 62.2% of area compared to conventional design. The proposed 16- bit shift register with PTL-AND clock pulse circuit saves 14% of power and 4% of area compared to those with 1078

8 CMOS-AND pulse circuit. In future work, shift register(ssaspl) with higher order bits can be implemented with PTL-AND clock pulse circuit. The SISO can be changed to different configurations such as SIPO, PISO and PIPO so that it can find applications in various other fields. REFERENCES [1] N. Sathya, M. Anto Bennet, G. Hemapriya, S. Mohanambal, and A. Nandhini, Analysis of shift register using GDI AND gate and SSASPL using Multi Threshold CMOS technique in 22nm technology, International Journal of Innovation and Scientific Research, vol. 22, no. 2, pp , April [2] Anuja Kakde and BL. Malleshwari, Design of low power 8-bit shift register using PFF, Imternational J. of Emerging and Engineering Research and Technology, vol. 5,no. 1, pp 28-33, January,2017. [3] J. Montanaro et al. A160-MHz,32-b,0.5-W CMOS RISC processor IEEE J. Solid State Circuits,vol. 31,no.11,pp ,Nov [4] Y. Ude et al.6.33mw MPEG audio decoding on a multimedia processor, IEEE International Solid-State circuits Conf. Pp ,2006. [5] Byung-Do Yang, Low-Power and Area-Efficient Shift Register Using Pulsed Latches, IEEE Trans. on Circuits and systems. vol. 62, no. 6, pp , [6] Partha Bhattacharyya Bhattacharyya,Bijoy Kundu, Sovan, Ghosh, Vinay Kumar and Anup Dandapat, Performance Analysis of a Low- Power High-Speed Hybrid 1- bit Full Adder Circuit, IEEE Trans. Very Large Scale Integration (VLSI) systems. pp. 1-8, [7] Tripti Sharma and K. G. Sharma, High Performance and Function Design on the Transistor Level, International Journal of Computer Applications. vol. 78,no. 10,pp , [8] Paras Gupta, Pranjal Ahluwalia, Kanishk Sanwal and Peyush Pande4, Performance Comparison of Digital Gates using Cmos and Pass Transistor Logic using Cadence Virtuoso, International Journal of Science Technology & Management. vol. 4,no. 1,pp , [9] Seongmoo Heo, Ronny Krashinsky and Krste Asanovic, Activity- Sensitive Flip-Flop and Latch Selection for Reduced Energy,IEEETrans. Very Large Scale Integration (VLSI) systems. vol. 15,no. 9,pp , [10] Shefali Sharma and Bipan Kaushal, Shift Register Design Using Two Bit Flip-Flop,IEEE Proceedings of 2014 RAECS UIET Panjab University Chandigarh [11] A.V.Ananthalakshmi and G.F.Sudha, Design of 4-Bit Reversible Shift Registers, WSEAS Trans. on Circuits and Systems. vol. 12,no. 12,pp , [12] Vladimir Stojanovic and Vojin G. Oklobdzija, Comparative Analysis of MasterSlave Latches and Flip-Flops for High-Performance and Low Power Systems, IEEE Journal of Solid-state Circuits. vol. 34,no. 4,pp , [13] A.Vasanthapriyanga and S.Sellam, Design and Analysis of Shift register using Dual- Dynamic Flip-Flop, International J. of AdvancedResearch Trends in Engineering and Technology vol. 3,no.24,pp , [14] Consoli, M. Alioto, G. Palumbo, and J. Rabaey, Conditional pushpull pulsed latch with 726 fjops energy delay product in 65 nm CMOS,IEEE Int. Solid-State Circuits Conf. (ISSCC) Dig. Tech. Papers. pp , [15] H. Yamasaki and T. Shibata, A real-time image-feature-extraction and vector-generation vlsi employing arrayed shift register architecture, IEEE J. Solid-state circuits. Vol.42, no. 9,pp ,2007. [16] H.-S. Kim, J.-H. Yang, S.-H. Park, S.-T. Ryu, and G.-H. Cho, A 10- bit column-driver IC interpolation for mobile active-matrix LCDs,IEEE Trns. Control Syst. Technol. vol. 49, no. 3, pp , [17] S.-H. W. Chiang and S. Kleinfelder, Scaling and design of a 16- megapixel CMOS image sensor for electron microscopy,proc. IEEENucl. Sci. SympConf. Record (NSS/MIC)., pp ,

An FPGA Implementation of Shift Register Using Pulsed Latches

An FPGA Implementation of Shift Register Using Pulsed Latches An FPGA Implementation of Shift Register Using Pulsed Latches Shiny Panimalar.S, T.Nisha Priscilla, Associate Professor, Department of ECE, MAMCET, Tiruchirappalli, India PG Scholar, Department of ECE,

More information

EFFICIENT DESIGN OF SHIFT REGISTER FOR AREA AND POWER REDUCTION USING PULSED LATCH

EFFICIENT DESIGN OF SHIFT REGISTER FOR AREA AND POWER REDUCTION USING PULSED LATCH EFFICIENT DESIGN OF SHIFT REGISTER FOR AREA AND POWER REDUCTION USING PULSED LATCH 1 Kalaivani.S, 2 Sathyabama.R 1 PG Scholar, 2 Professor/HOD Department of ECE, Government College of Technology Coimbatore,

More information

Low-Power and Area-Efficient Shift Register Using Pulsed Latches

Low-Power and Area-Efficient Shift Register Using Pulsed Latches Low-Power and Area-Efficient Shift Register Using Pulsed Latches G.Sunitha M.Tech, TKR CET. P.Venkatlavanya, M.Tech Associate Professor, TKR CET. Abstract: This paper proposes a low-power and area-efficient

More information

Abstract 1. INTRODUCTION. Cheekati Sirisha, IJECS Volume 05 Issue 10 Oct., 2016 Page No Page 18532

Abstract 1. INTRODUCTION. Cheekati Sirisha, IJECS Volume 05 Issue 10 Oct., 2016 Page No Page 18532 www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 5 Issue 10 Oct. 2016, Page No. 18532-18540 Pulsed Latches Methodology to Attain Reduced Power and Area Based

More information

Area Efficient Pulsed Clock Generator Using Pulsed Latch Shift Register

Area Efficient Pulsed Clock Generator Using Pulsed Latch Shift Register International Journal for Modern Trends in Science and Technology Volume: 02, Issue No: 10, October 2016 http://www.ijmtst.com ISSN: 2455-3778 Area Efficient Pulsed Clock Generator Using Pulsed Latch Shift

More information

Reduction of Area and Power of Shift Register Using Pulsed Latches

Reduction of Area and Power of Shift Register Using Pulsed Latches I J C T A, 9(13) 2016, pp. 6229-6238 International Science Press Reduction of Area and Power of Shift Register Using Pulsed Latches Md Asad Eqbal * & S. Yuvaraj ** ABSTRACT The timing element and clock

More information

Design Low-Power and Area-Efficient Shift Register using SSASPL Pulsed Latch

Design Low-Power and Area-Efficient Shift Register using SSASPL Pulsed Latch Design Low-Power and Area-Efficient Shift Register using SSASPL Pulsed Latch 1 D. Sandhya Rani, 2 Maddana, 1 PG Scholar, Dept of VLSI System Design, Geetanjali college of engineering & technology, 2 Hod

More information

Low-Power And Area-Efficient Shift Register Using Digital Pulsed Latches

Low-Power And Area-Efficient Shift Register Using Digital Pulsed Latches Low-Power And Area-Efficient Shift Register Using Digital Pulsed Latches Syed Zaheer Ahamed VLSI (M.Tech), VIF College of Engineering & Technology. ABSTRACT: This paper proposes a low-power and area-efficient

More information

ISSN Vol.08,Issue.24, December-2016, Pages:

ISSN Vol.08,Issue.24, December-2016, Pages: ISSN 2348 2370 Vol.08,Issue.24, December-2016, Pages:4666-4671 www.ijatir.org Design and Analysis of Shift Register using Pulse Triggered Latches N. NEELUFER 1, S. RAMANJI NAIK 2, B. SURESH BABU 3 1 PG

More information

Comparative Analysis of Pulsed Latch and Flip-Flop based Shift Registers for High-Performance and Low-Power Systems

Comparative Analysis of Pulsed Latch and Flip-Flop based Shift Registers for High-Performance and Low-Power Systems IJECT Vo l. 7, Is s u e 2, Ap r i l - Ju n e 2016 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Comparative Analysis of Pulsed Latch and Flip-Flop based Shift Registers for High-Performance and Low-Power

More information

LOW POWER AND AREA-EFFICIENT SHIFT REGISTER USING PULSED LATCHES

LOW POWER AND AREA-EFFICIENT SHIFT REGISTER USING PULSED LATCHES LOW POWER AND AREA-EFFICIENT SHIFT REGISTER USING PULSED LATCHES Mr. Nat Raj M.Tech., (Ph.D) Associate Professor ECE Department ST.Mary s College Of Engineering and Technology(Formerly ASEC),Patancheru

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BYAENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2017 June 11(8): pages 440-448 Open Access Journal Design of 8-Bit Shift

More information

DESIGN OF EFFICIENT SHIFT REGISTERS USING PULSED LATCHES

DESIGN OF EFFICIENT SHIFT REGISTERS USING PULSED LATCHES DESIGN OF EFFICIENT SHIFT REGISTERS USING PULSED LATCHES 1 M. Ajay, 2 G.Srihari, 1 PG Scholar,Dept of ECE, Sreenivasa Institute of Technology and Management Studies (Autonomous) Murkambattu, Chittoor,

More information

DESIGN OF EFFICIENT SHIFT REGISTERS USING PULSED LATCHES 1 M. AJAY

DESIGN OF EFFICIENT SHIFT REGISTERS USING PULSED LATCHES 1 M. AJAY DESIGN OF EFFICIENT SHIFT REGISTERS USING PULSED LATCHES 1 M. AJAY 2 G.SRIHARI 1 ajaymunagala.ajay@gmail.com 2 srihari.nan@gmail.com 1 PG Scholar,Dept of ECE, Sreenivasa Institute of Technology and Management

More information

Design Low-Power and Area-Efficient Shift Register Using SSASPL Pulsed Latch

Design Low-Power and Area-Efficient Shift Register Using SSASPL Pulsed Latch Design Low-Power and Area-Efficient Shift Register Using SSASPL Pulsed Latch Akshata G. Shete ME Student Department of E & TC (VLSI & Embedded System) D.Y.Patil College of Engineering, Akurdi, Pune. Abstract

More information

International Journal Of Global Innovations -Vol.6, Issue.I Paper Id: SP-V6-I1-P46 ISSN Online:

International Journal Of Global Innovations -Vol.6, Issue.I Paper Id: SP-V6-I1-P46 ISSN Online: ANALYSIS OF LOW-POWER AND AREA-EFFICIENT SHIFT REGISTERS USING PULSED LATCH #1 GUNTI SUMANJALI, M.Tech Student, #2 V.SRIDHAR, Assistant Professor, Dept of ECE, MOTHER THERESSA COLLEGE OF ENGINEERING &

More information

Design of Low Power and Area Efficient Pulsed Latch Based Shift Register

Design of Low Power and Area Efficient Pulsed Latch Based Shift Register Design of Low Power and Area Efficient Pulsed Latch Based Shift Register 1 ANUSHA KORE, 2 Dr. S.A.MUZEER Department of ECE Megha Institute of Engineering & Technology For women s Edulabad, Ghatkesar mandal,

More information

A DELAY EFFICIENT LOW POWER SHIFT REGISTER BY MEANS OF PULSED LATCHES J.VIJAYA SAGAR 1, T.VIJAYA NIRMALA 2

A DELAY EFFICIENT LOW POWER SHIFT REGISTER BY MEANS OF PULSED LATCHES J.VIJAYA SAGAR 1, T.VIJAYA NIRMALA 2 A DELAY EFFICIENT LOW POWER SHIFT REGISTER BY MEANS OF PULSED LATCHES J.VIJAYA SAGAR 1, T.VIJAYA NIRMALA 2 1 M.Tech., VLSISD, Dept. of ECE, AITS, Kadapa, A.P., India, vijayasagarsadhu@gmail.com 2 Asst.

More information

Optimization of Power and Area Efficient Shift Register Using Pulsed Latch

Optimization of Power and Area Efficient Shift Register Using Pulsed Latch Optimization of Power and Area Efficient Shift Register Using Pulsed Latch Lokesh B.E, M.Tech Lingaraj Appa Engineering College, Gornalli, Bidar 585403. Mrs.Sadhana Choudhari, B.E, M.Tech, (Ph.D) Associate

More information

Design Of Pulsed Latch Based Shift Register Using Multiplexer With Reduced Power And Area

Design Of Pulsed Latch Based Shift Register Using Multiplexer With Reduced Power And Area Design Of Pulsed Latch Based Shift Register Using Multiplexer With Reduced Power And Area Nandhini.N 1,Murugasami.R 2 1 PG Scholar,Nandha Engineering college,erode,india 2 Associate Professor,Nandha Engineering

More information

Design of Low Power and Area Efficient 64 Bits Shift Register Using Pulsed Latches

Design of Low Power and Area Efficient 64 Bits Shift Register Using Pulsed Latches Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 11, Number 7 (2018) pp. 555-560 Research India Publications http://www.ripublication.com Design of Low Power and Area Efficient 64

More information

Area Efficient Pulsed Clocks & Pulsed Latches on Shift Register Tanner

Area Efficient Pulsed Clocks & Pulsed Latches on Shift Register Tanner Area Efficient Pulsed Clocks & Pulsed Latches on Shift Register Tanner Mr. T. Immanuel 1 Sudhakara Babu Oja 2 1Associate Professor, Department of ECE, SVR Engineering College, Nandyal. 2PG Scholar, Department

More information

SHIFT REGISTER USING CNT FET BASED ON SENSE AMPLIFIER PULSED LATCH FOR LOW POWER APPLICATION

SHIFT REGISTER USING CNT FET BASED ON SENSE AMPLIFIER PULSED LATCH FOR LOW POWER APPLICATION SHIFT REGISTER USING CNT FET BASED ON SENSE AMPLIFIER PULSED LATCH FOR LOW POWER APPLICATION Muthusuriya.M 1, Shantha Devi.P 2, Poongodi.M 3 Gayathiri.G 4 1 PG Scholar, Department of ECE, Theni Kammavar

More information

2. Conventional method 1 Shift register using PPCFF

2. Conventional method 1 Shift register using PPCFF proposed method is compared with the two conventional methods of shift registers. In one of the conventional metho designed by using PPCFF (Power-PC style flip-flop).the flip-flop based shift register

More information

LOW POWER AND HIGH PERFORMANCE SHIFT REGISTERS USING PULSED LATCH TECHNIQUE

LOW POWER AND HIGH PERFORMANCE SHIFT REGISTERS USING PULSED LATCH TECHNIQUE OI: 10.21917/ijme.2018.0088 LOW POWER AN HIGH PERFORMANCE SHIFT REGISTERS USING PULSE LATCH TECHNIUE Vandana Niranjan epartment of Electronics and Communication Engineering, Indira Gandhi elhi Technical

More information

PERFORMANCE ANALYSIS OF AN EFFICIENT PULSE-TRIGGERED FLIP FLOPS FOR ULTRA LOW POWER APPLICATIONS

PERFORMANCE ANALYSIS OF AN EFFICIENT PULSE-TRIGGERED FLIP FLOPS FOR ULTRA LOW POWER APPLICATIONS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Design of a Low Power and Area Efficient Flip Flop With Embedded Logic Module

Design of a Low Power and Area Efficient Flip Flop With Embedded Logic Module IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 6, Ver. II (Nov - Dec.2015), PP 40-50 www.iosrjournals.org Design of a Low Power

More information

ANALYSIS OF LOW-POWER AND AREA-EFFICIENT SHIFT REGISTERS USING DIGITAL PULSED LATCHES

ANALYSIS OF LOW-POWER AND AREA-EFFICIENT SHIFT REGISTERS USING DIGITAL PULSED LATCHES ANALYSIS OF LOW-POWER AND AREA-EFFICIENT SHIFT REGISTERS USING DIGITAL PULSED LATCHES #1G.N.P.JYOTHI,PG Scholar, Dept of ECE (VLSID), Sri Sunflower College of Engineering and Technology, Lankapalli, (A.P),INDIA.

More information

A Power Efficient Flip Flop by using 90nm Technology

A Power Efficient Flip Flop by using 90nm Technology A Power Efficient Flip Flop by using 90nm Technology Mrs. Y. Lavanya Associate Professor, ECE Department, Ramachandra College of Engineering, Eluru, W.G (Dt.), A.P, India. Email: lavanya.rcee@gmail.com

More information

Low Power and Area Efficient 256-bit Shift Register based on Pulsed Latches

Low Power and Area Efficient 256-bit Shift Register based on Pulsed Latches 2018 IJSRST Volume 4 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Low Power and Area Efficient 256-bit Shift Register based on Pulsed es K.V.Janardhan 1,

More information

data and is used in digital networks and storage devices. CRC s are easy to implement in binary

data and is used in digital networks and storage devices. CRC s are easy to implement in binary Introduction Cyclic redundancy check (CRC) is an error detecting code designed to detect changes in transmitted data and is used in digital networks and storage devices. CRC s are easy to implement in

More information

DIFFERENTIAL CONDITIONAL CAPTURING FLIP-FLOP TECHNIQUE USED FOR LOW POWER CONSUMPTION IN CLOCKING SCHEME

DIFFERENTIAL CONDITIONAL CAPTURING FLIP-FLOP TECHNIQUE USED FOR LOW POWER CONSUMPTION IN CLOCKING SCHEME DIFFERENTIAL CONDITIONAL CAPTURING FLIP-FLOP TECHNIQUE USED FOR LOW POWER CONSUMPTION IN CLOCKING SCHEME Mr.N.Vetriselvan, Assistant Professor, Dhirajlal Gandhi College of Technology Mr.P.N.Palanisamy,

More information

Design of Shift Register Using Pulse Triggered Flip Flop

Design of Shift Register Using Pulse Triggered Flip Flop Design of Shift Register Using Pulse Triggered Flip Flop Kuchanpally Mounika M.Tech [VLSI], CMR Institute of Technology, Kandlakoya, Medchal, Hyderabad, India. G.Archana Devi Assistant Professor, CMR Institute

More information

P.Akila 1. P a g e 60

P.Akila 1. P a g e 60 Designing Clock System Using Power Optimization Techniques in Flipflop P.Akila 1 Assistant Professor-I 2 Department of Electronics and Communication Engineering PSR Rengasamy college of engineering for

More information

Novel Low Power and Low Transistor Count Flip-Flop Design with. High Performance

Novel Low Power and Low Transistor Count Flip-Flop Design with. High Performance Novel Low Power and Low Transistor Count Flip-Flop Design with High Performance Imran Ahmed Khan*, Dr. Mirza Tariq Beg Department of Electronics and Communication, Jamia Millia Islamia, New Delhi, India

More information

New Single Edge Triggered Flip-Flop Design with Improved Power and Power Delay Product for Low Data Activity Applications

New Single Edge Triggered Flip-Flop Design with Improved Power and Power Delay Product for Low Data Activity Applications American-Eurasian Journal of Scientific Research 8 (1): 31-37, 013 ISSN 1818-6785 IDOSI Publications, 013 DOI: 10.589/idosi.aejsr.013.8.1.8366 New Single Edge Triggered Flip-Flop Design with Improved Power

More information

POWER AND AREA EFFICIENT LFSR WITH PULSED LATCHES

POWER AND AREA EFFICIENT LFSR WITH PULSED LATCHES Volume 115 No. 7 2017, 447-452 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu POWER AND AREA EFFICIENT LFSR WITH PULSED LATCHES K Hari Kishore 1,

More information

ISSN Vol.04, Issue.12, November-2016, Pages:

ISSN Vol.04, Issue.12, November-2016, Pages: ISSN 2322-0929 Vol.04, Issue.12, November-2016, Pages:1239-1243 www.ijvdcs.org Low-Power and Area-Efficient Shift Register using Pulsed Latches G.SAMPOORNA 1, D.CHANDRA PRAKASH 2 1 PG Scholar, Dept of

More information

CMOS DESIGN OF FLIP-FLOP ON 120nm

CMOS DESIGN OF FLIP-FLOP ON 120nm CMOS DESIGN OF FLIP-FLOP ON 120nm *Neelam Kumar, **Anjali Sharma *4 th Year Student, Department of EEE, AP Goyal Shimla University Shimla, India. neelamkumar991@gmail.com ** Assistant Professor, Department

More information

Design and Simulation of a Digital CMOS Synchronous 4-bit Up-Counter with Set and Reset

Design and Simulation of a Digital CMOS Synchronous 4-bit Up-Counter with Set and Reset Design and Simulation of a Digital CMOS Synchronous 4-bit Up-Counter with Set and Reset Course Number: ECE 533 Spring 2013 University of Tennessee Knoxville Instructor: Dr. Syed Kamrul Islam Prepared by

More information

A Modified Static Contention Free Single Phase Clocked Flip-flop Design for Low Power Applications

A Modified Static Contention Free Single Phase Clocked Flip-flop Design for Low Power Applications JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.8, NO.5, OCTOBER, 08 ISSN(Print) 598-657 https://doi.org/57/jsts.08.8.5.640 ISSN(Online) -4866 A Modified Static Contention Free Single Phase Clocked

More information

Improve Performance of Low-Power Clock Branch Sharing Double-Edge Triggered Flip-Flop

Improve Performance of Low-Power Clock Branch Sharing Double-Edge Triggered Flip-Flop Sumant Kumar et al. 2016, Volume 4 Issue 1 ISSN (Online): 2348-4098 ISSN (Print): 2395-4752 International Journal of Science, Engineering and Technology An Open Access Journal Improve Performance of Low-Power

More information

Fully Static and Compressed Topology Using Power Saving in Digital circuits for Reduced Transistor Flip flop

Fully Static and Compressed Topology Using Power Saving in Digital circuits for Reduced Transistor Flip flop Fully Static and Compressed Topology Using Power Saving in Digital circuits for Reduced Transistor Flip flop 1 S.Mounika & 2 P.Dhaneef Kumar 1 M.Tech, VLSIES, GVIC college, Madanapalli, mounikarani3333@gmail.com

More information

Load-Sensitive Flip-Flop Characterization

Load-Sensitive Flip-Flop Characterization Appears in IEEE Workshop on VLSI, Orlando, Florida, April Load-Sensitive Flip-Flop Characterization Seongmoo Heo and Krste Asanović Massachusetts Institute of Technology Laboratory for Computer Science

More information

EL302 DIGITAL INTEGRATED CIRCUITS LAB #3 CMOS EDGE TRIGGERED D FLIP-FLOP. Due İLKER KALYONCU, 10043

EL302 DIGITAL INTEGRATED CIRCUITS LAB #3 CMOS EDGE TRIGGERED D FLIP-FLOP. Due İLKER KALYONCU, 10043 EL302 DIGITAL INTEGRATED CIRCUITS LAB #3 CMOS EDGE TRIGGERED D FLIP-FLOP Due 16.05. İLKER KALYONCU, 10043 1. INTRODUCTION: In this project we are going to design a CMOS positive edge triggered master-slave

More information

PERFORMANCE ANALYSIS OF POWER GATING TECHNIQUES IN 4-BIT SISO SHIFT REGISTER CIRCUITS

PERFORMANCE ANALYSIS OF POWER GATING TECHNIQUES IN 4-BIT SISO SHIFT REGISTER CIRCUITS Journal of Engineering Science and Technology Vol. 12, No. 12 (2017) 3203-3214 School of Engineering, Taylor s University PERFORMANCE ANALYSIS OF POWER GATING TECHNIQUES IN 4-BIT SISO SHIFT REGISTER CIRCUITS

More information

ANALYSIS OF POWER REDUCTION IN 2 TO 4 LINE DECODER DESIGN USING GATE DIFFUSION INPUT TECHNIQUE

ANALYSIS OF POWER REDUCTION IN 2 TO 4 LINE DECODER DESIGN USING GATE DIFFUSION INPUT TECHNIQUE ANALYSIS OF POWER REDUCTION IN 2 TO 4 LINE DECODER DESIGN USING GATE DIFFUSION INPUT TECHNIQUE *Pranshu Sharma, **Anjali Sharma * Assistant Professor, Department of ECE AP Goyal Shimla University, Shimla,

More information

International Journal Of Global Innovations -Vol.6, Issue.I Paper Id: SP-V6-I1-P11 ISSN Online:

International Journal Of Global Innovations -Vol.6, Issue.I Paper Id: SP-V6-I1-P11 ISSN Online: LOW POWER SHIFT REGISTERS USING CLOCK GATING TECHNIQUE #1 G.SHIREESHA, M.Tech student, #2 T.NAGESWARRAO, Assistant Professor, #3 S.NAGESWARA RAO, Assistant Professor, Dept of ECE, SRI VENKATESWARA ENGINEERING

More information

DESIGN AND IMPLEMENTATION OF SYNCHRONOUS 4-BIT UP COUNTER USING 180NM CMOS PROCESS TECHNOLOGY

DESIGN AND IMPLEMENTATION OF SYNCHRONOUS 4-BIT UP COUNTER USING 180NM CMOS PROCESS TECHNOLOGY DESIGN AND IMPLEMENTATION OF SYNCHRONOUS 4-BIT UP COUNTER USING 180NM CMOS PROCESS TECHNOLOGY Yogita Hiremath 1, Akalpita L. Kulkarni 2, J. S. Baligar 3 1 PG Student, Dept. of ECE, Dr.AIT, Bangalore, Karnataka,

More information

HIGH PERFORMANCE AND LOW POWER ASYNCHRONOUS DATA SAMPLING WITH POWER GATED DOUBLE EDGE TRIGGERED FLIP-FLOP

HIGH PERFORMANCE AND LOW POWER ASYNCHRONOUS DATA SAMPLING WITH POWER GATED DOUBLE EDGE TRIGGERED FLIP-FLOP HIGH PERFORMANCE AND LOW POWER ASYNCHRONOUS DATA SAMPLING WITH POWER GATED DOUBLE EDGE TRIGGERED FLIP-FLOP 1 R.Ramya, 2 C.Hamsaveni 1,2 PG Scholar, Department of ECE, Hindusthan Institute Of Technology,

More information

Low Power D Flip Flop Using Static Pass Transistor Logic

Low Power D Flip Flop Using Static Pass Transistor Logic Low Power D Flip Flop Using Static Pass Transistor Logic 1 T.SURIYA PRABA, 2 R.MURUGASAMI PG SCHOLAR, NANDHA ENGINEERING COLLEGE, ERODE, INDIA Abstract: Minimizing power consumption is vitally important

More information

ISSCC 2003 / SESSION 19 / PROCESSOR BUILDING BLOCKS / PAPER 19.5

ISSCC 2003 / SESSION 19 / PROCESSOR BUILDING BLOCKS / PAPER 19.5 ISSCC 2003 / SESSION 19 / PROCESSOR BUILDING BLOCKS / PAPER 19.5 19.5 A Clock Skew Absorbing Flip-Flop Nikola Nedovic 1,2, Vojin G. Oklobdzija 2, William W. Walker 1 1 Fujitsu Laboratories of America,

More information

Design of Pulse Triggered Flip Flop Using Conditional Pulse Enhancement Technique

Design of Pulse Triggered Flip Flop Using Conditional Pulse Enhancement Technique Design of Pulse Triggered Flip Flop Using Conditional Pulse Enhancement Technique NAVEENASINDHU P 1, MANIKANDAN N 2 1 M.E VLSI Design, TRP Engineering College (SRM GROUP), Tiruchirappalli 621 105, India,2,

More information

Modeling and designing of Sense Amplifier based Flip-Flop using Cadence tool at 45nm

Modeling and designing of Sense Amplifier based Flip-Flop using Cadence tool at 45nm Modeling and designing of Sense Amplifier based Flip-Flop using Cadence tool at 45nm Akhilesh Tiwari1 and Shyam Akashe2 1Research Scholar, ITM University, Gwalior, India antrixman75@gmail.com 2Associate

More information

EFFICIENT POWER REDUCTION OF TOPOLOGICALLY COMPRESSED FLIP-FLOP AND GDI BASED FLIP FLOP

EFFICIENT POWER REDUCTION OF TOPOLOGICALLY COMPRESSED FLIP-FLOP AND GDI BASED FLIP FLOP EFFICIENT POWER REDUCTION OF TOPOLOGICALLY COMPRESSED FLIP-FLOP AND GDI BASED FLIP FLOP S.BANUPRIYA 1, R.GOWSALYA 2, M.KALEESWARI 3, B.DHANAM 4 1, 2, 3 UG Scholar, 4 Asst.Professor/ECE 1, 2, 3, 4 P.S.R.RENGASAMY

More information

A NOVEL DESIGN OF COUNTER USING TSPC D FLIP-FLOP FOR HIGH PERFORMANCE AND LOW POWER VLSI DESIGN APPLICATIONS USING 45NM CMOS TECHNOLOGY

A NOVEL DESIGN OF COUNTER USING TSPC D FLIP-FLOP FOR HIGH PERFORMANCE AND LOW POWER VLSI DESIGN APPLICATIONS USING 45NM CMOS TECHNOLOGY A NOVEL DESIGN OF COUNTER USING TSPC D FLIP-FLOP FOR HIGH PERFORMANCE AND LOW POWER VLSI DESIGN APPLICATIONS USING 45NM CMOS TECHNOLOGY Ms. Chaitali V. Matey 1, Ms. Shraddha K. Mendhe 2, Mr. Sandip A.

More information

Design of Low Power and Area Efficient 256 Bits Shift Register Using Pulsed Latches

Design of Low Power and Area Efficient 256 Bits Shift Register Using Pulsed Latches Design of Low Power and Area Efficient 256 Bits Shift Register Using Pulsed Latches T. Mounika PG Scholar, Department of ECE, SR Engineering College, Warangal, Telangana, India. G. Mahesh Kumar Assistant

More information

Research Article Ultra Low Power, High Performance Negative Edge Triggered ECRL Energy Recovery Sequential Elements with Power Clock Gating

Research Article Ultra Low Power, High Performance Negative Edge Triggered ECRL Energy Recovery Sequential Elements with Power Clock Gating Research Journal of Applied Sciences, Engineering and Technology 7(16): 3312-3319, 2014 DOI:10.19026/rjaset.7.676 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted:

More information

Comparative Analysis of low area and low power D Flip-Flop for Different Logic Values

Comparative Analysis of low area and low power D Flip-Flop for Different Logic Values The International Journal Of Engineering And Science (IJES) Volume 3 Issue 8 Pages 15-19 2014 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Comparative Analysis of low area and low power D Flip-Flop for Different

More information

Modifying the Scan Chains in Sequential Circuit to Reduce Leakage Current

Modifying the Scan Chains in Sequential Circuit to Reduce Leakage Current IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 3, Issue 1 (Sep. Oct. 2013), PP 01-09 e-issn: 2319 4200, p-issn No. : 2319 4197 Modifying the Scan Chains in Sequential Circuit to Reduce Leakage

More information

Leakage Current Reduction in Sequential Circuits by Modifying the Scan Chains

Leakage Current Reduction in Sequential Circuits by Modifying the Scan Chains eakage Current Reduction in Sequential s by Modifying the Scan Chains Afshin Abdollahi University of Southern California (3) 592-3886 afshin@usc.edu Farzan Fallah Fujitsu aboratories of America (48) 53-4544

More information

Power Optimization by Using Multi-Bit Flip-Flops

Power Optimization by Using Multi-Bit Flip-Flops Volume-4, Issue-5, October-2014, ISSN No.: 2250-0758 International Journal of Engineering and Management Research Page Number: 194-198 Power Optimization by Using Multi-Bit Flip-Flops D. Hazinayab 1, K.

More information

Design of a High Frequency Dual Modulus Prescaler using Efficient TSPC Flip Flop using 180nm Technology

Design of a High Frequency Dual Modulus Prescaler using Efficient TSPC Flip Flop using 180nm Technology Design of a High Frequency Dual Modulus Prescaler using Efficient TSPC Flip Flop using 180nm Technology Divya shree.m 1, H. Venkatesh kumar 2 PG Student, Dept. of ECE, Nagarjuna College of Engineering

More information

Design of low power 4-bit shift registers using conditionally pulse enhanced pulse triggered flip-flop

Design of low power 4-bit shift registers using conditionally pulse enhanced pulse triggered flip-flop IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 5, Ver. II (Sep-Oct. 2014), PP 54-64 e-issn: 2319 4200, p-issn No. : 2319 4197 Design of low power 4-bit shift registers using conditionally

More information

REDUCING DYNAMIC POWER BY PULSED LATCH AND MULTIPLE PULSE GENERATOR IN CLOCKTREE

REDUCING DYNAMIC POWER BY PULSED LATCH AND MULTIPLE PULSE GENERATOR IN CLOCKTREE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.210

More information

International Journal of Computer Trends and Technology (IJCTT) volume 24 Number 2 June 2015

International Journal of Computer Trends and Technology (IJCTT) volume 24 Number 2 June 2015 Power and Area analysis of Flip Flop using different s Neha Thapa 1, Dr. Rajesh Mehra 2 1 ME student, Department of E.C.E, NITTTR, Chandigarh, India 2 Associate Professor, Department of E.C.E, NITTTR,

More information

A Low Power Delay Buffer Using Gated Driver Tree

A Low Power Delay Buffer Using Gated Driver Tree IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) ISSN: 2319 4200, ISBN No. : 2319 4197 Volume 1, Issue 4 (Nov. - Dec. 2012), PP 26-30 A Low Power Delay Buffer Using Gated Driver Tree Kokkilagadda

More information

LOW POWER DOUBLE EDGE PULSE TRIGGERED FLIP FLOP DESIGN

LOW POWER DOUBLE EDGE PULSE TRIGGERED FLIP FLOP DESIGN INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 LOW POWER DOUBLE EDGE PULSE TRIGGERED FLIP FLOP DESIGN G.Swetha 1, T.Krishna Murthy 2 1 Student, SVEC (Autonomous),

More information

Dual Edge Adaptive Pulse Triggered Flip-Flop for a High Speed and Low Power Applications

Dual Edge Adaptive Pulse Triggered Flip-Flop for a High Speed and Low Power Applications International Journal of Scientific and Research Publications, Volume 5, Issue 10, October 2015 1 Dual Edge Adaptive Pulse Triggered Flip-Flop for a High Speed and Low Power Applications S. Harish*, Dr.

More information

CMOS Design Analysis of 4 Bit Shifters 1 Baljot Kaur, M.E Scholar, Department of Electronics & Communication Engineering, National

CMOS Design Analysis of 4 Bit Shifters 1 Baljot Kaur, M.E Scholar, Department of Electronics & Communication Engineering, National CMOS Design Analysis of 4 Bit Shifters 1 Baljot Kaur, M.E Scholar, Department of Electronics & Communication Engineering, National Institute of Technical Teachers Training & Research, Chandigarh, UT, (India),

More information

High Performance Dynamic Hybrid Flip-Flop For Pipeline Stages with Methodical Implanted Logic

High Performance Dynamic Hybrid Flip-Flop For Pipeline Stages with Methodical Implanted Logic High Performance Dynamic Hybrid Flip-Flop For Pipeline Stages with Methodical Implanted Logic K.Vajida Tabasum, K.Chandra Shekhar Abstract-In this paper we introduce a new high performance dynamic hybrid

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

I. INTRODUCTION. Figure 1: Explicit Data Close to Output

I. INTRODUCTION. Figure 1: Explicit Data Close to Output Low Power Shift Register Design Based on a Signal Feed Through Scheme 1 Mr. G Ayappan and 2 Ms.P Vinothini, 1 Assistant Professor (Senior Grade), 2 PG scholar, 1,2 Department of Electronics and Communication,

More information

Design of Low Power D-Flip Flop Using True Single Phase Clock (TSPC)

Design of Low Power D-Flip Flop Using True Single Phase Clock (TSPC) Design of Low Power D-Flip Flop Using True Single Phase Clock (TSPC) Swetha Kanchimani M.Tech (VLSI Design), Mrs.Syamala Kanchimani Associate Professor, Miss.Godugu Uma Madhuri Assistant Professor, ABSTRACT:

More information

AN EFFICIENT LOW POWER DESIGN FOR ASYNCHRONOUS DATA SAMPLING IN DOUBLE EDGE TRIGGERED FLIP-FLOPS

AN EFFICIENT LOW POWER DESIGN FOR ASYNCHRONOUS DATA SAMPLING IN DOUBLE EDGE TRIGGERED FLIP-FLOPS AN EFFICIENT LOW POWER DESIGN FOR ASYNCHRONOUS DATA SAMPLING IN DOUBLE EDGE TRIGGERED FLIP-FLOPS NINU ABRAHAM 1, VINOJ P.G 2 1 P.G Student [VLSI & ES], SCMS School of Engineering & Technology, Cochin,

More information

Energy Recovery Clocking Scheme and Flip-Flops for Ultra Low-Energy Applications

Energy Recovery Clocking Scheme and Flip-Flops for Ultra Low-Energy Applications Energy Recovery Clocking Scheme and Flip-Flops for Ultra Low-Energy Applications Matthew Cooke, Hamid Mahmoodi-Meimand, Kaushik Roy School of Electrical and Computer Engineering, Purdue University, West

More information

A Design for Improved Very Low Power Static Flip Flop Using Two Inverters and Five NORs

A Design for Improved Very Low Power Static Flip Flop Using Two Inverters and Five NORs A Design for Improved Very Low Power Static Flip Flop Using Two Inverters and Five NORs Jogi Prakash 1, G. Someswara Rao 2, Ganesan P 3, G. Ravi Kishore 4, Sandeep Chilumula 5 1 M Tech Student, 2, 4, 5

More information

Design of New Dual Edge Triggered Sense Amplifier Flip-Flop with Low Area and Power Efficient

Design of New Dual Edge Triggered Sense Amplifier Flip-Flop with Low Area and Power Efficient Design of New Dual Edge Triggered Sense Amplifier Flip-Flop with Low Area and Power Efficient Ms. Sheik Shabeena 1, R.Jyothirmai 2, P.Divya 3, P.Kusuma 4, Ch.chiranjeevi 5 1 Assistant Professor, 2,3,4,5

More information

Design of Low Power Universal Shift Register

Design of Low Power Universal Shift Register Design of Low Power Universal Shift Register 1 Saranya.M, 2 V.Vijayakumar, 3 T.Ravi, 4 V.Kannan 1 M.Tech-VLSI design, Sathyabama University, Jeppiaar Nagar, Rajiv Gandhi Salai, Chennai 119 2 Assistant

More information

High Frequency 32/33 Prescalers Using 2/3 Prescaler Technique

High Frequency 32/33 Prescalers Using 2/3 Prescaler Technique High Frequency 32/33 Prescalers Using 2/3 Prescaler Technique Don P John (School of Electrical Sciences, Karunya University, Coimbatore ABSTRACT Frequency synthesizer is one of the important element for

More information

Area Efficient Level Sensitive Flip-Flops A Performance Comparison

Area Efficient Level Sensitive Flip-Flops A Performance Comparison Area Efficient Level Sensitive Flip-Flops A Performance Comparison Tripti Dua, K. G. Sharma*, Tripti Sharma ECE Department, FET, Mody University of Science & Technology, Lakshmangarh, Rajasthan, India

More information

DESIGN AND ANALYSIS OF LOW POWER STS PULSE TRIGGERED FLIP-FLOP USING 250NM CMOS TECHNOLOGY

DESIGN AND ANALYSIS OF LOW POWER STS PULSE TRIGGERED FLIP-FLOP USING 250NM CMOS TECHNOLOGY DESIGN AND ANALYSIS OF LOW POWER STS PULSE TRIGGERED FLIP-FLOP USING 250NM CMOS TECHNOLOGY 1 M.SRINIVAS, 2 K.BABULU 1 Project Associate JNTUK, 2 Professor of ECE Dept. JNTUK Email: srinivas.mattaparti@gmail.com,

More information

Power Efficient Design of Sequential Circuits using OBSC and RTPG Integration

Power Efficient Design of Sequential Circuits using OBSC and RTPG Integration Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 9, September 2013,

More information

Modified Ultra-Low Power NAND Based Multiplexer and Flip-Flop

Modified Ultra-Low Power NAND Based Multiplexer and Flip-Flop IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 06 December 2015 ISSN (online): 2349-784X Modified Ultra-Low Power NAND Based Multiplexer and Flip-Flop Amit Saraswat Chanpreet

More information

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath Objectives Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath In the previous chapters we have studied how to develop a specification from a given application, and

More information

A Low-Power CMOS Flip-Flop for High Performance Processors

A Low-Power CMOS Flip-Flop for High Performance Processors A Low-Power CMOS Flip-Flop for High Performance Processors Preetisudha Meher, Kamala Kanta Mahapatra Dept. of Electronics and Telecommunication National Institute of Technology Rourkela, India Preetisudha1@gmail.com,

More information

Figure.1 Clock signal II. SYSTEM ANALYSIS

Figure.1 Clock signal II. SYSTEM ANALYSIS International Journal of Advances in Engineering, 2015, 1(4), 518-522 ISSN: 2394-9260 (printed version); ISSN: 2394-9279 (online version); url:http://www.ijae.in RESEARCH ARTICLE Multi bit Flip-Flop Grouping

More information

ANALYZE AND DESIGN OF HIGH SPEED ENERGY EFFICIENT PULSED LATCHES BASED SHIFT REGISTER FOR ALL DIGITAL APPLICATION

ANALYZE AND DESIGN OF HIGH SPEED ENERGY EFFICIENT PULSED LATCHES BASED SHIFT REGISTER FOR ALL DIGITAL APPLICATION ANALYZE AND DESIGN OF HIGH SPEED ENERGY EFFICIENT PULSED LATCHES BASED SHIFT REGISTER FOR ALL DIGITAL APPLICATION Nandhini.G.S 1, PG Student, Dept. of ECE, Shree Venkateshwara Hi-Tech Engineering College,

More information

Timing Error Detection: An Adaptive Scheme To Combat Variability EE241 Final Report Nathan Narevsky and Richard Ott {nnarevsky,

Timing Error Detection: An Adaptive Scheme To Combat Variability EE241 Final Report Nathan Narevsky and Richard Ott {nnarevsky, Timing Error Detection: An Adaptive Scheme To Combat Variability EE241 Final Report Nathan Narevsky and Richard Ott {nnarevsky, tomott}@berkeley.edu Abstract With the reduction of feature sizes, more sources

More information

Design a Low Power Flip-Flop Based on a Signal Feed-Through Scheme

Design a Low Power Flip-Flop Based on a Signal Feed-Through Scheme Design a Low Power Flip-Flop Based on a Signal Feed-Through Scheme Mayur D. Ghatole 1, Dr. M. A. Gaikwad 2 1 M.Tech, Electronics Department, Bapurao Deshmukh College of Engineering, Sewagram, Maharashtra,

More information

Novel Design of Static Dual-Edge Triggered (DET) Flip-Flops using Multiple C-Elements

Novel Design of Static Dual-Edge Triggered (DET) Flip-Flops using Multiple C-Elements Available online at: http://www.ijmtst.com/ncceeses2017.html Special Issue from 2 nd National Conference on Computing, Electrical, Electronics and Sustainable Energy Systems, 6 th 7 th July 2017, Rajahmundry,

More information

An Efficient Power Saving Latch Based Flip- Flop Design for Low Power Applications

An Efficient Power Saving Latch Based Flip- Flop Design for Low Power Applications An Efficient Power Saving Latch Based Flip- Flop Design for Low Power Applications N.KIRAN 1, K.AMARNATH 2 1 P.G Student, VRS & YRN College of Engineering & Technology, Vodarevu Road, Chirala 2 HOD & Professor,

More information

GLITCH FREE NAND BASED DCDL IN PHASE LOCKED LOOP APPLICATION

GLITCH FREE NAND BASED DCDL IN PHASE LOCKED LOOP APPLICATION GLITCH FREE NAND BASED DCDL IN PHASE LOCKED LOOP APPLICATION S. Karpagambal 1 and M. S. Thaen Malar 2 1 VLSI Design, Sona College of Technology, Salem, India 2 Department of Electronics and Communication

More information

Gated Driver Tree Based Power Optimized Multi-Bit Flip-Flops

Gated Driver Tree Based Power Optimized Multi-Bit Flip-Flops International Journal of Emerging Engineering Research and Technology Volume 2, Issue 4, July 2014, PP 250-254 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Gated Driver Tree Based Power Optimized Multi-Bit

More information

DESIGN OF DOUBLE PULSE TRIGGERED FLIP-FLOP BASED ON SIGNAL FEED THROUGH SCHEME

DESIGN OF DOUBLE PULSE TRIGGERED FLIP-FLOP BASED ON SIGNAL FEED THROUGH SCHEME Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com DESIGN OF DOUBLE PULSE TRIGGERED FLIP-FLOP

More information

Asynchronous Model of Flip-Flop s and Latches for Low Power Clocking

Asynchronous Model of Flip-Flop s and Latches for Low Power Clocking Asynchronous Model of Flip-Flop s and Latches for Low Power Clocking G.Abhinaya Raja & P.Srinivas Department Of Electronics & Comm. Engineering, Nimra College of Engineering & Technology, Ibrahimpatnam,

More information

II. ANALYSIS I. INTRODUCTION

II. ANALYSIS I. INTRODUCTION Characterizing Dynamic and Leakage Power Behavior in Flip-Flops R. Ramanarayanan, N. Vijaykrishnan and M. J. Irwin Dept. of Computer Science and Engineering Pennsylvania State University, PA 1682 Abstract

More information

Vignana Bharathi Institute of Technology UNIT 4 DLD

Vignana Bharathi Institute of Technology UNIT 4 DLD DLD UNIT IV Synchronous Sequential Circuits, Latches, Flip-flops, analysis of clocked sequential circuits, Registers, Shift registers, Ripple counters, Synchronous counters, other counters. Asynchronous

More information

FP 12.4: A CMOS Scheme for 0.5V Supply Voltage with Pico-Ampere Standby Current

FP 12.4: A CMOS Scheme for 0.5V Supply Voltage with Pico-Ampere Standby Current FP 12.4: A CMOS Scheme for 0.5V Supply Voltage with Pico-Ampere Standby Current Hiroshi Kawaguchi, Ko-ichi Nose, Takayasu Sakurai University of Tokyo, Tokyo, Japan Recently, low-power requirements are

More information

Efficient Architecture for Flexible Prescaler Using Multimodulo Prescaler

Efficient Architecture for Flexible Prescaler Using Multimodulo Prescaler Efficient Architecture for Flexible Using Multimodulo G SWETHA, S YUVARAJ Abstract This paper, An Efficient Architecture for Flexible Using Multimodulo is an architecture which is designed from the proposed

More information