21.8.50 save

Description

Saves all changes made prior to this command. This includes changes made on constraints, options, and sets.

save

Supported Families

PolarFire®
PolarFire SoC
SmartFusion® 2
IGLOO® 2
RTG4

Example

The following script sets the maximum number of paths reported by list_paths to 10, reads an SDC file, and save both the option and the constraints into the design project.

set_options -limit_max_paths 10
read_sdc somefile.sdc
save

Related Examples on GitHub