Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSignal A lag signal B
Hi, I am a newbie to Altera CPLD. I have a signal A and it's compliment signal B. I would want signal B to always lag 1us w.r.t signal A at the rising edge. And signal A lags signal B by...
Altera_Forum
Honored Contributor
13 years agoI think that if these signals are what are required then a simple state machine would do the job. There are four regions. S1 is A high and B low, S2 is A and B high, and S3 is A high and B low. Obviously the "B" signal would be inverted from this for the final output. S0 is idle state. -James