SlideShare a Scribd company logo
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
Low Power Area Efficient Parallel Counter
Architecture
Lekshmi Aravind
M-Tech Student, Dept. of ECE, Mangalam College of Engineering, Kottayam, India
Abstract: Counters are specialized registers and is considered as essential building blocks for a variety of circuit operations such as
programmable frequency dividers, shifters, code generators, memory select management, and various arithmetic operations. Since many
applications are comprised of these fundamental operations, much research focuses on efficient counter architecture design. This paper
proposes an 8-bit high speed parallel counter architecture. The counter consists of two main sections- the counting section and the state
Anticipation Module.The total equivalent gate count for our proposed counter is 164 whereas the existing counter architecture
consumes 266.The delay of the proposed counter architecture is 3.968ns and that of existing counter is 4.952ns. The Power
consumption is 28.80mW for our proposed counter and 29.24mW for the existing one.
Keywords: parallel counter design, high speed, state anticipation module.
1. Introduction
Fast counter is a key element in most of the circuit
operations such as frequency dividers, shifters and
arithmetic operations such as multipliers. Basic properties
preferred for a fast counter includes high count rate, read
on the fly and implementation suitable for VLSI. As the
speed of operation is determined by the propagation delay
time of the count enable signal from the LSB to the MSB,
most of the counters cannot satisfy the speed
requirements. Therefore, the counter's size is considered to
be the main limiting factor of the counting rate [I]. Some
traditional approaches enhanced the counting speed by
improving the circuit implementation of various gates and
flip-flops, [2], [3], [4]. But these techniques are not well
suited for counters employed in arithmetic circuits. As a
substitution to the carry chain, Kakarountas et al. [10]
used a carry look-ahead circuit [9]. With the expense of an
extra detector, the carry look-ahead
Circuit used a prescaler technique with systolic 4-bit
counter modules using T-type flip-flops. The detector
circuit output is used to enable counting in the higher
order bits. Kakarountas‟s design used DFFs between the
counter modules to improvise the operating frequency. As
the counter design was limited by control signal
broadcasting, Kakarountas‟s design was not practical for
large counter widths. S. Abdel-Hafeez et al. [6] proposed
a simple implementation of frequency divider. However,
the circuit operation is confined to frequency division
operation and has no provision for multiple arithmetic
functionalities. In order to reduce the power consumption,
Alioto et al. [7] presented a low power counter design
with a relatively high operating frequency. Alioto‟s
design was based on cascading an analog block such that
each counting stage‟s input frequency was halved
compared to the previous counting stage. However,
Alioto‟s counter design‟s carry chain rippled through all
counting stages, resulting in a total critical path delay
equal to the sum of all counting stage delays.
Subsequently, Alioto‟s design was not well suited for
large counter widths because the carry chain limited
operating frequency even though the carry chain voltage
was not rail-to-rail. A dual-modulus prescaler constructed
with two parts-a synchronous counter and an
asynchronous counter was proposed by B. Chang et al.
[8].But the advantage of reduction power consumption
was negated by reduction in speed.
The counting path of the 8-bit Parallel counting
architecture [5] consists of four 2-bit modules separated
by DFFs. Though the performance of the counter was
found to be attractive, it consumed comparatively higher
number of transistors thereby increasing total area
required for the circuit realization. Therefore to negate
these drawbacks alternative counter design strategies are
proposed here. In the proposed architecture all the
counting blocks are designed by using JK flip-flops which
reduces the number of gates required for the overall
implementation of the circuit. Also in place for repeating
counting blocks of equal width, the counting blocks of
variable width is used to reduce the size of the state
anticipation module.
2. Parallel Counter Architecture
Figure 3 shows the functional block diagram of the
proposed high speed parallel counter. It consists of two
sections – The Counting Section and State Anticipation
Module.
2.1 Counting Section
The counting section consists of three different modules.
They are BCM, SCM1, and SCM2. The module BCM
represents the Basic Counting Module. SCM1 and SCM2
represent the first and second Subsequent Counting
Modules respectively.
2.1.1 Module-BCM
The basic module BCM is a parallel synchronous 3-bit up
counter using JK flip-flops. The schematic is shown in
Figure 1. Here the J and K inputs of all the flip flops are
shorted and thus its operation is equivalent to a T flip-flop.
The output expressions of the basic module BCM is given
by,
90
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
The module BCM is responsible for the three low-order
bit counting and these three LSBs generate future states
for counting modules SCM1 and SCM2 in the counting
section. Whenever the module BCM output Q2Q1Q0
=110, the input TR of the first subsequent counting
module will be „1‟ after a single clock pulse. The
counting module will change its state only if TR=‟1‟. The
connection between the basic and first subsequent
counting module is such that when the basic module
completes its full state sequence only, a single state
change occurs for the first subsequent counting module
SCM1.
Figure 1: The Schematic diagram of Module- BCM of the
proposed high speed parallel counter
2.1.2 Module - SCMK
The counting modules other than the basic module are
represented here as SCMK, where K is equal to „1‟ for
the first subsequent module and equal to “2‟ for the
second subsequent module. The SCMK counting modules
will change its state only if TR=‟1‟. The first and second
SCMK modules are shown in Figure 2 and Figure 4
respectively. Here SCM1 is a two bit counting module and
SCM2 is a three bit counting module. Similar to module
BCM, JK flip-flops are used to realize the circuits of
modules SCM1 and SCM2.
Figure 2: The Schematic diagram of Module- SCM1 of
the proposed high speed parallel counter
The output expressions of SCM1 are given by,
The output expressions of SCM2 are given by,
2.2 State Anticipation Module (SAM)
The State Anticipation Module consists of three D flip-
flops, three 3-input AND gates and two inverters. It
decodes the count states of basic counting module BCM.
This decoding is carried over two clock cycles through
two DFFs to trigger the second subsequent module,
SCM2. In Figure 3, the first row consisting of a D flip-
flop, a 3-input AND gate and an inverter decodes the low-
order state Q2Q1Q0 =110 and carries this decoding across
one clock cycle and enables Q4Q3 =01 at module SCM1
on the next rising clock edge. The second row of the State
Anticipation Module decodes the low-order state Q2Q1Q0
=101 and carries this decoding over two cycles. By
Combining the one cycle action in the counting section for
Q4Q3 =10 and a two-cycle action for Q2Q1Q0 =101,
Q7Q6Q5 can be enabled. The propagation delay can be
considerably reduced by this type of simultaneous
triggering of all the modules
3. Block Diagram of Proposed Parallel
Counter
The architecture consists of mainly two sections;
(a) Counting section
(b) State anticipation module
91
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
Figure 3: Functional block diagram of the proposed high
speed parallel counter
Figure 4: The Schematic diagram of Module- SCM2 of
the proposed high speed parallel counter
4. Area, Power and Delay Measurements
Figure 5: Total equivalent gate count for design=164
Figure 6: Total delay=3.968ns
92
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
Figure 7: Total power consumption=28.80mW
5. Results and Discussions
The performance analysis of the proposed high-speed low
power parallel 8-bit counter architecture and the existing
counter architecture is provided in this section.
6.1 Existing Counter Architecture
It is a high-speed wide-range parallel counter that
achieves high operating frequencies through a novel
pipeline partitioning methodology (a counting path and
state look-ahead path), using only three simple repeated
CMOS-logic module types: an initial module generates
anticipated counting states for higher significant bit
modules through the state look-ahead path, simple D-type
flip-flops, and 2-bit counters. The state look-ahead path
prepares the counting path’s next counter state prior to the
clock edge such that the clock edge triggers all modules
simultaneously, thus concurrently updating the count state
with a uniform delay at all counting path modules/stages
with respect to the clock edge.
The counting path of the 8-bit Parallel counting
architecture [5] consists of four 2-bit modules separated
by DFFs. Though the performance of the counter was
found to be attractive, it consumed comparatively higher
number of transistors thereby increasing total area
required for the circuit realization
6.2 Comparison of Performance of Parallel Counter
Architectures
Table 1: Comparison of performance of parallel counter
architectures
Parameter Area Power(mW) Delay(ns)
The 8-bit parallel counter
using existing method 266 29.24 4.952
The 8-bit parallel counter
using proposed method 164 28.80 3.968
6.3 Proposed Counter Architecture
In the proposed architecture all the counting blocks are
designed by using JK flip-flops which reduces the number
of gates required for the overall implementation of the
circuit. Also in place for repeating counting blocks of
equal width, the counting blocks of variable width is used
to reduce the size of the state anticipation module.
6. Conclusions
In this paper we presented a high speed parallel counter
architecture.Our counter design consist of mainly two
sections (a)Counting section (b)state anticipation module.
The AND gate rippling that results in reduction in speed
in conventional counters has been eliminated by the
proposed counter methodology. The tabulated results
demonstrate the better performance of the proposed
parallel counter in terms of delay, power and area
compared to previous work. The total equivalent gate
count for our proposed counter is 164 whereas the existing
counter architecture consumes 266.The delay of the
proposed counter architecture is 3.968ns and that of
existing counter is 4.952ns. The Power consumption is
28.80mW for our proposed counter and 29.24 for the
existing one.
References
[1] Chu, D. “Phase digitizing sharpens timing
measurements,” IEEE Spect., pp. 28-32, July 1988
[2] Yuan, J.R. “Efficient CMOS Counter Circuits,”
Electronics Letters, vol. 24, pp. 1,311-1,313, Oct.
1988.
[3] Yuan, J.R. and Svensson, C. “Fast CMOS Nonbinary
Divider and Counter,” Electronics Letters, vol. 29, pp.
1,222-1,223, June 1993.
[4] Rogenmoser, R., Huang, Q and Piazza, F “1.57 GHz
Asynchronous and 1.4 GHz Dual-Modulus 1.2 mm
CMOS Prescalers,” Proc. Custom Integrated Circuits
Conf., pp. 387-390, May 1994.
[5] Abdel Hafeez, S and Ann Gordon Ross,“A Digital
CMOS Parallel Counter Architecture Based on State
Look-Ahead Logic”, IEEE Transactions on Very
Large Scale Integration(VLSI) Systems, vol.19, no.
June2011
[6] Abdel-Hafeez, S Harb.S, and Eisenstadt.W, “High
speed digital CMOS divide-by-N frequency divider,”
in Proc. IEEE Int. Symp. Circuits Syst., pp. 592–
595,2008
[7] Alioto, M. Mita. R, and Palumbo. G,“Design of high-
speed power-efficient MOS current-mode logic
frequency dividers,” IEEE Trans. Circuits Syst. II,
Expr. Briefs, vol. 53, no. 11, pp. 1165–1169, 2006
[8] Chang, B Park. J and Kim. W, “A 1.2 GHz CMOS
dual-modulus prescalar using new dynamic D-type
flip-flops,” IEEE J. Solid-State Circuits, vol. 31, no.
5, pp. 749–75, 1996
[9] Hendry. D. C, “Sequential lookahead method for
digital counters,” IEEE Electron. Lett. vol. 32, no. 3,
pp. 160–161, 1996.
[10]Kakarountas, A.P., Theodoridis, G., Papadomanolakis
K. S. and C. E. Goutis, “A novel high-speed counter
93
International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064
Volume 2 Issue 8, August 2013
www.ijsr.net
with counting rate independent of the counter‟s
length,” in Proc. IEEE Int. Conf. Electron., Circuits
Syst. (ICECS), UAE, Dec. 2003, pp. 1164–1167.
[11]Pramod.P®, “A High Speed Parallel Counter
Architecture and its Implementation in Programmable
Square Finder cum Frequency Divider Circuit,”
International Journal of Computer Applications (0975
– 8887) Volume 46– No.12, May 2012
Author Profile
Lekshmi Aravind was born in Kayamkulam,
Kerala, India. She has received her B. Tech degree
in Electronics and Communication Engineering
from Anna University, Tamil Nadu, India and
pursuing M. Tech in VLSI &Embedded System from Mahatma
Gandhi University, Kerala, India.
94

More Related Content

What's hot

Bu34437441
Bu34437441Bu34437441
Bu34437441
IJERA Editor
 
System design methodology
System design methodologySystem design methodology
System design methodology
dennis gookyi
 
MODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVES
MODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVESMODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVES
MODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVES
ijctcm
 
Cache Design for an Alpha Microprocessor
Cache Design for an Alpha MicroprocessorCache Design for an Alpha Microprocessor
Cache Design for an Alpha Microprocessor
Bharat Biyani
 
Evaluation of Branch Predictors
Evaluation of Branch PredictorsEvaluation of Branch Predictors
Evaluation of Branch Predictors
Bharat Biyani
 
Assignement 3 ADV report (1)
Assignement 3 ADV report (1)Assignement 3 ADV report (1)
Assignement 3 ADV report (1)Riddhi Shah
 
Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...
Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...
Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...
IJECEIAES
 
[000007]
[000007][000007]
[000007]
Al Mtdrs
 
Structures for discrete time systems
Structures for discrete time systemsStructures for discrete time systems
Structures for discrete time systems
veda C
 
Bharat gargi final project report
Bharat gargi final project reportBharat gargi final project report
Bharat gargi final project report
Bharat Biyani
 
Aw4102359364
Aw4102359364Aw4102359364
Aw4102359364
IJERA Editor
 
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
elelijjournal
 
Implementation of Stopwatch using QCA based Carry Select Adder
Implementation of Stopwatch using QCA based Carry Select AdderImplementation of Stopwatch using QCA based Carry Select Adder
Implementation of Stopwatch using QCA based Carry Select Adder
IJTET Journal
 
Implementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicImplementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino Logic
Associate Professor in VSB Coimbatore
 
Computer arithmetic in computer architecture
Computer arithmetic in computer architectureComputer arithmetic in computer architecture
Computer arithmetic in computer architecture
ishapadhy
 
Fast Fourier Transform utilizing Modified 4:2 & 7:2 Compressor
Fast Fourier Transform utilizing Modified 4:2 & 7:2 CompressorFast Fourier Transform utilizing Modified 4:2 & 7:2 Compressor
Fast Fourier Transform utilizing Modified 4:2 & 7:2 Compressor
IJERD Editor
 
Cn33543547
Cn33543547Cn33543547
Cn33543547
IJERA Editor
 
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
 

What's hot (18)

Bu34437441
Bu34437441Bu34437441
Bu34437441
 
System design methodology
System design methodologySystem design methodology
System design methodology
 
MODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVES
MODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVESMODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVES
MODIFIED DIRECT TORQUE CONTROL FOR BLDC MOTOR DRIVES
 
Cache Design for an Alpha Microprocessor
Cache Design for an Alpha MicroprocessorCache Design for an Alpha Microprocessor
Cache Design for an Alpha Microprocessor
 
Evaluation of Branch Predictors
Evaluation of Branch PredictorsEvaluation of Branch Predictors
Evaluation of Branch Predictors
 
Assignement 3 ADV report (1)
Assignement 3 ADV report (1)Assignement 3 ADV report (1)
Assignement 3 ADV report (1)
 
Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...
Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...
Designing a Novel High Performance Four-to-Two Compressor Cell Based on CNTFE...
 
[000007]
[000007][000007]
[000007]
 
Structures for discrete time systems
Structures for discrete time systemsStructures for discrete time systems
Structures for discrete time systems
 
Bharat gargi final project report
Bharat gargi final project reportBharat gargi final project report
Bharat gargi final project report
 
Aw4102359364
Aw4102359364Aw4102359364
Aw4102359364
 
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
 
Implementation of Stopwatch using QCA based Carry Select Adder
Implementation of Stopwatch using QCA based Carry Select AdderImplementation of Stopwatch using QCA based Carry Select Adder
Implementation of Stopwatch using QCA based Carry Select Adder
 
Implementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino LogicImplementation of High Performance Carry Save Adder Using Domino Logic
Implementation of High Performance Carry Save Adder Using Domino Logic
 
Computer arithmetic in computer architecture
Computer arithmetic in computer architectureComputer arithmetic in computer architecture
Computer arithmetic in computer architecture
 
Fast Fourier Transform utilizing Modified 4:2 & 7:2 Compressor
Fast Fourier Transform utilizing Modified 4:2 & 7:2 CompressorFast Fourier Transform utilizing Modified 4:2 & 7:2 Compressor
Fast Fourier Transform utilizing Modified 4:2 & 7:2 Compressor
 
Cn33543547
Cn33543547Cn33543547
Cn33543547
 
Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)Optimization MVSIS vs AIG Rewriting (ABC)
Optimization MVSIS vs AIG Rewriting (ABC)
 

Viewers also liked

Automated ICT Literacy Skill Assessment Using RateSkill System
Automated ICT Literacy Skill Assessment Using RateSkill SystemAutomated ICT Literacy Skill Assessment Using RateSkill System
Automated ICT Literacy Skill Assessment Using RateSkill System
International Journal of Science and Research (IJSR)
 
Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...
Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...
Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...
International Journal of Science and Research (IJSR)
 
Layering Based Network Intrusion Detection System to Enhance Network Attacks ...
Layering Based Network Intrusion Detection System to Enhance Network Attacks ...Layering Based Network Intrusion Detection System to Enhance Network Attacks ...
Layering Based Network Intrusion Detection System to Enhance Network Attacks ...
International Journal of Science and Research (IJSR)
 
Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...
Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...
Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...
International Journal of Science and Research (IJSR)
 
ECG QRS Complex Detector
ECG QRS Complex DetectorECG QRS Complex Detector
Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...
Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...
Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...
International Journal of Science and Research (IJSR)
 
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
International Journal of Science and Research (IJSR)
 
A Focus on Layer Aspects of Mobile Computing
A Focus on Layer Aspects of Mobile ComputingA Focus on Layer Aspects of Mobile Computing
A Focus on Layer Aspects of Mobile Computing
International Journal of Science and Research (IJSR)
 
Approach of Data Security in Local Network Using Distributed Firewalls
Approach of Data Security in Local Network Using Distributed FirewallsApproach of Data Security in Local Network Using Distributed Firewalls
Approach of Data Security in Local Network Using Distributed Firewalls
International Journal of Science and Research (IJSR)
 
Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...
Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...
Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...
International Journal of Science and Research (IJSR)
 
Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...
Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...
Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...
International Journal of Science and Research (IJSR)
 
Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...
Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...
Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...
International Journal of Science and Research (IJSR)
 
Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...
Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...
Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...
International Journal of Science and Research (IJSR)
 

Viewers also liked (18)

Automated ICT Literacy Skill Assessment Using RateSkill System
Automated ICT Literacy Skill Assessment Using RateSkill SystemAutomated ICT Literacy Skill Assessment Using RateSkill System
Automated ICT Literacy Skill Assessment Using RateSkill System
 
Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...
Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...
Length Frequency Distribution of (Chrysichthys nigrodigitatus) (Lecepede, 180...
 
Layering Based Network Intrusion Detection System to Enhance Network Attacks ...
Layering Based Network Intrusion Detection System to Enhance Network Attacks ...Layering Based Network Intrusion Detection System to Enhance Network Attacks ...
Layering Based Network Intrusion Detection System to Enhance Network Attacks ...
 
Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...
Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...
Effectiveness of ERules in Generating Non Redundant Rule Sets in Pharmacy Dat...
 
ECG QRS Complex Detector
ECG QRS Complex DetectorECG QRS Complex Detector
ECG QRS Complex Detector
 
Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...
Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...
Modified Multiphase Level Set Image Segmentation Search for Energy Formulatio...
 
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
 
Sub1558
Sub1558Sub1558
Sub1558
 
A Focus on Layer Aspects of Mobile Computing
A Focus on Layer Aspects of Mobile ComputingA Focus on Layer Aspects of Mobile Computing
A Focus on Layer Aspects of Mobile Computing
 
Approach of Data Security in Local Network Using Distributed Firewalls
Approach of Data Security in Local Network Using Distributed FirewallsApproach of Data Security in Local Network Using Distributed Firewalls
Approach of Data Security in Local Network Using Distributed Firewalls
 
Sub1598
Sub1598Sub1598
Sub1598
 
Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...
Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...
Sexual Networking, Sexual Practices and Level of Awareness among MSM on HIV/ ...
 
Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...
Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...
Constraints and Opportunities to Rabbit Production in Zimbabwe: A Case Study ...
 
Sub1557
Sub1557Sub1557
Sub1557
 
Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...
Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...
Nucleotide Variation and Selective Pressure in the Mitochondrial Genome of Af...
 
Sub14248
Sub14248Sub14248
Sub14248
 
Sub14297
Sub14297Sub14297
Sub14297
 
Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...
Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...
Improvement of Convection Heat Transfer by Using Porous Media and Nanofluid: ...
 

Similar to Low Power Area Efficient Parallel Counter Architecture

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...
A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...
A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...
shirshenduroy2016
 
Discrete Time Optimal Tracking Control of BLDC Motor
Discrete Time Optimal Tracking Control of BLDC MotorDiscrete Time Optimal Tracking Control of BLDC Motor
Discrete Time Optimal Tracking Control of BLDC Motor
International Journal of Engineering Inventions www.ijeijournal.com
 
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
csijjournal
 
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
CSCJournals
 
Design & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gatingDesign & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gating
IRJET Journal
 
Ijecet 06 07_005
Ijecet 06 07_005Ijecet 06 07_005
Ijecet 06 07_005
IAEME Publication
 
Design and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select AdderDesign and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select Adder
ijsrd.com
 
Cn33543547
Cn33543547Cn33543547
Cn33543547
IJERA Editor
 
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-ChipOptimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
IDES Editor
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
IJECEIAES
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
Bannoth Madhusudhan
 
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical ProcessDesigning Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
International Journal of Engineering Inventions www.ijeijournal.com
 
Low Power System on chip based design methodology
Low Power System on chip based design methodologyLow Power System on chip based design methodology
Low Power System on chip based design methodologyAakash Patel
 
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
Association of Scientists, Developers and Faculties
 
Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3IAEME Publication
 
Development of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck ConverterDevelopment of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck Converter
IJPEDS-IAES
 
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTCCONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
csandit
 
IRJET- Design and Implementation of Three Phase Grid Simulator
IRJET- Design and Implementation of Three Phase Grid SimulatorIRJET- Design and Implementation of Three Phase Grid Simulator
IRJET- Design and Implementation of Three Phase Grid Simulator
IRJET Journal
 

Similar to Low Power Area Efficient Parallel Counter Architecture (20)

A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...
A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...
A PID Controller for Real-Time DC Motor Speed Control using the C505C Microco...
 
Discrete Time Optimal Tracking Control of BLDC Motor
Discrete Time Optimal Tracking Control of BLDC MotorDiscrete Time Optimal Tracking Control of BLDC Motor
Discrete Time Optimal Tracking Control of BLDC Motor
 
Poster_submitted_final
Poster_submitted_finalPoster_submitted_final
Poster_submitted_final
 
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
 
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
Design of High Speed Low Power 15-4 Compressor Using Complementary Energy Pat...
 
Design & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gatingDesign & implementation of 16 bit low power ALU with clock gating
Design & implementation of 16 bit low power ALU with clock gating
 
Ijecet 06 07_005
Ijecet 06 07_005Ijecet 06 07_005
Ijecet 06 07_005
 
Design and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select AdderDesign and Verification of Area Efficient Carry Select Adder
Design and Verification of Area Efficient Carry Select Adder
 
Cn33543547
Cn33543547Cn33543547
Cn33543547
 
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-ChipOptimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
An 706
An 706An 706
An 706
 
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical ProcessDesigning Of Time and Power Efficient Model for Controlling Of Critical Process
Designing Of Time and Power Efficient Model for Controlling Of Critical Process
 
Low Power System on chip based design methodology
Low Power System on chip based design methodologyLow Power System on chip based design methodology
Low Power System on chip based design methodology
 
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
 
Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3
 
Development of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck ConverterDevelopment of Digital Controller for DC-DC Buck Converter
Development of Digital Controller for DC-DC Buck Converter
 
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTCCONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
 
IRJET- Design and Implementation of Three Phase Grid Simulator
IRJET- Design and Implementation of Three Phase Grid SimulatorIRJET- Design and Implementation of Three Phase Grid Simulator
IRJET- Design and Implementation of Three Phase Grid Simulator
 

More from International Journal of Science and Research (IJSR)

Innovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart FailureInnovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart Failure
International Journal of Science and Research (IJSR)
 
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverterDesign and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
International Journal of Science and Research (IJSR)
 
Polarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material systemPolarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material system
International Journal of Science and Research (IJSR)
 
Image resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fittingImage resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fitting
International Journal of Science and Research (IJSR)
 
Ad hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo sAd hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo s
International Journal of Science and Research (IJSR)
 
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
International Journal of Science and Research (IJSR)
 
Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...
International Journal of Science and Research (IJSR)
 
An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...
International Journal of Science and Research (IJSR)
 
Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...
International Journal of Science and Research (IJSR)
 
Comparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brainComparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brain
International Journal of Science and Research (IJSR)
 
T s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusionsT s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusions
International Journal of Science and Research (IJSR)
 
Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...
International Journal of Science and Research (IJSR)
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
International Journal of Science and Research (IJSR)
 
A new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidthA new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidth
International Journal of Science and Research (IJSR)
 
Main physical causes of climate change and global warming a general overview
Main physical causes of climate change and global warming   a general overviewMain physical causes of climate change and global warming   a general overview
Main physical causes of climate change and global warming a general overview
International Journal of Science and Research (IJSR)
 
Performance assessment of control loops
Performance assessment of control loopsPerformance assessment of control loops
Performance assessment of control loops
International Journal of Science and Research (IJSR)
 
Capital market in bangladesh an overview
Capital market in bangladesh an overviewCapital market in bangladesh an overview
Capital market in bangladesh an overview
International Journal of Science and Research (IJSR)
 
Faster and resourceful multi core web crawling
Faster and resourceful multi core web crawlingFaster and resourceful multi core web crawling
Faster and resourceful multi core web crawling
International Journal of Science and Research (IJSR)
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
International Journal of Science and Research (IJSR)
 
Parallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errorsParallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errors
International Journal of Science and Research (IJSR)
 

More from International Journal of Science and Research (IJSR) (20)

Innovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart FailureInnovations in the Diagnosis and Treatment of Chronic Heart Failure
Innovations in the Diagnosis and Treatment of Chronic Heart Failure
 
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverterDesign and implementation of carrier based sinusoidal pwm (bipolar) inverter
Design and implementation of carrier based sinusoidal pwm (bipolar) inverter
 
Polarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material systemPolarization effect of antireflection coating for soi material system
Polarization effect of antireflection coating for soi material system
 
Image resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fittingImage resolution enhancement via multi surface fitting
Image resolution enhancement via multi surface fitting
 
Ad hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo sAd hoc networks technical issues on radio links security & qo s
Ad hoc networks technical issues on radio links security & qo s
 
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...Microstructure analysis of the carbon nano tubes aluminum composite with diff...
Microstructure analysis of the carbon nano tubes aluminum composite with diff...
 
Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...Improving the life of lm13 using stainless spray ii coating for engine applic...
Improving the life of lm13 using stainless spray ii coating for engine applic...
 
An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...An overview on development of aluminium metal matrix composites with hybrid r...
An overview on development of aluminium metal matrix composites with hybrid r...
 
Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...Pesticide mineralization in water using silver nanoparticles incorporated on ...
Pesticide mineralization in water using silver nanoparticles incorporated on ...
 
Comparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brainComparative study on computers operated by eyes and brain
Comparative study on computers operated by eyes and brain
 
T s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusionsT s eliot and the concept of literary tradition and the importance of allusions
T s eliot and the concept of literary tradition and the importance of allusions
 
Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...Effect of select yogasanas and pranayama practices on selected physiological ...
Effect of select yogasanas and pranayama practices on selected physiological ...
 
Grid computing for load balancing strategies
Grid computing for load balancing strategiesGrid computing for load balancing strategies
Grid computing for load balancing strategies
 
A new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidthA new algorithm to improve the sharing of bandwidth
A new algorithm to improve the sharing of bandwidth
 
Main physical causes of climate change and global warming a general overview
Main physical causes of climate change and global warming   a general overviewMain physical causes of climate change and global warming   a general overview
Main physical causes of climate change and global warming a general overview
 
Performance assessment of control loops
Performance assessment of control loopsPerformance assessment of control loops
Performance assessment of control loops
 
Capital market in bangladesh an overview
Capital market in bangladesh an overviewCapital market in bangladesh an overview
Capital market in bangladesh an overview
 
Faster and resourceful multi core web crawling
Faster and resourceful multi core web crawlingFaster and resourceful multi core web crawling
Faster and resourceful multi core web crawling
 
Extended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy imagesExtended fuzzy c means clustering algorithm in segmentation of noisy images
Extended fuzzy c means clustering algorithm in segmentation of noisy images
 
Parallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errorsParallel generators of pseudo random numbers with control of calculation errors
Parallel generators of pseudo random numbers with control of calculation errors
 

Recently uploaded

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 

Recently uploaded (20)

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 

Low Power Area Efficient Parallel Counter Architecture

  • 1. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net Low Power Area Efficient Parallel Counter Architecture Lekshmi Aravind M-Tech Student, Dept. of ECE, Mangalam College of Engineering, Kottayam, India Abstract: Counters are specialized registers and is considered as essential building blocks for a variety of circuit operations such as programmable frequency dividers, shifters, code generators, memory select management, and various arithmetic operations. Since many applications are comprised of these fundamental operations, much research focuses on efficient counter architecture design. This paper proposes an 8-bit high speed parallel counter architecture. The counter consists of two main sections- the counting section and the state Anticipation Module.The total equivalent gate count for our proposed counter is 164 whereas the existing counter architecture consumes 266.The delay of the proposed counter architecture is 3.968ns and that of existing counter is 4.952ns. The Power consumption is 28.80mW for our proposed counter and 29.24mW for the existing one. Keywords: parallel counter design, high speed, state anticipation module. 1. Introduction Fast counter is a key element in most of the circuit operations such as frequency dividers, shifters and arithmetic operations such as multipliers. Basic properties preferred for a fast counter includes high count rate, read on the fly and implementation suitable for VLSI. As the speed of operation is determined by the propagation delay time of the count enable signal from the LSB to the MSB, most of the counters cannot satisfy the speed requirements. Therefore, the counter's size is considered to be the main limiting factor of the counting rate [I]. Some traditional approaches enhanced the counting speed by improving the circuit implementation of various gates and flip-flops, [2], [3], [4]. But these techniques are not well suited for counters employed in arithmetic circuits. As a substitution to the carry chain, Kakarountas et al. [10] used a carry look-ahead circuit [9]. With the expense of an extra detector, the carry look-ahead Circuit used a prescaler technique with systolic 4-bit counter modules using T-type flip-flops. The detector circuit output is used to enable counting in the higher order bits. Kakarountas‟s design used DFFs between the counter modules to improvise the operating frequency. As the counter design was limited by control signal broadcasting, Kakarountas‟s design was not practical for large counter widths. S. Abdel-Hafeez et al. [6] proposed a simple implementation of frequency divider. However, the circuit operation is confined to frequency division operation and has no provision for multiple arithmetic functionalities. In order to reduce the power consumption, Alioto et al. [7] presented a low power counter design with a relatively high operating frequency. Alioto‟s design was based on cascading an analog block such that each counting stage‟s input frequency was halved compared to the previous counting stage. However, Alioto‟s counter design‟s carry chain rippled through all counting stages, resulting in a total critical path delay equal to the sum of all counting stage delays. Subsequently, Alioto‟s design was not well suited for large counter widths because the carry chain limited operating frequency even though the carry chain voltage was not rail-to-rail. A dual-modulus prescaler constructed with two parts-a synchronous counter and an asynchronous counter was proposed by B. Chang et al. [8].But the advantage of reduction power consumption was negated by reduction in speed. The counting path of the 8-bit Parallel counting architecture [5] consists of four 2-bit modules separated by DFFs. Though the performance of the counter was found to be attractive, it consumed comparatively higher number of transistors thereby increasing total area required for the circuit realization. Therefore to negate these drawbacks alternative counter design strategies are proposed here. In the proposed architecture all the counting blocks are designed by using JK flip-flops which reduces the number of gates required for the overall implementation of the circuit. Also in place for repeating counting blocks of equal width, the counting blocks of variable width is used to reduce the size of the state anticipation module. 2. Parallel Counter Architecture Figure 3 shows the functional block diagram of the proposed high speed parallel counter. It consists of two sections – The Counting Section and State Anticipation Module. 2.1 Counting Section The counting section consists of three different modules. They are BCM, SCM1, and SCM2. The module BCM represents the Basic Counting Module. SCM1 and SCM2 represent the first and second Subsequent Counting Modules respectively. 2.1.1 Module-BCM The basic module BCM is a parallel synchronous 3-bit up counter using JK flip-flops. The schematic is shown in Figure 1. Here the J and K inputs of all the flip flops are shorted and thus its operation is equivalent to a T flip-flop. The output expressions of the basic module BCM is given by, 90
  • 2. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net The module BCM is responsible for the three low-order bit counting and these three LSBs generate future states for counting modules SCM1 and SCM2 in the counting section. Whenever the module BCM output Q2Q1Q0 =110, the input TR of the first subsequent counting module will be „1‟ after a single clock pulse. The counting module will change its state only if TR=‟1‟. The connection between the basic and first subsequent counting module is such that when the basic module completes its full state sequence only, a single state change occurs for the first subsequent counting module SCM1. Figure 1: The Schematic diagram of Module- BCM of the proposed high speed parallel counter 2.1.2 Module - SCMK The counting modules other than the basic module are represented here as SCMK, where K is equal to „1‟ for the first subsequent module and equal to “2‟ for the second subsequent module. The SCMK counting modules will change its state only if TR=‟1‟. The first and second SCMK modules are shown in Figure 2 and Figure 4 respectively. Here SCM1 is a two bit counting module and SCM2 is a three bit counting module. Similar to module BCM, JK flip-flops are used to realize the circuits of modules SCM1 and SCM2. Figure 2: The Schematic diagram of Module- SCM1 of the proposed high speed parallel counter The output expressions of SCM1 are given by, The output expressions of SCM2 are given by, 2.2 State Anticipation Module (SAM) The State Anticipation Module consists of three D flip- flops, three 3-input AND gates and two inverters. It decodes the count states of basic counting module BCM. This decoding is carried over two clock cycles through two DFFs to trigger the second subsequent module, SCM2. In Figure 3, the first row consisting of a D flip- flop, a 3-input AND gate and an inverter decodes the low- order state Q2Q1Q0 =110 and carries this decoding across one clock cycle and enables Q4Q3 =01 at module SCM1 on the next rising clock edge. The second row of the State Anticipation Module decodes the low-order state Q2Q1Q0 =101 and carries this decoding over two cycles. By Combining the one cycle action in the counting section for Q4Q3 =10 and a two-cycle action for Q2Q1Q0 =101, Q7Q6Q5 can be enabled. The propagation delay can be considerably reduced by this type of simultaneous triggering of all the modules 3. Block Diagram of Proposed Parallel Counter The architecture consists of mainly two sections; (a) Counting section (b) State anticipation module 91
  • 3. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net Figure 3: Functional block diagram of the proposed high speed parallel counter Figure 4: The Schematic diagram of Module- SCM2 of the proposed high speed parallel counter 4. Area, Power and Delay Measurements Figure 5: Total equivalent gate count for design=164 Figure 6: Total delay=3.968ns 92
  • 4. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net Figure 7: Total power consumption=28.80mW 5. Results and Discussions The performance analysis of the proposed high-speed low power parallel 8-bit counter architecture and the existing counter architecture is provided in this section. 6.1 Existing Counter Architecture It is a high-speed wide-range parallel counter that achieves high operating frequencies through a novel pipeline partitioning methodology (a counting path and state look-ahead path), using only three simple repeated CMOS-logic module types: an initial module generates anticipated counting states for higher significant bit modules through the state look-ahead path, simple D-type flip-flops, and 2-bit counters. The state look-ahead path prepares the counting path’s next counter state prior to the clock edge such that the clock edge triggers all modules simultaneously, thus concurrently updating the count state with a uniform delay at all counting path modules/stages with respect to the clock edge. The counting path of the 8-bit Parallel counting architecture [5] consists of four 2-bit modules separated by DFFs. Though the performance of the counter was found to be attractive, it consumed comparatively higher number of transistors thereby increasing total area required for the circuit realization 6.2 Comparison of Performance of Parallel Counter Architectures Table 1: Comparison of performance of parallel counter architectures Parameter Area Power(mW) Delay(ns) The 8-bit parallel counter using existing method 266 29.24 4.952 The 8-bit parallel counter using proposed method 164 28.80 3.968 6.3 Proposed Counter Architecture In the proposed architecture all the counting blocks are designed by using JK flip-flops which reduces the number of gates required for the overall implementation of the circuit. Also in place for repeating counting blocks of equal width, the counting blocks of variable width is used to reduce the size of the state anticipation module. 6. Conclusions In this paper we presented a high speed parallel counter architecture.Our counter design consist of mainly two sections (a)Counting section (b)state anticipation module. The AND gate rippling that results in reduction in speed in conventional counters has been eliminated by the proposed counter methodology. The tabulated results demonstrate the better performance of the proposed parallel counter in terms of delay, power and area compared to previous work. The total equivalent gate count for our proposed counter is 164 whereas the existing counter architecture consumes 266.The delay of the proposed counter architecture is 3.968ns and that of existing counter is 4.952ns. The Power consumption is 28.80mW for our proposed counter and 29.24 for the existing one. References [1] Chu, D. “Phase digitizing sharpens timing measurements,” IEEE Spect., pp. 28-32, July 1988 [2] Yuan, J.R. “Efficient CMOS Counter Circuits,” Electronics Letters, vol. 24, pp. 1,311-1,313, Oct. 1988. [3] Yuan, J.R. and Svensson, C. “Fast CMOS Nonbinary Divider and Counter,” Electronics Letters, vol. 29, pp. 1,222-1,223, June 1993. [4] Rogenmoser, R., Huang, Q and Piazza, F “1.57 GHz Asynchronous and 1.4 GHz Dual-Modulus 1.2 mm CMOS Prescalers,” Proc. Custom Integrated Circuits Conf., pp. 387-390, May 1994. [5] Abdel Hafeez, S and Ann Gordon Ross,“A Digital CMOS Parallel Counter Architecture Based on State Look-Ahead Logic”, IEEE Transactions on Very Large Scale Integration(VLSI) Systems, vol.19, no. June2011 [6] Abdel-Hafeez, S Harb.S, and Eisenstadt.W, “High speed digital CMOS divide-by-N frequency divider,” in Proc. IEEE Int. Symp. Circuits Syst., pp. 592– 595,2008 [7] Alioto, M. Mita. R, and Palumbo. G,“Design of high- speed power-efficient MOS current-mode logic frequency dividers,” IEEE Trans. Circuits Syst. II, Expr. Briefs, vol. 53, no. 11, pp. 1165–1169, 2006 [8] Chang, B Park. J and Kim. W, “A 1.2 GHz CMOS dual-modulus prescalar using new dynamic D-type flip-flops,” IEEE J. Solid-State Circuits, vol. 31, no. 5, pp. 749–75, 1996 [9] Hendry. D. C, “Sequential lookahead method for digital counters,” IEEE Electron. Lett. vol. 32, no. 3, pp. 160–161, 1996. [10]Kakarountas, A.P., Theodoridis, G., Papadomanolakis K. S. and C. E. Goutis, “A novel high-speed counter 93
  • 5. International Journal of Science and Research (IJSR), India Online ISSN: 2319-7064 Volume 2 Issue 8, August 2013 www.ijsr.net with counting rate independent of the counter‟s length,” in Proc. IEEE Int. Conf. Electron., Circuits Syst. (ICECS), UAE, Dec. 2003, pp. 1164–1167. [11]Pramod.P®, “A High Speed Parallel Counter Architecture and its Implementation in Programmable Square Finder cum Frequency Divider Circuit,” International Journal of Computer Applications (0975 – 8887) Volume 46– No.12, May 2012 Author Profile Lekshmi Aravind was born in Kayamkulam, Kerala, India. She has received her B. Tech degree in Electronics and Communication Engineering from Anna University, Tamil Nadu, India and pursuing M. Tech in VLSI &Embedded System from Mahatma Gandhi University, Kerala, India. 94