mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
9 lines
126 B
C
9 lines
126 B
C
|
# include "vpi_user.h"
|
||
|
|
||
|
extern void myhdl_register();
|
||
|
|
||
|
void (*vlog_startup_routines[])() = {
|
||
|
myhdl_register,
|
||
|
0
|
||
|
};
|