Forum Discussion
Altera_Forum
Honored Contributor
17 years agoIn deadtime_1 you have
first_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.