Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHi,Brad,
Thanks for pointing out the mistake. Now, I only keep "clkin" in the sensitivity list, but result is the same.... --- Quote Start --- In deadtime_1 you havefirst_pair: process (clkin, pwm_top1_in)The only signals in the process sensitivity list should be the clock and asynchronous control signals like a reset. It looks like you wanted to use pwm_top1_in as a synchronous input to the register. The synchronous inputs should not be in the sensitivity list. --- Quote End ---