Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

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

Document Table of Contents

4.1.7.8. design::export_partition (::quartus::design)

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

Tcl Package and Version

Belongs to ::quartus::design

Syntax design::export_partition [-h | -help] [-long_help] [-exclude_pr_subblocks] -file <QDB file name> [-include_sdc_entity_in_partition] [-preserve_sdc] [-quartus_metadata <quartus_metadata> ] -snapshot <Snapshot(s) to be exported> [-user_metadata <user_metadata> ] <Partition to be exported>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-exclude_pr_subblocks Exclude PR subpartitions
-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>.
-snapshot <Snapshot(s) to be exported> Snapshot(s) to be exported. Valid snapshot options include <synthesized|final>.
-user_metadata <user_metadata> The absolute or relative path to the User Metadata configuration file.
<Partition to be exported> Name of the partition to be exported.
Description
Export the metadata and IP of the specified partition and snapshot.
Example Usage
project_open onewire_nf
design::export_partition core_ptn -snapshot synthesized -file ip.qdb
project_close
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful