Observing internal FPGA signals
Sometimes, when debugging some firmware or hardware, it is necessary to see how the internal state of a chip changes in response to external signals. With microcontrollers, this can be accomplished by adding code that toggles some pin that is then used for debugging, and watching that pin with an oscilloscope. Such a pin can …