From 87016b9bd60a03eaaf1bd7f0816e27dbe96ef6ed Mon Sep 17 00:00:00 2001 From: fahim Date: Thu, 5 Feb 2015 17:23:51 +0530 Subject: Subject: Adding all the source code of nghdl Description: Adding all the source code of nghdl --- src/ghdlserver/compile.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 src/ghdlserver/compile.sh (limited to 'src/ghdlserver/compile.sh') 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 + + -- cgit