top of page
17.3. Pin-to-Pin Delays
​
Pin-to-pin delays (also called path delays) specify delays from specific input pins to specific output pins. They are defined in specify blocks and provide the most accurate timing model.
​
Characteristics
​
-
Defined in specify blocks
​
-
Specify exact paths from inputs to outputs
​
-
Support different delays for different paths
​
-
Enable SDF back-annotation
​
-
Support conditional and edge-sensitive delays
​
-
Most accurate timing model
​
Basic Syntax
Verilog
Types of Pin-to-Pin Delays
.png)
.png)
Comprehensive Examples
Verilog
Advantages and Disadvantages
ADVANTAGES:
-
Most accurate timing model
-
Complete separation of timing and logic
-
Support for SDF back-annotation
-
Path-specific delays
-
Timing checks integration
DISADVANTAGES:
-
More complex to write
-
Requires understanding of specify blocks
-
More verbose
Comparison of Delay Models
.png)
.png)
bottom of page
