Skip to content

Commit 14954f6

Browse files
authored
Update README.md
1 parent 3384a45 commit 14954f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# Dynamic pattern detector using verilog
22
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

Comments
 (0)