1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00
myhdl/cosimulation/icarus/myhdl_table.c
2003-04-11 18:42:21 +00:00

9 lines
126 B
C

# include "vpi_user.h"
extern void myhdl_register();
void (*vlog_startup_routines[])() = {
myhdl_register,
0
};