diff --git a/tools/modelsim/set_modelsim b/tools/modelsim/set_modelsim index 43bca77759a7b1c7052a906e3fa4e25cf9028674..ec18cb850481e9df2598993ca5fe399eb4467c4d 100755 --- a/tools/modelsim/set_modelsim +++ b/tools/modelsim/set_modelsim @@ -33,7 +33,7 @@ TARGET=${1:-} if [ "${TARGET}" = "" ]; then TARGET="default" fi -echo "Start Modelsim GUI for RadioHDL with target: ${TARGET}" +echo "Make Modelsim and Altera library simulation settings for RadioHDL with target: ${TARGET}" # Select tool version if [ "${TARGET}" = "default" ]; then diff --git a/tools/quartus/set_quartus b/tools/quartus/set_quartus index 6ccd26b6ab9863727f15006b478fb6d03587f15e..cd1e09b3756ac99473f0f6c43e1b7516cf114314 100755 --- a/tools/quartus/set_quartus +++ b/tools/quartus/set_quartus @@ -33,7 +33,7 @@ TARGET=${1:-} if [ "${TARGET}" = "" ]; then TARGET="default" fi -echo "Start Quartus GUI for RadioHDL with target: ${TARGET}" +echo "Make Quartus settings for RadioHDL with target: ${TARGET}" # Select tool version if [ "${TARGET}" = "default" ]; then