21.8.40 remove_generated_clock

Description

Removes the specified generated clock constraint from the current scenario. If the specified name does not match a generated clock constraint in the current scenario, or if the specified ID does not refer to a generated clock constraint, this command fails.

Do not specify both the clock and port names and the constraint ID.

remove_generated_clock -name clock_name | -id constraint_ID

Arguments

ParameterTypeDescription
namestringSpecifies the name of the generated clock constraint to remove from the current scenario. You must specify either a clock name or an ID.
idintegerSpecifies the ID of the generated clock constraint to remove from the current scenario. You must specify either an ID or a clock name that exists in the current scenario.

Error Codes

Error CodeDescription
NoneInvalid clock name argument.
NoneOnly one argument is needed.

Supported Families

PolarFire®
PolarFire SoC
SmartFusion® 2
IGLOO® 2
RTG4

Exceptions

You cannot use wildcards when specifying a clock name.

Example

The following example removes the generated clock constraint named my_user_clock

remove_generated_clock -name my_user_clock

Related Examples on GitHub

See Also