Skip to content

johan92/Bloom_pattern_search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOOM FILTER PATTERN SEARCH

FPGA Implementation of pattern search based on Bloom algorithm.

bloom

About

Verilog model of Bloom filter pattern search with opportunity to test it on your text files!

Input: 1) File with long strings for cheking patterns there. 2) Spetial file for writing patterns in memory.

Output: 1) Transcript of ModelSim. 2) Special file with search results.

In every file you will finde detailed instructions and descriptions.

How to make it work:

  1. Read ./doc/README for general information about project.
  2. Follow the instructions ./py_utils/README and create settings file for simulation.
  3. Follow the instructions ./testbench/README and run simulation.

The necessary software

  1. ModelSim (See mode in ./doc/README )

P.S.

Hope you will found it usefull!

About

Pattern search based on Bloom algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.6%
  • SystemVerilog 14.3%
  • HTML 9.3%
  • R 7.2%
  • Roff 5.5%
  • C 2.8%
  • Other 3.3%