Forum Discussion

OABBA1's avatar
OABBA1
Icon for New Contributor rankNew Contributor
6 years ago

Hi, 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,