diff options
author | Rahul P | 2020-08-08 18:07:20 +0530 |
---|---|---|
committer | GitHub | 2020-08-08 18:07:20 +0530 |
commit | 5e61158c70425c61fd1af76e69e2fe8b8f7e5105 (patch) | |
tree | 7777265338f455a0e0eccccf59f2e541bc869b7f /src/ghdlserver/start_server.sh | |
parent | a28522ac35da6f275f6ca73c47006b39c8a6725f (diff) | |
parent | f9c63c4941b20543f5d7a99240ceee2a3fe38df5 (diff) | |
download | nghdl-5e61158c70425c61fd1af76e69e2fe8b8f7e5105.tar.gz nghdl-5e61158c70425c61fd1af76e69e2fe8b8f7e5105.tar.bz2 nghdl-5e61158c70425c61fd1af76e69e2fe8b8f7e5105.zip |
Merge pull request #58 from rahulp13/master
unified linux and windows code; ported GUI to PyQt5
Diffstat (limited to 'src/ghdlserver/start_server.sh')
-rwxr-xr-x | src/ghdlserver/start_server.sh | 10 |
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 - |