01-14-2008 06:57 AM
01-14-2008 09:23 AM
01-15-2008 02:59 AM
Hi Jimmie,
Thank u for answering, but what I wonder is:
In order to have a period of 50 ns, Do I set the period input of the timed loop to 50 or to 2? In other words
wich is the unit? ns or ticks?
Federico
01-15-2008 06:17 AM
Hello Federico!
When using the 'Single Cycle Timed Loop' (SCTL) as it is called on FPGA targets i.e the structure that looks like a timed loop on other targets, you cannot set the period. You don't have access to such an input since the only inputs that are available are:
On other platforms such as Windows when using the Timed Loop you have the option to specify a period through an input but not when using the SCTL on FPGA targets.
So if you want the SCTL to run with 20 MHz you can either create a derived clock with that frequency or program an internal counter/timer using the base clock.
Hope this helps.
01-15-2008 07:10 AM
Great Jimmie,
OK, thank you very much
Ciao
Federico
01-15-2008 07:44 AM
Great that I could help!
Take care,
03-04-2008 05:11 AM