Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.4.1. 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

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