Forum Discussion
OABBA1
New Contributor
6 years agoHi, I'm trying to make a delay instruction in verilog, I have an output (PWM) and I want to generate another output (PWM1) from PWM but with a delay: i tried this : assign #50 pwm1 = pwm; but it's not working best regards,
OABBA1
New Contributor
6 years agoAnd I want to delay the pwm4 with 100ns from the pwm , how can i do the D flip flop to do that
thank you