launchVCS
Start and configure Synopsys VCS simulator for use with HDL Verifier software
Since R2024b
Syntax
Description
launchVCS(
performs these actions:VerilogFiles
=files,HDLTopLevelName
=topModule);
Generates HDL compilation scripts for VCS®
Generates VCS simulator launch scripts
Compiles Verilog® and starts the VCS simulator
The scripts set up the GCC environment and load the correct HDL Verifier™ library into the Synopsys® VCS simulator.
To generate custom scripts, use launchVCS
to generate a shell
script template (.sh
). Then, perform one of the following actions:
Modify the template and run it from the MATLAB® command prompt by using a
system
command.Invoke the script directly from a shell.
In batch mode, the function returns only after launching and starting the HDL simulator. In interactive mode, the function returns without waiting for the HDL simulator to start.
launchVCS(
generates HDL compilation scripts and simulation launch scripts, then compiles the
VHDL® files and starts the VCS simulator.VHDLFiles
=files,HDLTopLevelName
=topModule);
launchVCS(
generates HDL compilation scripts and simulation launch scripts for a mixed-language design.
Then, the function compiles the HDL files and starts the VCS simulator.VerilogFiles
=files,VHDLFiles
=files,HDLTopLevelName
=topModule);
launchVCS(__,
specifies options
using one or more name-value arguments in addition to the input arguments in previous
syntaxes.Name=Value
);
Examples
Input Arguments
Version History
Introduced in R2024b