aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vhpi/002load_entrypoint/vhpi_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vhpi/002load_entrypoint/vhpi_lib.c')
-rw-r--r--testsuite/vhpi/002load_entrypoint/vhpi_lib.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/vhpi/002load_entrypoint/vhpi_lib.c b/testsuite/vhpi/002load_entrypoint/vhpi_lib.c
new file mode 100644
index 000000000..414eac731
--- /dev/null
+++ b/testsuite/vhpi/002load_entrypoint/vhpi_lib.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <vpi_user.h>
+
+void my_startup()
+{
+ printf ("VHPI lib\n");
+}