index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
vhpi
/
002load_entrypoint
/
vhpi_lib.c
blob: 414eac7315ad4b297eded9bd7b4f70fbb08dc258 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
#include
<vpi_user.h>
void
my_startup
()
{
printf
(
"VHPI lib
\n
"
);
}