Flip Flops Cookbook

本文介绍了触发器的基本概念及其如何实现序列逻辑。详细解释了触发器如何通过记住上一时刻的信息并传递到下一时刻来工作。文章还探讨了最简单的触发器构成,并进一步讨论了触发器的具体实现方式,包括使用与非门创建未锁定的触发器及跨时间步隔离的方法。此外,文中对比了触发器芯片与位芯片的区别。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Let's explore Flip Flops^_^. 

1.What's Flip Flops ?

It's the actual element that implement Sequential Logic. In other words, Flip Flops can provide the functionality of Sequence Logic in real world.

2.What does Flip Flops do?

Moving information from time t-1 to time t.

3.But how to move information?

The Flip Flops has to remember what happens in the previous time step and carry it on to the next stage.

4.What's the basic(simplest) Flip Flops ?

a. A single input

b. A single output.

c. It basically remember the input from last time unit and outputs it in the next time unit.

(If u want to get the information of c, u need to get some access to the clock)

5.What's the implementation of Flip Flips?

it may be built from actual Nand gates.

step 1:create a "loop" achieving an "un-clocked" flip-flip

step 2:Isolation across time steps using a "master-slave" stepup

6.What's the general way we're going to build everything whether it's a memory or a counter?

First, we treat Flip-Flops as our primitive stuff. In other words, we can remember one bit from this.

Second we need to have an array of Flip-Flops which compromise all of our memory in the system.

Finally their output(from an array of Flip-Flops) are going to be fed into combinatorial logic(for manipulating) together with

the input that you get in this time unit. All of this is going to change the state that we have in Flip-Flops for next time unit.

7.What's bit chip (1-Bit register)?

Absolutely it was build from a basic flip flop. This is a device that remember a bit forever.

It has two inputs:

a.An input bit

b.A load bit (1:new value 0: keep on old value)

(The output at time t is basically the change to the input at time t-1,only if load at time t-1 ask it to do it.)

8.What are the differences  between the Flip-Flop chip and the Bit Chip?

a.Flip-Flop is combinatorial, Bit is sequential.

b.Flip-Flop can store information for one time unit only, while Bit can store it for many cycles

c.Flip-Flop can store many input bits, while Bit only receives a single value.

d.Flip-Flop always stores the in bit, while Bit only stores it if load is set to 1 


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值