09-12-2005 05:27 AM
09-13-2005 08:40 AM
09-13-2005 09:19 AM
I think you missunderstood what I mean:
The problem is not how many ticks a while loop needs for one cycle.
The problem is the clock rate setting for the FPGA-board. It is set to 80 MHz and not the Default 40 MHz.
When I compile my VI the compiler reports that it can't keep the 80 MHz. That means for example that a Single Cycled Timed Loop doesn't need 12.5 ns but for instance 13.4 ns.
If I separate my code in 2 parts and compile each part as a separate project, the compiler can keep the 80 MHz. Only together it doesn't work.
So the whole problem has something to do with the size of the project, the depth of the structures etc.
So I need to know for example what structures slow down the clock most, or something like that.