08-09-2019 05:00 AM
Hi, I'm using kintex ultrascale series FPGA.
I usually debug my system with ILA(Integrated Logic Analyzer).
In accordance with my experience, ILA make it possible that I could watch waveforms from FPGA on my PC (with Vivado HW manager)
Is there any way that I could extract the data of ILA to text file (txt) ?
for example in logical simulation, I could extract reg data by "fwrite" function.
Is there any function like that in ILA?
08-13-2019 01:56 AM
Hi @kbj1213
Yes there is a way of doing this.
There are a number of posts already about this topic:
You can use TCL commands or via the GUI, as explained in UG908 chapter 11:
It can be exported in CSV or VCD formats.
Regards,
08-13-2019 01:56 AM
Hi @kbj1213
Yes there is a way of doing this.
There are a number of posts already about this topic:
You can use TCL commands or via the GUI, as explained in UG908 chapter 11:
It can be exported in CSV or VCD formats.
Regards,
08-13-2019 01:57 AM
I got it ! Thank you very much