mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-26 11:58:12
This commit is contained in:
parent
3e643b0abb
commit
9eb5d44d74
27
content/notes/sequential-circuits.md
Normal file
27
content/notes/sequential-circuits.md
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "sequential-circuits"
|
||||
aliases:
|
||||
tags:
|
||||
- cosc204
|
||||
---
|
||||
|
||||
|
||||
[combinatorial-logic-circuits](notes/combinatorial-logic-circuit.md) always produce the same outputs given the same input. Sequential curcuits on the other hand, produce different outputs depending on past history and the inputs.
|
||||
|
||||

|
||||
|
||||
There are two main types of sequential circuit
|
||||
- Sychronous
|
||||
- this is when changes of state occur in time with a clock cycle
|
||||
- changes of input occur between clock pulses
|
||||
- state changes occur at the clock pulses
|
||||
- Asynchronous
|
||||
- state changes occur as the inputs occur
|
||||
- event driven
|
||||
|
||||
# Main circuits
|
||||
## SR latch
|
||||
The set reset latch is the most basic and simple sequential circuit
|
||||
|
||||

|
||||
|
||||
Loading…
Reference in New Issue
Block a user