Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/29/2025
Public
Document Table of Contents

4.1.2.25. validate_metadata (::quartus::board)

The following table displays information for the validate_metadata Tcl command:

Tcl Package and Version

Belongs to ::quartus::board

Syntax validate_metadata [-h | -help] [-long_help] -file <file> [-silent] [-strict]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-file <file> The metadata file
-silent For internal use only, to avoid printing log to STDOUT
-strict Option to treat all warnings as errors
Description
The command validate the designs info metadata file.
Example Usage
::board::validate_metadata -strict -file ../project_dir/readme.md
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful