Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemongrb/sequencedetector

11001 sequence detector
https://github.com/lemongrb/sequencedetector

asic digital-design fpga hardware hardware-description-language hdl sequence-detection sequence-detector verilog

Last synced: 15 days ago
JSON representation

11001 sequence detector

Awesome Lists containing this project

README

        

This is an overlapping sequence detector implemented using verilog language.
#### State Table :


Current State
Next State(in = 0, in = 1)
Output(in = 0, in = 1)

S0
S0, S1
0, 0


S1
S0, S2
0, 0


S2
S3, S2
0, 0


S3
S4, S2
0, 0


S4
S0, S1
0, 1