parse_tcl (::quartus::iptclgen)

The following table displays information for the parse_tcl Tcl command:

Tcl Package and Version

Belongs to ::quartus::iptclgen 1.0

Syntax parse_tcl [-h | -help] [-long_help] [-core_params <core_params> ] [-core_sub_params <core_sub_params> ] -indir_name <indir_name> -intcl_files <intcl_files> -module_name <module_name> -outdir_name <outdir_name>
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
-core_sub_params <core_sub_params> map of parameter-to-value pairs to replace
-indir_name <indir_name> input directory of tcl files
-intcl_files <intcl_files> input tcl name
-module_name <module_name> toplevel module name
-outdir_name <outdir_name> output directory of tcl files
Description
Parses the HDL file specified and saves output to the file name specified.
Example Usage
parse_tcl -intcl_files rldram_dev.v -core_params "USE_CLK, STRATIXIII" -outdir_name "/project/tcl"
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.