User guide
E-84
PLI Access Routines
encrypted.\n"))
++write_error;
if (vcsSpEncodeOff(esp)) ++write_error;
if (vcsSpWriteString(esp, "This text will *not* be
encrypted.\n"))
++write_error;
fclose(fp);
vcsSpClose(esp);
Caution
vcsSpInitialize() and vcsSpSetFilePtr() must be called
prior to calling this routine.
Access Routine for Signal in a Generate Block
There is only one access routine for signals in generate blocks.
acc_object_of_type
Syntax
bool acc_object_of_type(accGenerated, sigHandle)
Synopsis
This routine returns true if the signal is in a generate block.
Returns
1 - If the signal is in a generate block.
0 - if the signal is not in a generate block.