summaryrefslogtreecommitdiff
path: root/src/ghdlserver/start_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdlserver/start_server.sh')
-rwxr-xr-xsrc/ghdlserver/start_server.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ghdlserver/start_server.sh b/src/ghdlserver/start_server.sh
deleted file mode 100755
index 548d7d7..0000000
--- a/src/ghdlserver/start_server.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-gcc -c ghdlserver.c
-ghdl -a Utility_Package.vhdl &&
-ghdl -a Vhpi_Package.vhdl &&
-ghdl -a inverter.vhdl &&
-ghdl -a inverter_tb.vhdl &&
-
-ghdl -e -Wl,ghdlserver.o inverter_tb &&
-./inverter_tb
-