Status: Tags: Links: Nand2Tetris Unit 3
Sequential Logic
- Logic that requires the output of previous calculations
- ex) Recursive functions function(t-1)
- Requires the remembering of it’s previous state
- Consider Flip Flops to remember the state
- Microprocessor
References: