Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 4 个 JK 触发器的二进制计数器设计中,从 0 计数到 9,当第 2 个触发器 NAND 第 4 个触发器的输出等于 0 时,触发器被复位。既然二进制 9 是 1001,为什么 NAND连接到这两个输出而不是第一个和第四个,因为它是 1 的第一位和第四位。
电路图:http ://hyperphysics.phy-astr.gsu.edu/hbase/electronic/bincount.html (第二个)。
这些触发器上的 RST 输入被异步解释(独立于 CLK)。如果您在输出的二进制 9 上触发它,计数器将立即重置为 0。要获得完整的时钟周期,输出为 9,请在 10(即 1010)上触发复位。