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.
我正在尝试在 Logisim 中创建一个可以使用 7 段显示器作为输出向上计数的电路。它需要使用时钟运行,并自动从 0 计数到 9,然后再回到 0,在一个连续循环中。我不知道从哪里开始,我想知道是否有人有任何提示?提前致谢。
使用 ROM,以及二进制到 BCD 转换器。查找双重涉猎算法 - 对您的目的有用。