Administrator
|
You are probably OK with chapters 1 and 2. The sequential circuits in chapter 3 make you think a bit differently.
Chapter 3 presents time as t-1 and t which means that one is thinking from the past into the present. Some people, myself included, prefer to think about time t and t+1, thinking from the present into the future, or "what comes next."
So the DFF in the bit is the value of the Bit right now. This implies that the DFF's out is the Bit's out.
The Bit's out is used to compute what the next value of the Bit should be (after the clock cycles once).
There must be some combinatorial logic on the input to the DFF that determines what the next value of the Bit should be. The Bit's next value is the same as its current value unless load is true, then the next value of Bit is the in value.
Send me email if you want more direct help with project 3.
--Mark
|