Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/03/2023
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.5.11. dni::dump_constraints (::quartus::dcmd_dni)

The following table displays information for the dni::dump_constraints Tcl command:

Tcl Package and Version

Belongs to ::quartus::dcmd_dni

Syntax dni::dump_constraints [-h | -help] [-long_help] [-design <design> ] -file <file> [-raw]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-design <design> Specifies the design to apply the command. The command applies to design from current sandbox if option is not specified
-file <file> Output file name
-raw Perform a raw dump
Description
Dump all constraints in the given design.
Example Usage
dni::dump_constraints -raw -file dump.json
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful