mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-26 12:28:12
This commit is contained in:
parent
e0cf3dd633
commit
54b0472e4b
@ -31,7 +31,7 @@ Two types:
|
||||
- Set-reset latch 
|
||||
- D-type flip-flop 
|
||||
- T-type flip-flop 
|
||||
- JK-type flip-flop , [jk flip flop 2](https://i.imgur.com/8zJvDuw.png) [simulation](https://tinyurl.com/2bewwd7h)
|
||||
- JK-type flip-flop ,  [simulation](https://tinyurl.com/2bewwd7h)
|
||||
- synchronous counter , 
|
||||
|
||||
# State transition
|
||||
|
||||
@ -22,6 +22,7 @@ tags:
|
||||
- [logic-gates](notes/logic-gates.md)
|
||||
- [transistors](notes/transistors.md)
|
||||
- [demultiplexor](notes/demultiplexor.md)
|
||||
- [sequential-circuits](notes/sequential-circuits.md)
|
||||
|
||||
- Hardware
|
||||
- Assembly
|
||||
|
||||
@ -49,12 +49,25 @@ The T flip flop swtiches between the two outputs Q and Q̄ when
|
||||
|
||||
## JK Flip Flop
|
||||
|
||||

|
||||

|
||||
|
||||
The JK flip flop is a combination of the d flip flop and the t flip flop.
|
||||
|
||||
| J | K | Result |
|
||||
|:--|:--|:----------|
|
||||
| 0 | 0 | No Change |
|
||||
| 0 | 1 | Set |
|
||||
| 1 | 0 | Reset |
|
||||
| 1 | 1 | Toggle |
|
||||
|
||||
It can be used as a toggle *and* as a d flip flop.
|
||||
|
||||

|
||||
|
||||
## Synchronous Counter
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Video demonstration of some sequential circuits
|
||||
|
||||
Loading…
Reference in New Issue
Block a user