P
Patrick Phung
Guest
Hi,
I have this statement and the signal I pulses for 5 time units.
The O does not toggle because the 5 is less than 10.
assign #(10) O = I;
Is there anyway to make an assignment in Verilog so that I will
propagate to O even though the signal width is less than the delay?
Thanks.
Patrick
I have this statement and the signal I pulses for 5 time units.
The O does not toggle because the 5 is less than 10.
assign #(10) O = I;
Is there anyway to make an assignment in Verilog so that I will
propagate to O even though the signal width is less than the delay?
Thanks.
Patrick