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.15. design::import_design (::quartus::design)

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

Tcl Package and Version

Belongs to ::quartus::design

Syntax design::import_design [-h | -help] [-long_help] -file <file> [-overwrite] [-timing_analysis_mode]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-file <file> The file.qdb to import from
-overwrite overwrites the databases in the active qdb directory
-timing_analysis_mode Import the design for Timing Analysis. User will not be able to generate programming file after importing design with this option. See -timing_analysis_mode option description below.
Description
Import all the databases from the specified <file>.qdb.

If overwrite is specified then databases will be overwritten in the active qdb
directory.

The database revision in the <file>.qdb must match the active revision.

This command is available only in the quartus_cdb executable.

-------------------
OPTIONS DESCRIPTION
-------------------

-timing_analysis_mode

    Import the design for Timing Analysis. This option disables legality checks
    for certain configuration rules which may have changed from prior versions
    of Quartus Prime Pro.
    Use this option only if you were unable to successfully import your design
    without this option. After a design has been imported in timing analysis mode,
    the imported database will not be able to be used to generate programming files.