Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.22.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
generate_vhdl_simgen_model -family "stratix iii" -files "mycore.v,subcore.v" -top_level_name "mycore.v" -temp_dir "c:/temp" -result_dir "c:/outdir" -blackbox "blackboxme"
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.