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] -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 | ||