Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

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

Document Table of Contents
Give Feedback

3.1.4.9. design::extract_metadata (::quartus::design)

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

Tcl Package and Version

Belongs to ::quartus::design

Syntax design::extract_metadata [-h | -help] [-long_help] -dir <dir> -file <file> [-overwrite] -type <type>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-dir <dir> The extraction directory. This directory must exist prior to invoking this command.
-file <file> The Partition Database File (.qdb) holding the metadata to be extracted.
-overwrite Attempt to overwrite any existing files in the extraction directory.
-type <type> The type of QDB metadata to be extracted. Legal QDB metadata types include <quartus|user|all>.
Description