verilator/test_regress/t/t_vpi_sc.cpp
2016-08-23 18:05:29 -04:00

14 lines
238 B
C++

// -*- 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;
}