简体   繁体   English

VHDL 纹波计数器(使用 3 D 型 FF)

[英]VHDL Ripple Counter (using 3 D-type FF)

I cannot find a single website showing the VHDL code for a basic Ripple Counter (made of 3 D-type Flip Flops).我找不到显示基本纹波计数器(由 3 D 型触发器制成)的 VHDL 代码的单个网站。 Could you post the code below or point to resources to find the answer.您能否在下面发布代码或指向资源以找到答案。 I presume it is only a few lines long...我想它只有几行长......

I guess you can easily define it as a bank of D flip-flips, connecting to each input D its output Q inverted.我想你可以很容易地将它定义为一组 D 触发器,连接到每个输入 D,其输出 Q 反转。 The clock connections are also the previous flip-flop outputs unless the first on the bank, which gets the general clock.时钟连接也是之前的触发器输出,除非是 bank 上的第一个,它获得通用时钟。

Hope this helps... You might want to try it yourself :)希望这会有所帮助...您可能想自己尝试一下 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM