Visible to Intel only — GUID: rtt1671234422583
Ixiasoft
Visible to Intel only — GUID: rtt1671234422583
Ixiasoft
3.3.1.2. Compilation Example 2: Compile File design1.sv to Default Library (work)
The following example illustrates use of Tcl commands to compile a file into the default library. You must add the commands to a .do file that you then run at a terminal using the vsim command, as Compilation Example 1 describes.
The following Tcl command compiles design1.sv to the work library, without explicit reference to the default library name:
vlog -sv design1.sv
vlog -sv design1.sv quit