Skip to content
Snippets Groups Projects
Commit e0a2572b authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Corrected echo message, ony the settings are made, the GUI is not started.

parent e5182b22
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ TARGET=${1:-} ...@@ -33,7 +33,7 @@ TARGET=${1:-}
if [ "${TARGET}" = "" ]; then if [ "${TARGET}" = "" ]; then
TARGET="default" TARGET="default"
fi 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 # Select tool version
if [ "${TARGET}" = "default" ]; then if [ "${TARGET}" = "default" ]; then
......
...@@ -33,7 +33,7 @@ TARGET=${1:-} ...@@ -33,7 +33,7 @@ TARGET=${1:-}
if [ "${TARGET}" = "" ]; then if [ "${TARGET}" = "" ]; then
TARGET="default" TARGET="default"
fi fi
echo "Start Quartus GUI for RadioHDL with target: ${TARGET}" echo "Make Quartus settings for RadioHDL with target: ${TARGET}"
# Select tool version # Select tool version
if [ "${TARGET}" = "default" ]; then if [ "${TARGET}" = "default" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment