Technical data
Mixed VHDL/Verilog simulation
144
-
ModelSim EE Lessons ModelSim EE Tutorial
3
Let’s create a new library to hold the mixed design. Make this menu selection in the
Main window
:
Library > Create a New Library
.
(PROMPT: vlib mixed)
In the Create a New Library dialog
box select
Create: a new library
only
. In the
Library:
field type
mixed
, then select
OK
.
This creates a subdirectory named
mixed
(your design library) within
the current directory. The library
contains a special file named
_info
that is created with the library.
Do not create library
subdirectories using UNIX or
Windows commands—always use
the Library menu or the
vlib
command from either the
Model
Sim
or UNIX/DOS prompt.
4
Now you can map the new library to the
work
library. From the Main menu select
Library > Browse Libraries
. In the Library Browser select the
work
library, then
Edit
.
(PROMPT: vmap work mixed)