From 6740624f2d4ed2ae253ac284021083651baad234 Mon Sep 17 00:00:00 2001 From: Alessandro Maiuolo Date: Fri, 23 Dec 2022 22:53:39 -0800 Subject: [PATCH] added finish message to setup --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 2ae92f1bb..e2c1b6d6d 100755 --- a/setup.sh +++ b/setup.sh @@ -36,3 +36,5 @@ export SNPSLMD_LICENSE_FILE=27020@134.173.38.184 # Change this to your license m # Imperas; put this in if you are using it #export PATH=$RISCV/imperas-riscv-tests/riscv-ovpsim-plus/bin/Linux64:$PATH #export LD_LIBRARY_PATH=$RISCV/imperas_riscv_tests/riscv-ovpsim-plus/bin/Linux64:$LD_LIBRARY_PATH # remove if no imperas + +echo "setup done" \ No newline at end of file