You must login before you can post a comment.
Author: artnakkliang
Project access type: Public
Description:
if x,y = 0,0
next state is same state
if x = 0,y = 1
next state is plus 1
if x = 1 ,y = 0
next state is minus 1
if x,y = 1,1
next state reset to 0
Created: Mar 10, 2022
Updated: Aug 27, 2023
Comments