User guide

E-53
PLI Access Routines
acc_lsi_dumpports_setformat(USE_DUMPPORTS_FORMAT_LSI);
if (acc_lsi_dumpports_call(instance, outfile2)) {
/* error */
}
...
Caution
The runtime plusargs +dumpports+ieee and +dumpports+lsi
have priority over this routine.
The format of files created by calls to the $dumpports and
$lsi_dumpports tasks are not affected by this routine.
acc_lsi_dumpports_vhdl_enable
Syntax
void acc_lsi_dumpports_vhdl_enable(int enable)
The valid enable integer parameters are as follows:
1 enables VHDL drivers
0 disables VHDL drivers
Synopsis
Use this routine to enable or disable the inclusion of VHDL drivers in
the determination of driver values.
Returns
No return value.
Example D-20 Example of acc_lsi_dumpports_vhdl_enable
#include "acc_user.h"
#include "vcs_acc_user.h"
handle instance = acc_handle_by_name("test_bench.device", 0);