design::commit_design (::quartus::design)

The following table displays information for the design::commit_design Tcl command:

Tcl Package and Version

Belongs to ::quartus::design 1.0

Syntax design::commit_design [-h | -help] [-long_help]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
Description
Commit any changes to the databases to disk.

Assignments created or modified on a design loaded as writeable are not saved to the databases
unless you explicitally call this command.
Example Usage
project_open onewire_nf

design::load_design -latest_snapshot -writeable
design::delete_assignments [design::get_assignments -name location]
design::commit_design
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful