diff options
-rwxr-xr-x | test/vhdl_manual/manual_test_ghdl.sh | 4 |
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" |