I am having trouble running the floating point fft in the examples program. When I run the simulation, I get valid numbers printing out, such as xxx+yyyi. But, when I run it on the Virtex II Pro, and I print the results, all the results are 0.
In case there was an error with the printing, I perform a simple check: if (re == 0) print("Re is Zero");, and I always get the RE is Zero message.
At the end of the program, the message 0 errors still prints out too.
Any ideas on what I could be doing wrong? Or is there any other way to verify that it is working at all?Thanks.
-Brianna











