ivlsi
Advanced Member level 3
- Joined
- Feb 17, 2012
- Messages
- 883
- Helped
- 17
- Reputation
- 32
- Reaction score
- 16
- Trophy points
- 1,298
- Activity points
- 6,868
Hi All,
String matching might be implemented in two ways - by a Shift Register (just shifting in the string while matching it with the pre-config value) and by FSM.
What's the difference in these two approaches? Why Shift Register could not behave as FSM?
Thank you!
String matching might be implemented in two ways - by a Shift Register (just shifting in the string while matching it with the pre-config value) and by FSM.
What's the difference in these two approaches? Why Shift Register could not behave as FSM?
Thank you!