summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjuehv <heuschkel@tk.tu-darmstadt.de>2016-11-30 15:02:20 (GMT)
committerjuehv <heuschkel@tk.tu-darmstadt.de>2016-11-30 15:02:20 (GMT)
commit40a1a137263715b7d0f17e8a897d79afa75b82b5 (patch)
treefd19b758cae5bb1c08f93b770a6d124c8dcc5f9e /test
parent5c09b82c85430839afbd7d89f00ff697aec9ff77 (diff)
downloaduscxml-40a1a137263715b7d0f17e8a897d79afa75b82b5.zip
uscxml-40a1a137263715b7d0f17e8a897d79afa75b82b5.tar.gz
uscxml-40a1a137263715b7d0f17e8a897d79afa75b82b5.tar.bz2
update maual test
Diffstat (limited to 'test')
-rwxr-xr-xtest/vhdl_manual/manual_test_ghdl.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/vhdl_manual/manual_test_ghdl.sh b/test/vhdl_manual/manual_test_ghdl.sh
index 90ba90b..07b4a9d 100755
--- a/test/vhdl_manual/manual_test_ghdl.sh
+++ b/test/vhdl_manual/manual_test_ghdl.sh
@@ -9,6 +9,7 @@
# sudo mkdir /opt/ghdl
# make
# sudo make install
+# OR install from https://github.com/tgingold/ghdl/releases/tag/v0.33
ME=`basename $0`
DIR="$( cd "$( dirname "$0" )" && pwd )/"
@@ -22,7 +23,8 @@ VHDL_OUT=${SIM_DIR}vhd/
SIM_LIB_DIR=${SIM_DIR}scxml/
VHDL_TB_NAME=tb
-GHDL=/opt/ghdl/bin/ghdl
+#GHDL=/opt/ghdl/bin/ghdl
+GHDL=ghdl
# get arguments
TEST_NUMBER="test144.scxml"