Sciweavers

FPGA
2004
ACM

Time and area efficient pattern matching on FPGAs

13 years 8 months ago
Time and area efficient pattern matching on FPGAs
Pattern matching for network security and intrusion detection demands exceptionally high performance. Much work has been done in this field, and yet there is still significant room for improvement in efficiency, flexibility, and throughput. We develop a novel linear-array string matching architecture using a buffered, two-comparator variation on the Knuth-Morris-Pratt(KMP) algorithm. For small (16 or fewer characters) patterns, it compares favorably with the state-of-the-art while providing better scalability and reconfiguration, and more efficient hardware utilization. KMP is a well-known, efficient string matching technique using a single comparator and a precomputed transition table. We add a second comparator and an input buffer, allowing the system to accept at least one character in each cycle and terminate after a number of clock cycles at maximum equal to the length of the input string plus the size of the buffer. The system also provides a clean, modular route to reconfigurin...
Zachary K. Baker, Viktor K. Prasanna
Added 20 Aug 2010
Updated 20 Aug 2010
Type Conference
Year 2004
Where FPGA
Authors Zachary K. Baker, Viktor K. Prasanna
Comments (0)