Timing Controls1
Timing Controls1
Statements.
PROCESSING OF NON-BLOCKING
STATEMENTS
TIMING CONTROLS
Delay based timing control
• Specifies the duration between when the
statement is encountered and when it is
executed.
• Delays are specified by a symbol #.
• Three types of delay control:
Regular delay
Intra segment
Zero delay
Regular delay
• Used when a non zero delay is specified to
the left of a procedural statement.
Intra segment delay
• Specifying the delay to the left of the assignment, it is possible
to assign a delay to the right of the assignment.
Difference between regular and intra segment