verilator/test_regress/t/t_vpi_sc.cpp

14 lines
238 B
C++
Raw Normal View History

// -*- mode: C++; c-file-style: "cc-mode" -*-
#include "Vt_vpi_sc.h"
VM_PREFIX* tb = NULL;
int sc_main(int argc, char *argv[]) {
tb = new VM_PREFIX("tb");
VL_PRINTF("*-* All Finished *-*\n");
tb->final();
return 0;
}