iverilog/tgt-vhdl/vhpi/finish.c

7 lines
55 B
C
Raw Permalink Normal View History

#include <stdlib.h>
void finish(void)
{
exit(0);
}