Sorry yes... nanoseconds... I wasn't thinking :)

Matt.

On Oct 6, 5:15 pm, Oliver Seitz <[email protected]> wrote:
> Ok, let's save program space:
>
>  procedure delay_100ns() is
>    pragma inline
>    if target_clock >40_000_000 then
>      asm goto $+1
>    elsif target_cock >16_000_000 then
>      asm nop
>    end if
>  end procedure
>
> To give an idea of the times we are talking about: A PATA cable may be up to 
> 80cm (3 feet) long afaik. To just travel along that length the signal needs 
> about 4ns!
>
>  Greets,
>  Kiste

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to