design::export_design (::quartus::design)

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

Tcl Package and Version

Belongs to ::quartus::design 1.0

Syntax design::export_design [-h | -help] [-long_help] [-compatible] -file <file> -snapshot <snapshot>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-compatible If compatible is specified, then version-compatible databases will be exported.
-file <file> The file.qdb to export to
-snapshot <snapshot> The snapshot you want to export. Valid snapshot <synthesized|final>.
Description
Export the loaded databases for the open project and revision and snapshot to the specified <file>.qdb.

If compatible is specified, then the databases will be exported for version compatibility.
Example Usage
project_open onewire_nf

design::export_design -file onewire.qdb -snapshot synthesized -compatible

project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful