Questa Intel FPGA Edition Simulation User Guide

ID 730191
Date 6/07/2023
Public

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

Document Table of Contents

4.3.3.3. Elaboration Example 3: Elaborate Top-Level Testbench Module my_test

The following elaboration example assumes that all modules within the top-level module my_test hierarchy are compiled into the default library work.

vsim my_test	(or vsim -L work test)

In this case, the library work is implicit. That is, you can replace test in the above command with work.test.