There's no need to separate *both* CLK and DATA. If you have separate data 
lines and CLK everything at the same time, you've basically shortened the 
length of the serial data chain, and you're loading them in parallel. This 
will give you the fastest load-time.

On the other hand, if you split the CLK line and use a shared DATA line, 
you could implement the 2-phase clocking scheme similar to what I do.

-- 
You received this message because you are subscribed to the Google Groups 
"neonixie-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neonixie-l+unsubscr...@googlegroups.com.
To post to this group, send an email to neonixie-l@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/neonixie-l/21a17312-1963-432b-b779-e8916c97fc9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to