summaryrefslogtreecommitdiff
path: root/nghdl/src/ghdlserver/start_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nghdl/src/ghdlserver/start_server.sh')
-rwxr-xr-xnghdl/src/ghdlserver/start_server.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/nghdl/src/ghdlserver/start_server.sh b/nghdl/src/ghdlserver/start_server.sh
deleted file mode 100755
index 548d7d76..00000000
--- a/nghdl/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
-