Altera_Forum
Honored Contributor
16 years agosignal tap console output
Dear All,
i'd like to use signal tap analyser to grab the internal data from the FPGA and use them for further processing (2ksamples of 14bit adc data to produce average, standard deviation and FFT for debugging purposes). is there any way how to run the signal tap trigger and display the data on the console (or in the file) so I could easily parse them (something like "create signal tap list file") in e.g. python. the best would be if it is possible to trigger the signal tap directly from python and via stdin pipe get the data and process them. I've read 'How to Create SignalTap II List File with console command?' topic so I understood that the only way is to pass via sort of tcl script which will do it for me, however the produced stp file is not really what i want as it is not easily readable.... any hint would be greatly appreciated... thanks david