diff options
author | fahim | 2015-02-05 17:23:51 +0530 |
---|---|---|
committer | fahim | 2015-02-05 17:23:51 +0530 |
commit | 87016b9bd60a03eaaf1bd7f0816e27dbe96ef6ed (patch) | |
tree | eb6b6519729880f1a6bbbeccbdd486dd6afc1d6e /src/ghdlserver/compile.sh | |
download | nghdl-87016b9bd60a03eaaf1bd7f0816e27dbe96ef6ed.tar.gz nghdl-87016b9bd60a03eaaf1bd7f0816e27dbe96ef6ed.tar.bz2 nghdl-87016b9bd60a03eaaf1bd7f0816e27dbe96ef6ed.zip |
Subject: Adding all the source code of nghdl
Description: Adding all the source code of nghdl
Diffstat (limited to 'src/ghdlserver/compile.sh')
-rwxr-xr-x | src/ghdlserver/compile.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ghdlserver/compile.sh b/src/ghdlserver/compile.sh new file mode 100755 index 0000000..bfe413e --- /dev/null +++ b/src/ghdlserver/compile.sh @@ -0,0 +1,6 @@ +#!/bin/sh +gcc -c ghdlserver.c +ghdl -a Utility_Package.vhdl && +ghdl -a Vhpi_Package.vhdl + + |