06-15-2010 10:03 AM
I've a (simple) question about the 64 bit tick counter example that can be downloaded here.
I wonder why the Tick count engine is so "complex":
Maybe simply adding two 64-bit numbers (the tick count value plus 1, both U64) is taking too much time to fit in the SCTL...
Thank you in advance!
Marco
06-16-2010 09:56 AM - edited 06-16-2010 09:56 AM
Hi Marco,
the reasons why the example has been programmed this way could be more than one:
Anyway, if you work in LV 8.6 and later you can easily use 64 bit registers, as shown in the attached VI.
Hope this helps,
Fabio
06-16-2010 10:06 AM
Thank you for your reply!
In any case I've added an idea in the FPGA Idea Exchange Forum, requesting
a built-in 64 tick counter, that I'm sure is quite useful.
If anyone want to support this, the post is 64 bit FPGA tick-counter
Regards,
Marco