Altera_Forum
Honored Contributor
12 years agoBest debugging tool for my situation?
Hello people!
I have created a small project for the DE0-Nano using the block editor and some custom FiniteStateMachine VHDL code to act as a ADC interface. I am using the ADS7953 of TexasInstruments which has an SPI interface but that doesnt really affect the question. Basically now that -via simulation- my code seems to work just fine I need to test it realtime but using the onboard LEDS or an external LCD screen to test the real measurements is not a go. So setting up the test configuration with the ADC and a real current source through it, which is the best debugging tool that I should use to see the values inside the FPGA using Quartus? By "values" I mean a collection of 16bit registers that I use to store the SPI decoded values from my state machine. Any ideas folks? Thanks!