Exemplo n.º 1
0
static PLI_INT32 sys_dumpflush_calltf(ICARUS_VPI_CONST PLI_BYTE8*name)
{
      (void)name; /* Parameter is not used. */
      if (dump_file) fstWriterFlushContext(dump_file);

      return 0;
}
Exemplo n.º 2
0
static PLI_INT32 sys_dumpflush_calltf(ICARUS_VPI_CONST PLI_BYTE8*name)
{
      if (dump_file) fstWriterFlushContext(dump_file);

      return 0;
}