20 likes | 115 Views
Problem 1. Design FSM to recognize 1101 or 1110. 1. 0. 0. 0. 0. “ ” 0. “1” 0. “11” 0. “110” 0. “1101” 1. 1. 1. 0. 1. Reset. 1. 1. “111” 0. “1110” 1. 0. 1. 0. Problem 2. Design FSM to recognize 0011, 1100, 001 or 11. 1. 1. “ ” 0. “1” 0. “11” 1. “110” 0.
E N D
Problem 1 • Design FSM to recognize 1101 or 1110. 1 0 0 0 0 “ ” 0 “1” 0 “11” 0 “110” 0 “1101” 1 1 1 0 1 Reset 1 1 “111” 0 “1110” 1 0 1 0
Problem 2 • Design FSM to recognize 0011, 1100, 001 or 11. 1 1 “ ” 0 “1” 0 “11” 1 “110” 0 “1100” 1 1 1 0 0 Reset 1 0 0 1 0 0 “001” 1 “0011” 1 “0” 0 “00” 0 1 1 0 0 0 1