From 40a1a137263715b7d0f17e8a897d79afa75b82b5 Mon Sep 17 00:00:00 2001 From: juehv Date: Wed, 30 Nov 2016 16:02:20 +0100 Subject: update maual test --- test/vhdl_manual/manual_test_ghdl.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v0.12