21.8.55 set_current_scenario

Description

Specifies the timing scenario for the Timing Analyzer to use. All commands that follow this command will apply to the specified timing scenario. A timing scenario is a set of timing constraints used with a design. If the specified scenario is already the current one, this command has no effect.

After setting the current scenario, constraints can be listed, added, or removed, the checker can be invoked on the set of constraints, and so on.

This command uses the specified timing scenario to compute timing analysis.

Note: It is recommended to use the organize_tool_files command instead of this command.
set_current_scenario name

Arguments

ParameterTypeDescription
namestringSpecifies the name of the timing scenario to which to apply all commands from this point on.

Supported Families

PolarFire®
PolarFire SoC
SmartFusion® 2
IGLOO® 2
RTG4

Example

The following command sets scenario_A as current scenario of the timing scenario.

set_current_scenario scenario_A

Related Examples on GitHub

See Also