12-20-2016 10:45 PM
hi
I am using a FFT ip core. And my result is stored in m_axis_tdata which is a 16 bit std_logic_vector. Can anyone suggest me how to get all the values of m_axis_tdata for 32 point FFT into a Text file or a binary file,
thank u.
12-20-2016 10:46 PM
Hi gaonkar@123,
You can insert ILA and export ILA data to .csv file.
12-20-2016 10:52 PM - edited 12-20-2016 10:53 PM
gaonkar@123 check this out: http://web.engr.oregonstate.edu/~traylor/ece474/vhdl_lectures/text_io.pdf for simulation. For hardware capture use an ILA as @arpansur suggests.
12-22-2016 09:51 PM
Hi gaonkar@123,
Were the suggestions provided helpful?