Connecting Your FPGA To the Outside World – UART
Last time we got the simplest of digital circuits working: an LED flasher. Now its time to move on to something more interesting. We’re going to design a serial communication module so that our hardware can communicate with other devices.Communication instantly adds an element of interactivity. We’ll be able to send commands to the hardware […]