You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
3
- Dynamic pattern detector with variable number of bits in implicit style fsm.
4
+
- Dynamic 3 bit pattern detector in explicit style fsm.
6
5
7
6
---
8
7
**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