User guide

C-41
Compile-Time Options
until the short pulse propagates through the module or until
another simulation event drives a value on the output port. See
“Specifying the Delay Mode” on page 12-20.
Options for PLI Applications
+applylearn+filename
Recompiles your design to enable only the ACC capabilities that
you needed for the debugging operations you did during a
previous simulation of the design.
-e new_name_for_main
Specifies the name of your main() routine. You write your own
main() routine when you are writing a C++ application or when
your application does some processing before starting the simv
executable.
Note:
Do not use the -e options with the VCS /SystemC
Cosimulation Interface.
-P pli.tab
Compiles a user-defined PLI definition table file.
+vpi
Enables the use of VPI PLI access routines.
-load shared_library:registration_routine
Specifies the registration routine in a shared library for a VPI
application.
-use_vpiobj
Specifies the vpi_user.c file that enables you to use the
vpi_register_systf VPI access routine.