weng
Member level 1
Hi,
I read in somewhere stating that delay should not be included in assignment statement.
Example:
assign c = a & b;
Instead of
assign #0.3 c = a & b;
Can anyone tell me what is the reason? There shoud be some delay in any gates rite? But why delay is not included?
I read in somewhere stating that delay should not be included in assignment statement.
Example:
assign c = a & b;
Instead of
assign #0.3 c = a & b;
Can anyone tell me what is the reason? There shoud be some delay in any gates rite? But why delay is not included?