summaryrefslogtreecommitdiff
path: root/src/ghdlserver/compile.sh
diff options
context:
space:
mode:
authorfahim2015-02-05 17:23:51 +0530
committerfahim2015-02-05 17:23:51 +0530
commit87016b9bd60a03eaaf1bd7f0816e27dbe96ef6ed (patch)
treeeb6b6519729880f1a6bbbeccbdd486dd6afc1d6e /src/ghdlserver/compile.sh
downloadnghdl-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-xsrc/ghdlserver/compile.sh6
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
+
+