Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_iptclgen_ver_1_0_cmd_generate_vhdl_simgen_model
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_iptclgen_ver_1_0_cmd_generate_vhdl_simgen_model
Ixiasoft
4.1.21.2. generate_vhdl_simgen_model (::quartus::iptclgen)
The following table displays information for the generate_vhdl_simgen_model Tcl command:
Tcl Package and Version | Belongs to ::quartus::iptclgen |
||
Syntax | generate_vhdl_simgen_model [-h | -help] [-long_help] -blackbox <blackbox> -family <family> -files <files> -result_dir <result_dir> -temp_dir <temp_dir> -top_level_name <top_level_name> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-blackbox <blackbox> | comma-separated list of modules that should be blackboxed | ||
-family <family> | family name | ||
-files <files> | comma seperated list of files | ||
-result_dir <result_dir> | result directory for .vho file. Must already exist | ||
-temp_dir <temp_dir> | temp_dir | ||
-top_level_name <top_level_name> | top level entity name | ||
Description | Creates a temporary project in the temporary directory, creates the simgen model and copies the model to result_dir. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: No open project. Open an existing project or create a new project. |