From 1f7bc8ac3daaeeaee87bcf63f1fd9f8b51d4bf06 Mon Sep 17 00:00:00 2001 From: stnolting Date: Thu, 3 Oct 2024 22:09:18 +0200 Subject: [PATCH] [sim/simple] minor cleanup --- sim/simple/ghdl.run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/simple/ghdl.run.sh b/sim/simple/ghdl.run.sh index e62787180..0301d2589 100755 --- a/sim/simple/ghdl.run.sh +++ b/sim/simple/ghdl.run.sh @@ -4,7 +4,7 @@ set -e cd $(dirname "$0") -echo "Tip: Compile application with USER_FLAGS+=-DUART[0/1]_SIM_MODE to auto-enable UART[0/1]'s simulation mode (redirect UART output to simulator console)." +echo "[TIP] Compile application with USER_FLAGS+=-DUART[0/1]_SIM_MODE to enable UART[0/1]'s simulation mode (redirect UART output to simulator console)." # Prepare simulation output files for UART0 and UART 1 # - Testbench receiver log file (neorv32.testbench_uart?.out)