summaryrefslogtreecommitdiff
path: root/nghdl/src/ghdlserver/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nghdl/src/ghdlserver/compile.sh')
-rwxr-xr-xnghdl/src/ghdlserver/compile.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/nghdl/src/ghdlserver/compile.sh b/nghdl/src/ghdlserver/compile.sh
new file mode 100755
index 00000000..bfe413e3
--- /dev/null
+++ b/nghdl/src/ghdlserver/compile.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+gcc -c ghdlserver.c
+ghdl -a Utility_Package.vhdl &&
+ghdl -a Vhpi_Package.vhdl
+
+