4
Counting Button Presses
In Chapter 3, Combinational Logic, we learned the basics of Hardware Description Language (HDL) designs by creating a simple design that could detect the number of switches that are on, and the position of the highest switch. The design also featured addition, subtraction, and multiplication. We also discussed signed and unsigned numbers as well as some constructs we needed for our implementation. This was a good first step, but we lacked the ability to store values, which meant that when we released our operator button, the output would go to all 0
s.
In this chapter, we’ll learn how to maintain the state of a design by adding sequential elements. Limited to combinational logic with no way to store information, we can’t ...
Get The FPGA Programming Handbook - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.