The Signal State

The Signal State

Not enough ratings
JK Flip Flop JK触发器
   
Award
Favorite
Favorited
Unfavorite
Tags: Puzzle
File Size
Posted
430.523 KB
8 Feb, 2024 @ 10:25am
1 Change Note ( view )

Subscribe to download
JK Flip Flop JK触发器

Description
Design a JK Flip Flop using Logic gates, VCA and signal delay.

src1 represent input J, src2 represent input K, out1 represent output Q.

使用逻辑门,VCA,信号延迟器制作JK触发器。src1为J输入,src2为K输入,out1为Q输出。

J,K,Q的关系为:
J K Qnext
0 0 Qprev
0 100 0
100 0 100
100 100 Qprev`