Skip to content

Commit 56da625

Browse files
authored
Update README.md
1 parent 475baec commit 56da625

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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. (COMING SOON)
4-
- Dynamic 3 bit pattern detector in explicit style fsm.
53
- Dynamic pattern detector with variable number of bits in implicit style fsm.
4+
- Dynamic 3 bit pattern detector in explicit style fsm.
65

76
---
87
**Files**
9-
1. Explicit fsm [design](dynamic_pattern_exp.v) and [testbench](tb_dynamic_pattern_exp.v)
10-
2. Implicit fsm [design](dynamic_pattern_imp.v) and [testbench](tb_dynamic_pattern_imp.v)
8+
1. Implicit fsm [design](dynamic_pattern_imp.v) and [testbench](tb_dynamic_pattern_imp.v)
9+
2. Explicit fsm [design](dynamic_pattern_exp.v) and [testbench](tb_dynamic_pattern_exp.v)

0 commit comments

Comments
 (0)