21.3.11 check_hdl

Description

This Tcl command checks the HDL in the specified file for validity.

check_hdl -file { absolute path and name of the HDL file }

Arguments

ParameterTypeDescription
filestringSpecified absolute path and name of the HDL file you want to check. It is mandatory.

Error Codes

Error CodeDescription
NoneHDL file is not in the project.
NoneRequired parameter 'file' is missing.
NoneParameter 'file' has illegal value.
NoneParameter 'param_name' is not defined. Valid command formatting is 'check_hdl -file "file"'.

Supported Families

Supported Families
PolarFire®
RTG4
SmartFusion® 2
IGLOO® 2

Example

The following command checks HDL on the file hdl1.vhd.

check_hdl -file {/project/hdl/hdl1.vhd}