Administrator
|
Sequential circuits make you think a bit differently. It might help to think of the clock as a periodic event, rather than a logic signal.
The book presents sequential circuits as "what happens now depends on the previous state". Some people do better thinking "what happens next depends on the present state".
Note: if you made a chip to detect negative numbers, you may have missed the fact that you can have multiple out= connections on a chip. See Appendix A.5.3. You will want this ability for project 3.
--Mark
|