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
| Parameter | Type | Description | 
|---|
| file | string | Specified absolute path and name of the HDL file you want to check. It is mandatory. | 
Error Codes
| Error Code | Description | 
|---|
| None | HDL file is not in the project. | 
| None | Required parameter 'file' is missing. | 
| None | Parameter 'file' has illegal value. | 
| None | Parameter '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}