diff options
Diffstat (limited to 'nghdl/src/ghdlserver/start_server.sh')
-rwxr-xr-x | nghdl/src/ghdlserver/start_server.sh | 10 |
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 - |