Syntax |
device get_estimated_timing <family_name> <device_name> <fanout_num> <region_type> |
Arguments |
<family_name> |
The name of the device family to which the <device_name> device belongs.
|
<device_name> |
The name of the device for which you want the estimated interconnect delay.
|
<fanout_num> |
The fanout number.
|
<region_type> |
The device region type.
|
|
Return Value |
Code Name |
Code |
String Return |
TCL_OK |
0 |
<estimated timing value> |
TCL_ERROR |
1 |
Invalid fanout value |
TCL_ERROR |
1 |
Invalid region type |
TCL_ERROR |
1 |
wrong # args. Usage: device get_estimated_timing <family_name> <device_name> <fanout_num> <region_type>" |
|
Description |
Returns the estimated interconnect delay, in picoseconds, for the specified fanout and region type of the specified device. |