Sequential circuit: Difference between revisions

From Rice Wiki
(Created page with "'''Sequential circuit''' is a type of circuit whose output is influenced by both current and prior inputs. = Memory = Sequential circuits have ''memory'' that record the ''state'' of the circuit depending on prior inputs. This memory is stored by '''latches''' and '''flip-flops'''. Here is a list of related components. * Category:Computer ArchitectureCategory:ECS154A Midterm")
 
No edit summary
 
Line 5: Line 5:


Here is a list of related components.
Here is a list of related components.
*  
*[[SR latch]]
*[[D latch]]
*[[D flip-flop]]


[[Category:Computer Architecture]][[Category:ECS154A Midterm]]
[[Category:Computer Architecture]][[Category:ECS154A Midterm]]

Latest revision as of 01:18, 10 May 2024

Sequential circuit is a type of circuit whose output is influenced by both current and prior inputs.

Memory

Sequential circuits have memory that record the state of the circuit depending on prior inputs. This memory is stored by latches and flip-flops.

Here is a list of related components.