User guide
E-43
PLI Access Routines
acc_lsi_dumpports_all(outfile);
acc_lsi_dumpports_flush(outfile);
}
...
if (resume_dumping_now)
acc_lsi_dumpports_on(outfile);
...
Caution
This routine may affect files opened by the $dumpports and
$lsi_dumpports system tasks.
acc_lsi_dumpports_call
Syntax
int acc_lsi_dumpports_call(handle instance, char *filename)
Synopsis
Monitors instance ports.
This is a PLI interface to the $lsi_dumpports task. The default file
format is the original LSI format, but you can select the IEEE format
by calling the routine acc_lsi_dumpports_setformat()
prior to calling this routine. Your tab file will need the following acc
permissions:
acc=cbka,cbk,cbkv:[<instance_name>|*].
Returns
Zero on success, non-zero otherwise. VCS displays error messages
through tf_error(). A common error is specifying a file name also
being used by a $dumpports or $lsi_dumpports system task.