Just out of curiosity, have you done state machine design much in your class?
thanks for help and about your question i think what we done in the class not enough
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just out of curiosity, have you done state machine design much in your class?
i don't understand the k-maps
and how to do the parallel load
The logic is as follows:-
To Clear all FF, ie. when X = 0 & Y = 0, you apply 1 to all R inputs.
To parallel Load, ie. when X = 1 & Y = 1, you make S = 1 & R = 0 if P = 1 or if P = 0 then you make S = 0 & R = 1.
Where P is the parallel data to be entered.