Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
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.7.7. 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

Syntax design::export_design [-h | -help] [-long_help] -file <file> [-quartus_metadata <quartus_metadata> ] -snapshot <snapshot> [-user_metadata <user_metadata> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-file <file> The file.qdb to export to
-quartus_metadata <quartus_metadata> A space-separated list of Quartus Metadata to export. Valid Quartus Metadata options include <none|project_information|resource_utilization|all>.
-snapshot <snapshot> The snapshot you want to export. Valid snapshot <synthesized|final>.
-user_metadata <user_metadata> The absolute or relative path to the User Metadata configuration file.
Description
Export the specified metadata and loaded databases for the open project and revision and snapshot to <file>.qdb in a version-compatable format.

This command is available only in the quartus_cdb executable.
Example Usage
project_open onewire_nf

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

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