h2o v2, on 1 February 2012 - 04:15 PM, said:
Thanks! I had a look at the truth table and I'm a bit unsure what it all means. I'm used to seeing truth tables with just O or I - off or on. There's lots of weird symbols in there so I'm not quite sure what they mean in terms of simulating that symbol in the circuit? Do you have any ideas?
H and L for high and low will be your off and on (I don't know if H is always on).
The funny squiggle is a rising edge. (A signal that has just turned on).
Qn seems to be some kind of variable value, I'm not 100% sure what it means in this context, but I would conjecture that it means they will retain their previous value, or will be set depending on the value of the corresponding Dn (ie. Q1 will be set to D1 on the bottom two rows).
This fits with MR resetting them to L and the fact that they will only change if the corresponding D (input) is high or low.
So Q3 would maintain the value that Q3 last had, unless MR was high (in which case it would go low) or both of the input enable values were low.
In the second case (both IE values are low) then Q3 will be set to whatever D3 is when the clock pulse goes from 0 to 1 (the chip detects a rising edge on CP).
Also, as long as the clock signal remains low, Q3 will be kept at its current value.