design::in_memory_export_partition (::quartus::design)

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

Tcl Package and Version

Belongs to ::quartus::design 1.0

Syntax design::in_memory_export_partition [-h | -help] [-long_help] -file <QDB file name> [-include_sdc_entity_in_partition] [-preserve_sdc] [-quartus_metadata <quartus_metadata> ] <Instance path of the partition to be exported>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-file <QDB file name> File name of the QDB archive.
-include_sdc_entity_in_partition Preserve SDC/TCL Entity files
-preserve_sdc Deprecated option to Preserve SDC/TCL Entity files
-quartus_metadata <quartus_metadata> A space-separated list of Quartus Metadata to export. Valid Quartus Metadata options include <none|project_information|resource_utilization|all>.
<Instance path of the partition to be exported> Instance path of the partition to be exported.
Description
Export the metadata and IP of the specified partition loaded in the memory.
Example Usage
project_open onewire_nf
design::load_design -latest_snapshot 
design::in_memory_export_partition | -file root_partition.qdb
project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful