Altera_Forum
Honored Contributor
15 years agoTiming Question
Hi everybody, I'm new to these forums.. the community seems helpful. Hopefully someone will have input on my question, and hopefully I can help others.
So I'm working on an MAXPLUS7128 SLC84-15 cPLD and am designing a program that works with ADC0831 IC, where simply I make: -output cs <= '0' to activate the IC, -make bidirectional data <= '1', to start conversion, -then I have " IF count < 10 THEN reg(count) <= data " for serial to parallel conversion. My question about timing is when it comes to the clocking of the IC. I have code which passes clock signal going to the cPLD to an output pin on the cPLD to the IC. Would this create significant propagation delay which could conflict with " IF count < 10 THEN reg(count) <= data " ? More specifically what I am asking is, When the code looks on data but maybe data is slightly out of sync so it changes slightly after that line of code is called. What would happen? Sorry for wall of text, I know what I want to know, but I can't word the question properly. Anyways, cheers!