We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3384a45 commit 14954f6Copy full SHA for 14954f6
README.md
@@ -1,2 +1,11 @@
1
# Dynamic pattern detector using verilog
2
A project to implement dynamic pattern detector using verilog in different ways.
3
+- Dynamic pattern detector with variable number of bits in implicit style fsm which supports APB protocol to configure pattern register value.
4
+- Dynamic 3 bit pattern detector in explicit style fsm.
5
+- Dynamic pattern detector with variable number of bits in implicit style fsm.
6
+
7
+---
8
+**Files**
9
+1. Implicit fsm with APB [design](!!!) and [testbench](!!!)
10
+2. Explicit fsm [design](dynamic_pattern_exp.v) and [testbench](tb_dynamic_pattern_exp.v)
11
+3. Implicit fsm [design](dynamic_pattern_imp.v) and [testbench](tb_dynamic_pattern_imp.v)
0 commit comments