User guide
16-3
SWIFT VMC Models and SmartModels
All Platforms
You must set the LMC_HOME environment variable to the directory
where you installed the models. For example:
setenv LMC_HOME /u/tools/swiftR41
Set the VCS_SWIFT_NOTES environment variable to 1. For
example:
setenv VCS_SWIFT_NOTES 1
Setting this environment variable enables the display of messages
from models including messages that tell you if the model is correctly
loaded. For example, if PCL code contains printf commands, during
the simulation the microprocessor controlled by the PCL code prints
out the model messages.
Setting this environment variable is optional but Synopsys
recommends that you always set it when you are debugging your
design.
Solaris Platform
For the Solaris platform, set the environment variable
LD_LIBRARY_PATH. If you have already set this environment
variable for some other application, you can add to the definition of
this environment variable as follows:
setenv LD_LIBRARY_PATH ${LMC_HOME}/lib/sun4Solaris.lib:
${LD_LIBRARY_PATH}
If you haven’t already set this environment variable, enter the
following:
setenv LD_LIBRARY_PATH ${LMC_HOME}/lib/sun4Solaris.lib