dni::remove_disable_timing (::quartus::dni_sdc)
The following table displays information for the dni::remove_disable_timing Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::dni_sdc 1.5 |
|||
| Syntax | dni::remove_disable_timing [-h | -help] [-long_help] [-all_loop_breaking] [-from <name> ] [-to <name> ] <cells> | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -all_loop_breaking | Re-enables all stored loop-breaking timing arcse | |||
| -from <name> | Valid source pin suffix | |||
| -to <name> | Valid destination pin suffix | |||
| <cells> | List of cells | |||
| Description |
Adds a previously disabled edge (arc) back to a given cell(s). If no -from/-to value is specified, the missing value is substituted by a "*". The values of the -from and -to are valid pin suffixes. Note -all_loop_breaking option is not supported yet. |
|||
| Example Usage |
remove_disable_timing -from datain -to combout A|B remove_disable_timing -from carryin * |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||