Questa* Intel® FPGA Edition Simulation User Guide

ID 730191
Date 4/01/2024
Public
Document Table of Contents

3.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.