Parse_hdl, Usage, Options – Altera Quartus II Scripting User Manual

Page 272: Description, Example, Parse_hdl –142

Advertising
background image

3–142

Chapter 3: Tcl Packages & Commands

iptclgen

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

parse_hdl

Usage

parse_hdl -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>

Options

-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 outputs into the filename specified

Example

parse_hdl -inhdl_files rldram_dev.v -core_params "USE_CLK, STRATIXIII" \

-outdir_name "/project/hdl"

Advertising