SlideShare a Scribd company logo
1 of 5
Download to read offline
Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57
www.ijera.com 53|P a g e
High- Throughput CAM Based On Search and Shift Mechanism
Anagha Krishna N.V1
, Aparna K.C2
1
M. Tech Student, Electronics and Communication Department
2
Assistant Professor, Electronics and Communication Department
ABSTRACT
This paper introduces a search and shift mechanism for high throughput content-addressable memory(CAM). A
CAM is a memory unit that process single clock cycle content matching instead of addresses using well
dedicated comparison circuitry. Most mismatches can be found by searching a few bits of a search word. The
most critical design challenge in CAM is to reduce power consumption associated with reduced area and
increased speed. To lower power dissipation, a word circuit is often divided into two sections that are
sequentially searched or even pipelined. Because of this process, most of match lines in the second section are
unused. Since searching the last few bits is very fast compared to searching the rest of the bits, throughput can
be increased by asynchronously initiating second-stage searches on the unused match lines as soon as a first-
stage search is complete. A reordered overlapped search mechanism for high throughput low energy content
addressable memories (CAMs) is the existing method. By this method the latency and throughput does not
shows a better improvement.
Here a method of search and shift mechanism for cam is proposed to improve the latency and throughput. This
method also reduces power consumption. Here a cache memory is using to store the compared result. This will
reduce the number of registers used for output bits. A 32x16 bit CAM is implemented and evaluated using
Xilinx simulation. Thus the proposed method improves the latency by k+1 cycles and throughput by K cycles
and reduces the power consumption also.
Index Terms: Asynchronous, CAM, Latency, Throughput
I. INTRODUCTION
Content-addressable memory (CAM) is a
special type of computer memory used in certain
very-high-speed searching applications. It is also
known as associative memory and executes a look
up-table function in parallel. CAM compares input
search data against a table of stored data, and
returns the address of the matching data. CAMs
have a single clock cycle throughput making them
faster than other hardware- and software-based
search systems. An input search word is compared
with a table of stored words and the matching word
is obtained at high speed through a parallel equality
search. CAMs can be used in a wide variety of
applications requiring high search speeds. CAMs
are used for many applications, such as parametric
curve extraction, Hough transformation, Lempel-
Ziv compression, a human body communication
controller, a periodic event generator, cache
memory, a virus-detection processor, and packet
forwarding and packet classification in network
routers.[1] The primary commercial application of
CAMs today is to classify and forward Internet
protocol (IP) packets in network routers. In
networks like the Internet, a message such an as e-
mail or a Web page is transferred by first breaking
up the message into small data packets of a few
hundred bytes, and, then, sending each data packet
individually through the network. These packets are
routed from the source, through the intermediate
nodes of the network (called routers), and
reassembled at the destination to reproduce the
original message. The function of a router is to
compare the destination address of a packet to all
possible routes, in order to choose the appropriate
one.[2]
A CAM is a good choice for implementing
this lookup operation due to its fast search
capability. However, the speed of a CAM comes at
the cost of increased silicon area and power
consumption, two design parameters that designers
strive to reduce. As CAM applications grow,
demanding larger CAM sizes, the power problem is
further exacerbated. Reducing power consumption,
without sacrificing speed or area, is the main thread
of recent research in large-capacity CAMs. CAMs
often contain a few hundred to 32 K entries for
network routers, where each entry or word circuit
contains several dozens of CAM cells. Each input-
search bit is compared with its CAM-cell bit and
the comparison result determines whether a pass
transistor in the CAM cell attached to the match
line (ML) of a word circuit is in on or off states.
In CAM each word circuit contains several
dozens of CAM cells. Each input-search bit is
compared with its CAM-cell bit and if the
comparison matches then the pass transistor in the
CAM cell attached to the match line (ML) of a
word circuit is in on state, else it will be in off state.
CAM cells are classified into two types: NOR and
RESEARCH ARTICLE OPEN ACCESS
Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57
www.ijera.com 54|P a g e
NAND NOR and NAND. A NOR-type word circuit
operates at high speed because pass transistors are
connected between a ML to a ground line in
parallel; however it consumes large power
dissipation.[1]
It is because mismatched word circuits
discharge their ML capacitances to the ground line,
where most of the word circuits tend to be
mismatched in a CAM. In contrast, a NAND-type
word circuit operates at medium speed because
pass transistors are connected serially between a
ML to a ground line. Because very few matched
word circuits discharge their ML capacitances, a
NAND-type word circuit reduces the power
dissipation of MLs compared to the NOR-type
word circuit. A pipelined approach is a general
solution to improve the throughput. In pipelined
approach the match-lines are divided into two
pipeline segments, each segment with its own
MLSA to decide if there is a match and its own
pipeline flip-flop to store the outcome of the match
operation for the segment. Segmenting the match-
lines saves power because most words will miss in
the first segment, eliminating the need to activate
the subsequent segments. To save search-line
power, one would ideally use low-swing signalling
on the SLs. In the existing system we have a
reordered overlapped search mechanism for a high-
throughput low-energy CAM. It includes two new
approaches: a reordered word-overlapped search
(RWOS) at the scheduling level and phase-
overlapped processing (POP) at the circuit level.
In a CAM, most mismatches can be found
by searching a few bits of a search word. In the
proposed CAM, a NAND-type word circuit is
partitioned into two segments of different sizes that
sequentially operate. Only when an input sub-word
matches a stored sub-word that is the last few bits
of a stored word in the smaller first segment, does
the larger subsequent segment operate using its
subsequent sub-word. Because of this process, most
of the subsequent segments are unused. An input
word is assigned to word circuits at a rate based on
the short delay of the first segment instead of the
long delay of the whole word circuit.[1]
In the proposed method a new architecture
is used to improve the efficiency of the CAM block
by adding cache memory. As long as consecutive
input words match in unused different word
circuits, the CAM properly operates at a rate based
on the short delay. A pre-computation block checks
the last few bits of consecutive input words. If they
are found to be the same, then the next search is
only initiated once the current search has completed
in both segments. For applications that would store
random patterns in the last few bits of stored words,
such as caches, the probability of the usage of the
same first segment is very small. Moreover, input
words are reordered to reduce the probability when
the last few bits of consecutive input words are the
same. Hence, CAM can operate at high speed based
on the short delay because the long delay rarely
affects the throughput. At the circuit level, the POP
scheme can take full advantage of the RWOS
scheme for further through put.
In a traditional synchronous CAM, all
word circuits are controlled by a global clock signal
and hence they periodically operate using two
phases. In contrast, in the proposed POP scheme,
each word circuit is designed using asynchronous
circuits. As each word circuit is independently
controlled using its local control signal, unused
word circuits are on the evaluate phase, while the
others are on the precharge phase. In combination
with the RWOS scheme, input search words match
in unused different word circuits whose MLs have
already been pre-charged. Therefore, new search
words are immediately processed without wasting
the precharge time.[1] Along with these existing
techniques the proposed method adds the cache
memory which further improves the throughput.
Hence the proposed method we can increase the
efficiency of searching mechanism using cache
memory by little increase in latency during worst
path.
The rest of this paper is organized as
follows. Section II describes about the existing
method. Section III describes about the proposed
method and section IV describes about the
evaluation and performance comparison
II. REORDERED WORD
OVERLAPPED SEARCH
This existing method is an extension of
word overlapped search method. In the word
overlapped search the input bits are divided into k
bits and n-k bits. This scheme reduces the
probability of slow mode to improve the
throughput. Here the last bits of a current search
word are compared with the last bits of m
consecutive search words and an extra search word
followed by the current search word. If the m
consecutive sub-search words are different from the
current sub-search word, the CAM operates at the
fast mode. Otherwise, one of the m sub-search
words that is the same as the current sub-search
word is replaced by the extra sub-search word. In
this case, the extra sub-search word has to be
different from the current sub-search word.
Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57
www.ijera.com 55|P a g e
Fig1. Reorderd word overlapped search mechanism
In the example shown in Figure.1 the
current sub-search word is “L,” while the input
buffer has “M,” “L,” and “O.” In this case, as the
second sub-search word “L” is replaced by the
extra sub-search word “P,” the current sub-search
word “L” is different from all m consecutive sub-
search words in the input buffer. Therefore, the
CAM keeps operating at the fast mode. This
method of reordering with a dummy word will take
a longer time for the operation. This method
doesnot show a better throughput and latency. Here
throughput is equal to n cycles. The number of
registers using is high. Power consumption is also
high.
III. SEARCH AND SHIFT
MECHANISM
In this section we propose a search and
shift mechanism to improve the throughput and
latency. In the proposed method, the total number
of available bits is divided into k bits and n-k bits.
Considering a 32 bit word we can divide them by
setting k as 10 bits and n-k bits as remaining 22
bits. Proposed method is based on a search and shift
mechanism and it uses a cache memory for storing
the matched data.
The working of the system starts only
when the cam enable signal goes high. Then only
the input value is taken and then holds it throughout
the operation. Firstly the k bits are searched by
search and shift mechanism. Comparing each bit of
input and memory by shifting the bits .Here only
one register is using for this purpose. Each bit is
shifted to one register and compared. Thus the
name shift and search.
On comparing the data input and memory
value using an exnor operation an enable signal will
be generated if bits match. This signal is fed back
to the shifters for shifting the next bit. This will
depend upon the value of enable signal At the
time when k bit search is initiated then a down
counter is enabled. The n-k bit parallel search is
delayed using this counter so that timing issue is
removed. It will wait for the k bit search to
complete. When the counter value reaches a 1 an
internal enable signal is generating. This is for
solving the timing issues of the system. This signal
will inform the system about when we need to
capture the values, outputs e.t.c. The comparison of
n-k bits takes place parallely. Each input value is
compared against the memory value by exor
operation. This will generate another enable signal.
These three enable signals are fed to an and gate
which will produce a high enable signal. This in
turn fed to a cache memory. From there the output
address of the matched word is obtained.
The address is represented as one hot
address. This will reduce the dynamic power. One
hot address representation has got many
advantages. High speed, lesser dynamic power,
decoding complexity is less e.t.c. Priority encoder
is used here in order to solve the problem of
multiple match location. Overall design of the
system will improve the throughput, latency, power
consumption and area used. Here the method is
based on a shift and search mechanism. If any one
of the enable signal is 0 then whole operation will
stop.
Figure 2. Diagram showing k bit search
In this mechanism K bit searching requires
only one register for comparing the values.. First
the LSB bit of input is compared against the LSB
bit of memory. This is done using exor operation. If
the comparison result is a true value then the enable
signal is fed back to the shifter, then next bit is
shifted and compared. The same shifting is
occurring in memory also. These k bit and stored
bits in the memory are searched for a match. If a
match is found then enable signal will be active.
n-k bit parallel comparing
Fig3. Working diagram of the proposed
architecture
Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57
www.ijera.com 56|P a g e
The enable signals (en) generate
depending on the comparison results. Three enable
signals are generating. One from k bit search, one
from n-k bit search and the other one is an internal
enable signal. This signal is for capturing outputs at
the correct time.
These three enable signals are fed to a
bitwise and operation to produce a single enable
signal. If these three enable signals are high then
only the AND operation gives a true value. If this
signal is high then cache memory is activated for
storing the data. This will avoid the frequent
updating of cache memory. Thereby reducing the
power consumption. Data stored in cache memory
can be used for further needs. The output address
of matching location is obtained as one hot address.
This will also reduces power consumption because
of the avoidance of toggling bits. The usage of
priority encoder will resolve the issue of matching
of multiple location. Each location will be assigned
with a priority value. Throughput and latency
shows a better improvement in this method.
Latency is the time interval between the arrival of
input and output whereas throughput is the time
interval between the arrivals of consecutive inputs.
Here throughput is K cycle and latency is K+1
cycles
Fig 4. Flow chart showing the working of CAM
using search and shift mechanism
Here in this proposed method, the
throughput depends on K value whereas in
overlapping mechanism it depends on the n bit
value. Here Latency is K+1.This is a better
improvement than the existing method. Cache
memory is using for storing the data value. It is just
like storing in an internal memory. We can take the
data values for further requirements.
IV. EVALUATION
A 32X16 bit CAM is implemented for
high throughput applications. Here the K value for
proposed system is chosen as 10. Therefore the first
segment is a 10 bit word and the remaining bits will
form the second segment. These CAMs are
implemented and evaluated by Xilinx simulation.
This proposed CAM is implemented using Virtex 5
FPGA kit.
A.Performance Comparison
The proposed method when compared
with the result of existing method shows that there
is a better improvement in throughput and latency.
Throughput of the proposed method is equal to the
k cycles .Here K is set to 10. So throughput is 10
clock cycles. This result is far better than the
existing system. Latency of proposed system shows
a better improvement than the existing system. The
existing method has a higher latency which is equal
to the n cycles ie 64 clock cycles. In search and
shift mechanism it is equal to the k+1 cycle.
Here latency is equal to K+1.ie 11. In the
existing system exor operation is using always. But
in the proposed method bit by bit analysis make an
exor operation only if the comparison of previous
bits is true. Here in this method the LSB of k bit is
compared against the LSB of value stored in
memory. If that comparison yields to a true value
then next bit is shifted and comparison takes place.
In reordered overlapped search if a bit is compared
truly then it is replaced .Then a dummy value is
placed to that position and compared. This will take
a longer time than the existing method. Proposed
method has a special flop with multicycle path. It is
a type of hold+latch. This means the input value is
holding throughout the process. A cache memory is
added in the proposed method. Here the compared
value is stored when it shows a match. This is
working on the basis of 3 enable signals coming
from the comparison operations. By using this
cache memory 32 bit data value can be stored and
can be used whenever needed.
Existing method uses registers for storing
each of these bits in the output. But here by using
this cache memory we are reducing the number of
registers.
B.Analysis Of Power
In the proposed method power is reducing
considerably. Here there is a cache memory for
storing the matched result. Here the complete value
is storing only when the comparison of entire data
shows a match. So there is no need of updating the
cache frequently. This will reduce the dynamic
power which is a major source of power
consumption. In the existing method each and
every time the comparison result is registering. So
this will lead to power consumption.
Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57
www.ijera.com 57|P a g e
In search and shift mechanism address of
matched location is represented using one hot
address. So this has got many advantages. High
speed, lesser dynamic power, decoding complexity
is less e.t.c. Here in this representation bit toggling
is not taking place. This will also result in lesser
power consumption.
Analysis of Latency and Throughput
Latency is the time interval between the
arrival of input and output whereas throughput is
the time interval between the arrivals of
consecutive inputs.
Latency of proposed system shows a better
improvement than the existing system. The existing
method has a higher latency which is equal to the
number of bits n that is 64 clock cycles. In search
and shift mechanism it is equal to the k+1. Here
latency is equal to K+1.ie 11. Throughput of the
proposed method is equal to the k bits whereas in
existing method it is equal to n cycles. Here K is set
to 10.So throughput is 10 cycles. This result is far
better than the existing system.
Table I Performance Comparison
V. CONCLUSION
This paper focuses on the design of a cam
memory based on search and shift mechanism for
improving the throughput and latency of the
system. In this method the total number of input
bits is divided into two sections as k bits and n-k
bits. K bits are searched using shift and search
mechanism and the remaining bits are compared
parallely. The timing issue between these two
comparison methods is solved using a counter. The
counter value is set to k bits .The comparison
results either shows a matching condition or
mismatching condition. The comparison result
yields to enable signals.
During the time of a matching condition
the address of matched location is obtained and also
the matched data is being stored in a cache
memory. Cache memory is enabled using 3 enable
signals coming from the comparison results.
Therefore frequent updating of cache memory is
not required thereby reducing the power
consumption. The flops used here are of a
particular type. Here we use a hold+latch method
for the flop. This will hold the input value
throughout the operation.
Here this shifting and searching operation
takes places faster and thereby improving the
throughput and latency. Throughput and latency
shows a better improvement than previous designs.
Usage of cache memory and one hot address
representation reduces the power consumption also.
The throughput of this method is K cycles and
latency is equal to K+1 cycles.
REFERENCES
[1]. N onizawa, member, ieee, shoun
matsunaga, member, ieee “high-
throughput low- energy self-timed cam
based on reordered overlapped search
mechanism” ieee transactions on circuits
and systems: regular papers, vol. 61, no. 3,
march 2014
[2]. K. Pagiamtzis and A. Sheikholeslami,
“Content-addressable memory (CAM)
circuits and architectures:Atutorial and
survey,” IEEE J. Solid- State Circuits, vol.
41, no. 3, pp. 712–727, Mar. 2006.
[3]. K. Pagiamtzis and A. Sheikholeslami, “A
low-power content-addressable memory
(CAM) using pipelined hierarchical search
scheme,” IEEE J. Solid-State Circuits, vol.
39, no. 9, pp. 1512–1519, Sep. 2004.
[4]. N. Onizawa, S. Matsunaga, V. C. Gaudet,
and T. Hanyu, “Highthroughput low-
energy content-addressable memory based
on self-timed overlapped search
mechanism,” in Proc. 18th Int. Symp.
Asynchronous Circuits Syst., May 2012,
pp. 41–48.
[5]. N. Onizawa, S. Matsunaga, V. C. Gaudet,
W. J. Gross, and T. Hanyu, “High-
throughput CAM based on a synchronous
overlapped search scheme,” IEICE
Electron. Exp. (ELEX), vol. 10, no. 7, p.
20130148, 2013
[6]. S. Baeg, “Low-power ternary content-
addressable memory design using a
segmented match line,” IEEE Trans.
Circuits Syst. I, Reg. Papers, vol. 55, no.
6, pp. 1485–1494, Jul. 2008.
[7]. Scott Beamer, Mehmet Akgul” Design of
a Low Power Content Addressable
Memory (CAM)”
[8]. Jerrin Paul M1, Hazel Elsa John2 “ Low
Power Self-Timed TCAM Based on
Overlapped Search Mechanism with IP
Filter Implementation”

More Related Content

What's hot

Energy of Bandwidth and Storage Routing Protocol for Opportunistic Networks
Energy of Bandwidth and Storage Routing Protocol for Opportunistic NetworksEnergy of Bandwidth and Storage Routing Protocol for Opportunistic Networks
Energy of Bandwidth and Storage Routing Protocol for Opportunistic NetworksEswar Publications
 
Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...ijctet
 
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...Eswar Publications
 
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP ConstraintsAn Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP ConstraintsEM Legacy
 
QoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN controlQoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN controlUniversity of Piraeus
 
JPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay Nodes
JPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay NodesJPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay Nodes
JPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay Nodeschennaijp
 
Optimal resource allocation in networked control systems using viterbi algorithm
Optimal resource allocation in networked control systems using viterbi algorithmOptimal resource allocation in networked control systems using viterbi algorithm
Optimal resource allocation in networked control systems using viterbi algorithmjournalBEEI
 
RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...
RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...
RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...IJCNCJournal
 
GA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different LoadsGA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different LoadsIRJET Journal
 
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...CSCJournals
 
Vlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpgaVlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpgaeSAT Publishing House
 
O dsr optimized dsr routing
O dsr optimized dsr routingO dsr optimized dsr routing
O dsr optimized dsr routingijwmn
 
Performance evaluation of MANET routing protocols based on QoS and energy p...
  Performance evaluation of MANET routing protocols based on QoS and energy p...  Performance evaluation of MANET routing protocols based on QoS and energy p...
Performance evaluation of MANET routing protocols based on QoS and energy p...IJECEIAES
 

What's hot (18)

Energy of Bandwidth and Storage Routing Protocol for Opportunistic Networks
Energy of Bandwidth and Storage Routing Protocol for Opportunistic NetworksEnergy of Bandwidth and Storage Routing Protocol for Opportunistic Networks
Energy of Bandwidth and Storage Routing Protocol for Opportunistic Networks
 
Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...Comparison of routing protocols with performance parameters for different num...
Comparison of routing protocols with performance parameters for different num...
 
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
Cost Effective Routing Protocols Based on Two Hop Neighborhood Information (2...
 
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP ConstraintsAn Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
 
QoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN controlQoS-aware scheduling in LTE-A networks with SDN control
QoS-aware scheduling in LTE-A networks with SDN control
 
Paper
PaperPaper
Paper
 
Elsevier paper
Elsevier paperElsevier paper
Elsevier paper
 
paper3
paper3paper3
paper3
 
A study on “link
A study on “linkA study on “link
A study on “link
 
JPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay Nodes
JPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay NodesJPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay Nodes
JPJ1433 Cost-Effective Resource Allocation of Overlay Routing Relay Nodes
 
Optimal resource allocation in networked control systems using viterbi algorithm
Optimal resource allocation in networked control systems using viterbi algorithmOptimal resource allocation in networked control systems using viterbi algorithm
Optimal resource allocation in networked control systems using viterbi algorithm
 
RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...
RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...
RESPONSE SURFACE METHODOLOGY FOR PERFORMANCE ANALYSIS AND MODELING OF MANET R...
 
GA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different LoadsGA Based Optimization in LTE for Different Data with Different Loads
GA Based Optimization in LTE for Different Data with Different Loads
 
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
Application of N jobs M machine Job Sequencing Technique for MPLS Traffic Eng...
 
Vlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpgaVlsi design process for low power design methodology using reconfigurable fpga
Vlsi design process for low power design methodology using reconfigurable fpga
 
O dsr optimized dsr routing
O dsr optimized dsr routingO dsr optimized dsr routing
O dsr optimized dsr routing
 
Performance evaluation of MANET routing protocols based on QoS and energy p...
  Performance evaluation of MANET routing protocols based on QoS and energy p...  Performance evaluation of MANET routing protocols based on QoS and energy p...
Performance evaluation of MANET routing protocols based on QoS and energy p...
 
C0431320
C0431320C0431320
C0431320
 

Viewers also liked

Analysis of Triwheeler for Handicapped Person
Analysis of Triwheeler for Handicapped PersonAnalysis of Triwheeler for Handicapped Person
Analysis of Triwheeler for Handicapped PersonIJERA Editor
 
Management of Drilling Cuttings in Term of Volume and Economics in Oil Field
Management of Drilling Cuttings in Term of Volume and Economics in Oil FieldManagement of Drilling Cuttings in Term of Volume and Economics in Oil Field
Management of Drilling Cuttings in Term of Volume and Economics in Oil FieldIJERA Editor
 
Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...
Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...
Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...IJERA Editor
 
Cement Industry Overview and Market Price Forecasting In Azerbaijan
Cement Industry Overview and Market Price Forecasting In Azerbaijan Cement Industry Overview and Market Price Forecasting In Azerbaijan
Cement Industry Overview and Market Price Forecasting In Azerbaijan IJERA Editor
 
Influence of Ruthenium doping on Structural and Morphological Properties of M...
Influence of Ruthenium doping on Structural and Morphological Properties of M...Influence of Ruthenium doping on Structural and Morphological Properties of M...
Influence of Ruthenium doping on Structural and Morphological Properties of M...IJERA Editor
 
Dielectric properties of Ni-Al nano ferrites synthesized by citrate gel method
Dielectric properties of Ni-Al nano ferrites synthesized by citrate gel methodDielectric properties of Ni-Al nano ferrites synthesized by citrate gel method
Dielectric properties of Ni-Al nano ferrites synthesized by citrate gel methodIJERA Editor
 
Design of Industrial Electro-Hydraulic Valves, New Approach
Design of Industrial Electro-Hydraulic Valves, New ApproachDesign of Industrial Electro-Hydraulic Valves, New Approach
Design of Industrial Electro-Hydraulic Valves, New ApproachIJERA Editor
 
Thermoelectric Power Studies Cu-Cd Nano Ferrites
Thermoelectric Power Studies Cu-Cd Nano FerritesThermoelectric Power Studies Cu-Cd Nano Ferrites
Thermoelectric Power Studies Cu-Cd Nano FerritesIJERA Editor
 
Frequent Item set Mining of Big Data for Social Media
Frequent Item set Mining of Big Data for Social MediaFrequent Item set Mining of Big Data for Social Media
Frequent Item set Mining of Big Data for Social MediaIJERA Editor
 
Effects of Zno on electrical properties of Polyaniline Composites
Effects of Zno on electrical properties of Polyaniline CompositesEffects of Zno on electrical properties of Polyaniline Composites
Effects of Zno on electrical properties of Polyaniline CompositesIJERA Editor
 
Behaviour of Single Pile in Reinforced Slope Subjected to Inclined Load
Behaviour of Single Pile in Reinforced Slope Subjected to Inclined LoadBehaviour of Single Pile in Reinforced Slope Subjected to Inclined Load
Behaviour of Single Pile in Reinforced Slope Subjected to Inclined LoadIJERA Editor
 
Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...
Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...
Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...IJERA Editor
 
A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...
A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...
A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...IJERA Editor
 
Ary Mouse for Image Processing
Ary Mouse for Image ProcessingAry Mouse for Image Processing
Ary Mouse for Image ProcessingIJERA Editor
 
Performance Study of Wind Friction Reduction Attachments for Van Using Comput...
Performance Study of Wind Friction Reduction Attachments for Van Using Comput...Performance Study of Wind Friction Reduction Attachments for Van Using Comput...
Performance Study of Wind Friction Reduction Attachments for Van Using Comput...IJERA Editor
 
Performance Improvement Of Bengali Text Compression Using Transliteration And...
Performance Improvement Of Bengali Text Compression Using Transliteration And...Performance Improvement Of Bengali Text Compression Using Transliteration And...
Performance Improvement Of Bengali Text Compression Using Transliteration And...IJERA Editor
 
Células juana y clara
Células juana y claraCélulas juana y clara
Células juana y claragrabugnot
 
Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...
Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...
Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...IJERA Editor
 
PhilExport Website Transformation
PhilExport Website TransformationPhilExport Website Transformation
PhilExport Website TransformationWesley Ong
 

Viewers also liked (20)

Analysis of Triwheeler for Handicapped Person
Analysis of Triwheeler for Handicapped PersonAnalysis of Triwheeler for Handicapped Person
Analysis of Triwheeler for Handicapped Person
 
Management of Drilling Cuttings in Term of Volume and Economics in Oil Field
Management of Drilling Cuttings in Term of Volume and Economics in Oil FieldManagement of Drilling Cuttings in Term of Volume and Economics in Oil Field
Management of Drilling Cuttings in Term of Volume and Economics in Oil Field
 
Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...
Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...
Effect of Nano-Tio2addition on Mechanical Properties of Concrete and Corrosio...
 
Cement Industry Overview and Market Price Forecasting In Azerbaijan
Cement Industry Overview and Market Price Forecasting In Azerbaijan Cement Industry Overview and Market Price Forecasting In Azerbaijan
Cement Industry Overview and Market Price Forecasting In Azerbaijan
 
Influence of Ruthenium doping on Structural and Morphological Properties of M...
Influence of Ruthenium doping on Structural and Morphological Properties of M...Influence of Ruthenium doping on Structural and Morphological Properties of M...
Influence of Ruthenium doping on Structural and Morphological Properties of M...
 
Dielectric properties of Ni-Al nano ferrites synthesized by citrate gel method
Dielectric properties of Ni-Al nano ferrites synthesized by citrate gel methodDielectric properties of Ni-Al nano ferrites synthesized by citrate gel method
Dielectric properties of Ni-Al nano ferrites synthesized by citrate gel method
 
Design of Industrial Electro-Hydraulic Valves, New Approach
Design of Industrial Electro-Hydraulic Valves, New ApproachDesign of Industrial Electro-Hydraulic Valves, New Approach
Design of Industrial Electro-Hydraulic Valves, New Approach
 
Thermoelectric Power Studies Cu-Cd Nano Ferrites
Thermoelectric Power Studies Cu-Cd Nano FerritesThermoelectric Power Studies Cu-Cd Nano Ferrites
Thermoelectric Power Studies Cu-Cd Nano Ferrites
 
Frequent Item set Mining of Big Data for Social Media
Frequent Item set Mining of Big Data for Social MediaFrequent Item set Mining of Big Data for Social Media
Frequent Item set Mining of Big Data for Social Media
 
Effects of Zno on electrical properties of Polyaniline Composites
Effects of Zno on electrical properties of Polyaniline CompositesEffects of Zno on electrical properties of Polyaniline Composites
Effects of Zno on electrical properties of Polyaniline Composites
 
Behaviour of Single Pile in Reinforced Slope Subjected to Inclined Load
Behaviour of Single Pile in Reinforced Slope Subjected to Inclined LoadBehaviour of Single Pile in Reinforced Slope Subjected to Inclined Load
Behaviour of Single Pile in Reinforced Slope Subjected to Inclined Load
 
Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...
Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...
Effect of Weaknesses of the Internal Control Systems And NonCompliance With S...
 
A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...
A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...
A Review of Strategies to Promote Road Safety in Rich Developing Countries: t...
 
Ary Mouse for Image Processing
Ary Mouse for Image ProcessingAry Mouse for Image Processing
Ary Mouse for Image Processing
 
Performance Study of Wind Friction Reduction Attachments for Van Using Comput...
Performance Study of Wind Friction Reduction Attachments for Van Using Comput...Performance Study of Wind Friction Reduction Attachments for Van Using Comput...
Performance Study of Wind Friction Reduction Attachments for Van Using Comput...
 
Performance Improvement Of Bengali Text Compression Using Transliteration And...
Performance Improvement Of Bengali Text Compression Using Transliteration And...Performance Improvement Of Bengali Text Compression Using Transliteration And...
Performance Improvement Of Bengali Text Compression Using Transliteration And...
 
Clacan
ClacanClacan
Clacan
 
Células juana y clara
Células juana y claraCélulas juana y clara
Células juana y clara
 
Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...
Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...
Comparison of Total Actual Cost for Different Types of Lighting Bulbs Used In...
 
PhilExport Website Transformation
PhilExport Website TransformationPhilExport Website Transformation
PhilExport Website Transformation
 

Similar to High- Throughput CAM Based On Search and Shift Mechanism

A HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSING
A HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSINGA HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSING
A HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSINGpharmaindexing
 
A high speed low power cam with a parity bit and
A high speed low power cam with a parity bit andA high speed low power cam with a parity bit and
A high speed low power cam with a parity bit andvaalgin
 
Investigations on Implementation of Ternary Content Addressable Memory Archit...
Investigations on Implementation of Ternary Content Addressable Memory Archit...Investigations on Implementation of Ternary Content Addressable Memory Archit...
Investigations on Implementation of Ternary Content Addressable Memory Archit...IRJET Journal
 
REDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMS
REDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMSREDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMS
REDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMSVLSICS Design
 
IEEE Vehicular technology 2016 Title and Abstract
IEEE Vehicular technology 2016 Title and AbstractIEEE Vehicular technology 2016 Title and Abstract
IEEE Vehicular technology 2016 Title and Abstracttsysglobalsolutions
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 
2017 18 ieee vlsi titles,IEEE 2017-18 BULK NS2 PROJECTS TITLES,IEEE 2017-18...
2017 18 ieee vlsi titles,IEEE 2017-18  BULK  NS2 PROJECTS TITLES,IEEE 2017-18...2017 18 ieee vlsi titles,IEEE 2017-18  BULK  NS2 PROJECTS TITLES,IEEE 2017-18...
2017 18 ieee vlsi titles,IEEE 2017-18 BULK NS2 PROJECTS TITLES,IEEE 2017-18...Nexgen Technology
 
Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory ijcisjournal
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsIJERA Editor
 
JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...
JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...
JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...IJCNCJournal
 
Implementation and Design of High Speed FPGA-based Content Addressable Memory
Implementation and Design of High Speed FPGA-based Content Addressable MemoryImplementation and Design of High Speed FPGA-based Content Addressable Memory
Implementation and Design of High Speed FPGA-based Content Addressable Memoryijsrd.com
 
Optimization Algorithm to Control Interference-based Topology Control for De...
 Optimization Algorithm to Control Interference-based Topology Control for De... Optimization Algorithm to Control Interference-based Topology Control for De...
Optimization Algorithm to Control Interference-based Topology Control for De...IJCSIS Research Publications
 
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...ijesajournal
 
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...ijesajournal
 

Similar to High- Throughput CAM Based On Search and Shift Mechanism (20)

A HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSING
A HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSINGA HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSING
A HIGH SPEED LOW POWER CAM AND TCAM WITH A PARITY BIT AND POWER GATED ML SENSING
 
G1034853
G1034853G1034853
G1034853
 
A high speed low power cam with a parity bit and
A high speed low power cam with a parity bit andA high speed low power cam with a parity bit and
A high speed low power cam with a parity bit and
 
Bg4103362367
Bg4103362367Bg4103362367
Bg4103362367
 
Investigations on Implementation of Ternary Content Addressable Memory Archit...
Investigations on Implementation of Ternary Content Addressable Memory Archit...Investigations on Implementation of Ternary Content Addressable Memory Archit...
Investigations on Implementation of Ternary Content Addressable Memory Archit...
 
REDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMS
REDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMSREDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMS
REDUCTION OF BUS TRANSITION FOR COMPRESSED CODE SYSTEMS
 
IEEE Vehicular technology 2016 Title and Abstract
IEEE Vehicular technology 2016 Title and AbstractIEEE Vehicular technology 2016 Title and Abstract
IEEE Vehicular technology 2016 Title and Abstract
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 
paper2
paper2paper2
paper2
 
2017 18 ieee vlsi titles,IEEE 2017-18 BULK NS2 PROJECTS TITLES,IEEE 2017-18...
2017 18 ieee vlsi titles,IEEE 2017-18  BULK  NS2 PROJECTS TITLES,IEEE 2017-18...2017 18 ieee vlsi titles,IEEE 2017-18  BULK  NS2 PROJECTS TITLES,IEEE 2017-18...
2017 18 ieee vlsi titles,IEEE 2017-18 BULK NS2 PROJECTS TITLES,IEEE 2017-18...
 
Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory Design and Implementation of Efficient Ternary Content Addressable Memory
Design and Implementation of Efficient Ternary Content Addressable Memory
 
M-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETsM-EPAR to Improve the Quality of the MANETs
M-EPAR to Improve the Quality of the MANETs
 
JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...
JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...
JOINT-DESIGN OF LINK-ADAPTIVE MODULATION AND CODING WITH ADAPTIVE ARQ FOR COO...
 
Implementation and Design of High Speed FPGA-based Content Addressable Memory
Implementation and Design of High Speed FPGA-based Content Addressable MemoryImplementation and Design of High Speed FPGA-based Content Addressable Memory
Implementation and Design of High Speed FPGA-based Content Addressable Memory
 
Optimization Algorithm to Control Interference-based Topology Control for De...
 Optimization Algorithm to Control Interference-based Topology Control for De... Optimization Algorithm to Control Interference-based Topology Control for De...
Optimization Algorithm to Control Interference-based Topology Control for De...
 
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
 
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...Dominant block guided optimal cache size estimation to maximize ipc of embedd...
Dominant block guided optimal cache size estimation to maximize ipc of embedd...
 
Implementation of Efficient Ternary Content Addressable Memory by Using Butte...
Implementation of Efficient Ternary Content Addressable Memory by Using Butte...Implementation of Efficient Ternary Content Addressable Memory by Using Butte...
Implementation of Efficient Ternary Content Addressable Memory by Using Butte...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

High- Throughput CAM Based On Search and Shift Mechanism

  • 1. Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57 www.ijera.com 53|P a g e High- Throughput CAM Based On Search and Shift Mechanism Anagha Krishna N.V1 , Aparna K.C2 1 M. Tech Student, Electronics and Communication Department 2 Assistant Professor, Electronics and Communication Department ABSTRACT This paper introduces a search and shift mechanism for high throughput content-addressable memory(CAM). A CAM is a memory unit that process single clock cycle content matching instead of addresses using well dedicated comparison circuitry. Most mismatches can be found by searching a few bits of a search word. The most critical design challenge in CAM is to reduce power consumption associated with reduced area and increased speed. To lower power dissipation, a word circuit is often divided into two sections that are sequentially searched or even pipelined. Because of this process, most of match lines in the second section are unused. Since searching the last few bits is very fast compared to searching the rest of the bits, throughput can be increased by asynchronously initiating second-stage searches on the unused match lines as soon as a first- stage search is complete. A reordered overlapped search mechanism for high throughput low energy content addressable memories (CAMs) is the existing method. By this method the latency and throughput does not shows a better improvement. Here a method of search and shift mechanism for cam is proposed to improve the latency and throughput. This method also reduces power consumption. Here a cache memory is using to store the compared result. This will reduce the number of registers used for output bits. A 32x16 bit CAM is implemented and evaluated using Xilinx simulation. Thus the proposed method improves the latency by k+1 cycles and throughput by K cycles and reduces the power consumption also. Index Terms: Asynchronous, CAM, Latency, Throughput I. INTRODUCTION Content-addressable memory (CAM) is a special type of computer memory used in certain very-high-speed searching applications. It is also known as associative memory and executes a look up-table function in parallel. CAM compares input search data against a table of stored data, and returns the address of the matching data. CAMs have a single clock cycle throughput making them faster than other hardware- and software-based search systems. An input search word is compared with a table of stored words and the matching word is obtained at high speed through a parallel equality search. CAMs can be used in a wide variety of applications requiring high search speeds. CAMs are used for many applications, such as parametric curve extraction, Hough transformation, Lempel- Ziv compression, a human body communication controller, a periodic event generator, cache memory, a virus-detection processor, and packet forwarding and packet classification in network routers.[1] The primary commercial application of CAMs today is to classify and forward Internet protocol (IP) packets in network routers. In networks like the Internet, a message such an as e- mail or a Web page is transferred by first breaking up the message into small data packets of a few hundred bytes, and, then, sending each data packet individually through the network. These packets are routed from the source, through the intermediate nodes of the network (called routers), and reassembled at the destination to reproduce the original message. The function of a router is to compare the destination address of a packet to all possible routes, in order to choose the appropriate one.[2] A CAM is a good choice for implementing this lookup operation due to its fast search capability. However, the speed of a CAM comes at the cost of increased silicon area and power consumption, two design parameters that designers strive to reduce. As CAM applications grow, demanding larger CAM sizes, the power problem is further exacerbated. Reducing power consumption, without sacrificing speed or area, is the main thread of recent research in large-capacity CAMs. CAMs often contain a few hundred to 32 K entries for network routers, where each entry or word circuit contains several dozens of CAM cells. Each input- search bit is compared with its CAM-cell bit and the comparison result determines whether a pass transistor in the CAM cell attached to the match line (ML) of a word circuit is in on or off states. In CAM each word circuit contains several dozens of CAM cells. Each input-search bit is compared with its CAM-cell bit and if the comparison matches then the pass transistor in the CAM cell attached to the match line (ML) of a word circuit is in on state, else it will be in off state. CAM cells are classified into two types: NOR and RESEARCH ARTICLE OPEN ACCESS
  • 2. Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57 www.ijera.com 54|P a g e NAND NOR and NAND. A NOR-type word circuit operates at high speed because pass transistors are connected between a ML to a ground line in parallel; however it consumes large power dissipation.[1] It is because mismatched word circuits discharge their ML capacitances to the ground line, where most of the word circuits tend to be mismatched in a CAM. In contrast, a NAND-type word circuit operates at medium speed because pass transistors are connected serially between a ML to a ground line. Because very few matched word circuits discharge their ML capacitances, a NAND-type word circuit reduces the power dissipation of MLs compared to the NOR-type word circuit. A pipelined approach is a general solution to improve the throughput. In pipelined approach the match-lines are divided into two pipeline segments, each segment with its own MLSA to decide if there is a match and its own pipeline flip-flop to store the outcome of the match operation for the segment. Segmenting the match- lines saves power because most words will miss in the first segment, eliminating the need to activate the subsequent segments. To save search-line power, one would ideally use low-swing signalling on the SLs. In the existing system we have a reordered overlapped search mechanism for a high- throughput low-energy CAM. It includes two new approaches: a reordered word-overlapped search (RWOS) at the scheduling level and phase- overlapped processing (POP) at the circuit level. In a CAM, most mismatches can be found by searching a few bits of a search word. In the proposed CAM, a NAND-type word circuit is partitioned into two segments of different sizes that sequentially operate. Only when an input sub-word matches a stored sub-word that is the last few bits of a stored word in the smaller first segment, does the larger subsequent segment operate using its subsequent sub-word. Because of this process, most of the subsequent segments are unused. An input word is assigned to word circuits at a rate based on the short delay of the first segment instead of the long delay of the whole word circuit.[1] In the proposed method a new architecture is used to improve the efficiency of the CAM block by adding cache memory. As long as consecutive input words match in unused different word circuits, the CAM properly operates at a rate based on the short delay. A pre-computation block checks the last few bits of consecutive input words. If they are found to be the same, then the next search is only initiated once the current search has completed in both segments. For applications that would store random patterns in the last few bits of stored words, such as caches, the probability of the usage of the same first segment is very small. Moreover, input words are reordered to reduce the probability when the last few bits of consecutive input words are the same. Hence, CAM can operate at high speed based on the short delay because the long delay rarely affects the throughput. At the circuit level, the POP scheme can take full advantage of the RWOS scheme for further through put. In a traditional synchronous CAM, all word circuits are controlled by a global clock signal and hence they periodically operate using two phases. In contrast, in the proposed POP scheme, each word circuit is designed using asynchronous circuits. As each word circuit is independently controlled using its local control signal, unused word circuits are on the evaluate phase, while the others are on the precharge phase. In combination with the RWOS scheme, input search words match in unused different word circuits whose MLs have already been pre-charged. Therefore, new search words are immediately processed without wasting the precharge time.[1] Along with these existing techniques the proposed method adds the cache memory which further improves the throughput. Hence the proposed method we can increase the efficiency of searching mechanism using cache memory by little increase in latency during worst path. The rest of this paper is organized as follows. Section II describes about the existing method. Section III describes about the proposed method and section IV describes about the evaluation and performance comparison II. REORDERED WORD OVERLAPPED SEARCH This existing method is an extension of word overlapped search method. In the word overlapped search the input bits are divided into k bits and n-k bits. This scheme reduces the probability of slow mode to improve the throughput. Here the last bits of a current search word are compared with the last bits of m consecutive search words and an extra search word followed by the current search word. If the m consecutive sub-search words are different from the current sub-search word, the CAM operates at the fast mode. Otherwise, one of the m sub-search words that is the same as the current sub-search word is replaced by the extra sub-search word. In this case, the extra sub-search word has to be different from the current sub-search word.
  • 3. Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57 www.ijera.com 55|P a g e Fig1. Reorderd word overlapped search mechanism In the example shown in Figure.1 the current sub-search word is “L,” while the input buffer has “M,” “L,” and “O.” In this case, as the second sub-search word “L” is replaced by the extra sub-search word “P,” the current sub-search word “L” is different from all m consecutive sub- search words in the input buffer. Therefore, the CAM keeps operating at the fast mode. This method of reordering with a dummy word will take a longer time for the operation. This method doesnot show a better throughput and latency. Here throughput is equal to n cycles. The number of registers using is high. Power consumption is also high. III. SEARCH AND SHIFT MECHANISM In this section we propose a search and shift mechanism to improve the throughput and latency. In the proposed method, the total number of available bits is divided into k bits and n-k bits. Considering a 32 bit word we can divide them by setting k as 10 bits and n-k bits as remaining 22 bits. Proposed method is based on a search and shift mechanism and it uses a cache memory for storing the matched data. The working of the system starts only when the cam enable signal goes high. Then only the input value is taken and then holds it throughout the operation. Firstly the k bits are searched by search and shift mechanism. Comparing each bit of input and memory by shifting the bits .Here only one register is using for this purpose. Each bit is shifted to one register and compared. Thus the name shift and search. On comparing the data input and memory value using an exnor operation an enable signal will be generated if bits match. This signal is fed back to the shifters for shifting the next bit. This will depend upon the value of enable signal At the time when k bit search is initiated then a down counter is enabled. The n-k bit parallel search is delayed using this counter so that timing issue is removed. It will wait for the k bit search to complete. When the counter value reaches a 1 an internal enable signal is generating. This is for solving the timing issues of the system. This signal will inform the system about when we need to capture the values, outputs e.t.c. The comparison of n-k bits takes place parallely. Each input value is compared against the memory value by exor operation. This will generate another enable signal. These three enable signals are fed to an and gate which will produce a high enable signal. This in turn fed to a cache memory. From there the output address of the matched word is obtained. The address is represented as one hot address. This will reduce the dynamic power. One hot address representation has got many advantages. High speed, lesser dynamic power, decoding complexity is less e.t.c. Priority encoder is used here in order to solve the problem of multiple match location. Overall design of the system will improve the throughput, latency, power consumption and area used. Here the method is based on a shift and search mechanism. If any one of the enable signal is 0 then whole operation will stop. Figure 2. Diagram showing k bit search In this mechanism K bit searching requires only one register for comparing the values.. First the LSB bit of input is compared against the LSB bit of memory. This is done using exor operation. If the comparison result is a true value then the enable signal is fed back to the shifter, then next bit is shifted and compared. The same shifting is occurring in memory also. These k bit and stored bits in the memory are searched for a match. If a match is found then enable signal will be active. n-k bit parallel comparing Fig3. Working diagram of the proposed architecture
  • 4. Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57 www.ijera.com 56|P a g e The enable signals (en) generate depending on the comparison results. Three enable signals are generating. One from k bit search, one from n-k bit search and the other one is an internal enable signal. This signal is for capturing outputs at the correct time. These three enable signals are fed to a bitwise and operation to produce a single enable signal. If these three enable signals are high then only the AND operation gives a true value. If this signal is high then cache memory is activated for storing the data. This will avoid the frequent updating of cache memory. Thereby reducing the power consumption. Data stored in cache memory can be used for further needs. The output address of matching location is obtained as one hot address. This will also reduces power consumption because of the avoidance of toggling bits. The usage of priority encoder will resolve the issue of matching of multiple location. Each location will be assigned with a priority value. Throughput and latency shows a better improvement in this method. Latency is the time interval between the arrival of input and output whereas throughput is the time interval between the arrivals of consecutive inputs. Here throughput is K cycle and latency is K+1 cycles Fig 4. Flow chart showing the working of CAM using search and shift mechanism Here in this proposed method, the throughput depends on K value whereas in overlapping mechanism it depends on the n bit value. Here Latency is K+1.This is a better improvement than the existing method. Cache memory is using for storing the data value. It is just like storing in an internal memory. We can take the data values for further requirements. IV. EVALUATION A 32X16 bit CAM is implemented for high throughput applications. Here the K value for proposed system is chosen as 10. Therefore the first segment is a 10 bit word and the remaining bits will form the second segment. These CAMs are implemented and evaluated by Xilinx simulation. This proposed CAM is implemented using Virtex 5 FPGA kit. A.Performance Comparison The proposed method when compared with the result of existing method shows that there is a better improvement in throughput and latency. Throughput of the proposed method is equal to the k cycles .Here K is set to 10. So throughput is 10 clock cycles. This result is far better than the existing system. Latency of proposed system shows a better improvement than the existing system. The existing method has a higher latency which is equal to the n cycles ie 64 clock cycles. In search and shift mechanism it is equal to the k+1 cycle. Here latency is equal to K+1.ie 11. In the existing system exor operation is using always. But in the proposed method bit by bit analysis make an exor operation only if the comparison of previous bits is true. Here in this method the LSB of k bit is compared against the LSB of value stored in memory. If that comparison yields to a true value then next bit is shifted and comparison takes place. In reordered overlapped search if a bit is compared truly then it is replaced .Then a dummy value is placed to that position and compared. This will take a longer time than the existing method. Proposed method has a special flop with multicycle path. It is a type of hold+latch. This means the input value is holding throughout the process. A cache memory is added in the proposed method. Here the compared value is stored when it shows a match. This is working on the basis of 3 enable signals coming from the comparison operations. By using this cache memory 32 bit data value can be stored and can be used whenever needed. Existing method uses registers for storing each of these bits in the output. But here by using this cache memory we are reducing the number of registers. B.Analysis Of Power In the proposed method power is reducing considerably. Here there is a cache memory for storing the matched result. Here the complete value is storing only when the comparison of entire data shows a match. So there is no need of updating the cache frequently. This will reduce the dynamic power which is a major source of power consumption. In the existing method each and every time the comparison result is registering. So this will lead to power consumption.
  • 5. Anagha Krishna N.V. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -1) October 2016, pp.53-57 www.ijera.com 57|P a g e In search and shift mechanism address of matched location is represented using one hot address. So this has got many advantages. High speed, lesser dynamic power, decoding complexity is less e.t.c. Here in this representation bit toggling is not taking place. This will also result in lesser power consumption. Analysis of Latency and Throughput Latency is the time interval between the arrival of input and output whereas throughput is the time interval between the arrivals of consecutive inputs. Latency of proposed system shows a better improvement than the existing system. The existing method has a higher latency which is equal to the number of bits n that is 64 clock cycles. In search and shift mechanism it is equal to the k+1. Here latency is equal to K+1.ie 11. Throughput of the proposed method is equal to the k bits whereas in existing method it is equal to n cycles. Here K is set to 10.So throughput is 10 cycles. This result is far better than the existing system. Table I Performance Comparison V. CONCLUSION This paper focuses on the design of a cam memory based on search and shift mechanism for improving the throughput and latency of the system. In this method the total number of input bits is divided into two sections as k bits and n-k bits. K bits are searched using shift and search mechanism and the remaining bits are compared parallely. The timing issue between these two comparison methods is solved using a counter. The counter value is set to k bits .The comparison results either shows a matching condition or mismatching condition. The comparison result yields to enable signals. During the time of a matching condition the address of matched location is obtained and also the matched data is being stored in a cache memory. Cache memory is enabled using 3 enable signals coming from the comparison results. Therefore frequent updating of cache memory is not required thereby reducing the power consumption. The flops used here are of a particular type. Here we use a hold+latch method for the flop. This will hold the input value throughout the operation. Here this shifting and searching operation takes places faster and thereby improving the throughput and latency. Throughput and latency shows a better improvement than previous designs. Usage of cache memory and one hot address representation reduces the power consumption also. The throughput of this method is K cycles and latency is equal to K+1 cycles. REFERENCES [1]. N onizawa, member, ieee, shoun matsunaga, member, ieee “high- throughput low- energy self-timed cam based on reordered overlapped search mechanism” ieee transactions on circuits and systems: regular papers, vol. 61, no. 3, march 2014 [2]. K. Pagiamtzis and A. Sheikholeslami, “Content-addressable memory (CAM) circuits and architectures:Atutorial and survey,” IEEE J. Solid- State Circuits, vol. 41, no. 3, pp. 712–727, Mar. 2006. [3]. K. Pagiamtzis and A. Sheikholeslami, “A low-power content-addressable memory (CAM) using pipelined hierarchical search scheme,” IEEE J. Solid-State Circuits, vol. 39, no. 9, pp. 1512–1519, Sep. 2004. [4]. N. Onizawa, S. Matsunaga, V. C. Gaudet, and T. Hanyu, “Highthroughput low- energy content-addressable memory based on self-timed overlapped search mechanism,” in Proc. 18th Int. Symp. Asynchronous Circuits Syst., May 2012, pp. 41–48. [5]. N. Onizawa, S. Matsunaga, V. C. Gaudet, W. J. Gross, and T. Hanyu, “High- throughput CAM based on a synchronous overlapped search scheme,” IEICE Electron. Exp. (ELEX), vol. 10, no. 7, p. 20130148, 2013 [6]. S. Baeg, “Low-power ternary content- addressable memory design using a segmented match line,” IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 55, no. 6, pp. 1485–1494, Jul. 2008. [7]. Scott Beamer, Mehmet Akgul” Design of a Low Power Content Addressable Memory (CAM)” [8]. Jerrin Paul M1, Hazel Elsa John2 “ Low Power Self-Timed TCAM Based on Overlapped Search Mechanism with IP Filter Implementation”