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.5.14. dni::write_sdc (::quartus::dcmd_sdc)

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

Tcl Package and Version

Belongs to ::quartus::dcmd_sdc

Syntax dni::write_sdc [-h | -help] [-long_help] [-command <command> ] [-design <design> ] [-file <file> ] [-include_file_info] [-line <line> ] [-output_file <output_file> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-command <command> Only output constraint statements defined with this command
-design <design> Design for CDMS design related commands
-file <file> Only output constraint statements defined in this file
-include_file_info Include the file name and line number where the constraint is defined
-line <line> Only output constraint statements defined on this line number
-output_file <output_file> Path to output file where constraint statements are written
Description
Write the SDC constraint statements currently loaded for this design.
Example Usage
# Write the SDC constraints to the console
dni::write_sdc

# Write the SDC constraints to a file
dni::write_sdc -output_file write_sdc_output.txt
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful