mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-19 21:31:14
This commit is contained in:
parent
cf61756b7b
commit
b59ebc7afc
@ -12,4 +12,19 @@ Sequential logic circuit output depends not only on the inputs but also past his
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
Two types:
|
||||||
|
- synchronous
|
||||||
|
- changes of state happen in time with a clock cycle
|
||||||
|
- input changes occur between clock pulses
|
||||||
|
- state changes occur at the clock pulses
|
||||||
|
- asynchronous
|
||||||
|
- We will not be studying these
|
||||||
|
- State changes occur as changes in inputs occur
|
||||||
|
- Event driven
|
||||||
|
|
||||||
|
|
||||||
|
# Memory circuits
|
||||||
|
- Set-reset latch
|
||||||
|
- D-type flip-flop
|
||||||
|
- T-type flip-flop
|
||||||
|
- JK-type flip-flop
|
||||||
Loading…
Reference in New Issue
Block a user