Altera_Forum
Honored Contributor
9 years agoMonitoring Output from Cyclone IVGX
Hi I have a CycloneIVGX board (Onboard a Terasic De2i-150) and the problem I have encountered seems a very novice (nonetheless). I have a simple counter module that is continuously generating output (32 bit values that is). I wanted some form to observe the output physically so I thought of the following
(a) Onboard LCD display/LEDs:- Discarded as output generation frequency is considerably higher to support their refresh (b) Redirecting the output to an external port and using oscilloscope to monitor the plot:- No headway owing to lack of resources on the web. Starting to believe, such a thing is not possible at all. (But I did believe till now that I'd redirect the output to a GPIO and monitor using the scope). (c) Also stumbled upon a method of using LABVIEW with a proprietary card which may be connected to FPGA for such requirements:- Discarded, on account of not having access to any additional resources (d) Having a NIOSII core output it to a text file and later analyse the dump. Since My hands on experience on FPGAs is very less, I wanted to seek advice which of the methods should I focus to read/study on to resolve my problem. Thanks in anticipation