get_nets (::quartus::sdc)
The following table displays information for the get_nets Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::sdc 1.5 |
|||
| Syntax |
get_nets [-h | -help] [-long_help]
[-no_duplicates]
[-nocase]
[-nowarn]
[
<filter>
]
|
|||
| Arguments |
-h | -help
|
Short help | ||
-long_help
|
Long help with examples and possible return values | |||
-no_duplicates
|
Do not match duplicated net names | |||
-nocase
|
Specifies case-insensitive node name matching | |||
-nowarn
|
Do not issue warnings messages about unmatched patterns | |||
| <filter> | Valid destinations (string patterns are matched using Tcl string matching) | |||
| Description |
|
|||
| Example Usage |
|
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||
| TCL_ERROR | 1 | ERROR: Timing netlist does not exist. Use create_timing_netlist to create a timing netlist. | ||