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, 0 insertions, 6 deletions
diff --git a/nghdl/src/ghdlserver/compile.sh b/nghdl/src/ghdlserver/compile.sh
deleted file mode 100755
index bfe413e3..00000000
--- a/nghdl/src/ghdlserver/compile.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-gcc -c ghdlserver.c
-ghdl -a Utility_Package.vhdl &&
-ghdl -a Vhpi_Package.vhdl
-
-