parse_hdl (::quartus::iptclgen)

The following table displays information for the parse_hdl Tcl command:

Tcl Package and Version

Belongs to ::quartus::iptclgen 1.0

Syntax parse_hdl [-h | -help] [-long_help] -core_params <core_params> -indir_name <indir_name> -inhdl_files <inhdl_files> [-module_list <module_list> ] -module_name <module_name> -outdir_name <outdir_name> -supported_params <supported_params>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-core_params <core_params> Comma-delimited list of core parameters
-indir_name <indir_name> input directory of hdl files
-inhdl_files <inhdl_files> input hdl name
-module_list <module_list> list of modules to uniquify name
-module_name <module_name> toplevel module name
-outdir_name <outdir_name> output directory of hdl files
-supported_params <supported_params> Comma-delimited list of supported core parameters
Description
Parses the HDL file specified and saves output to the file name specified.
Example Usage
parse_hdl -inhdl_files rldram_dev.v -core_params "USE_CLK, STRATIXIII" -outdir_name "/project/hdl"
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Invalid Intel FPGA IP Name: <string>. Specify a legal port type.
TCL_ERROR 1 ERROR: Illegal number of arguments. Specify %u argument(s) for option <string>.
TCL_ERROR 1 ERROR: No open project. Open an existing project or create a new project.