Contents

Lec15-State and State Machines

Lecture 15: State and State Machines

https://www.learncs.site/resource/cs61c/lectures/lec15.pdf

Flip-flops? details of registers!

n位寄存器,n个并行的1位触发器

timing of flip-flops

/lec15-state-and-state-machines/image.png clk to q 越小越好

Accumulators revisited

/lec15-state-and-state-machines/image-1.png 如果超频…

pipelines and pipelining

max clock frequency

/lec15-state-and-state-machines/image-2.png 简单总结 感觉数电知识更多一点? /lec15-state-and-state-machines/image-3.png 减少延时

Finite State Machines

一个例子 /lec15-state-and-state-machines/image-4.png 等价翻译 /lec15-state-and-state-machines/image-5.png