From 692ddc62fa609bbc95ae6f7c20807496b68b5df5 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 13 Jun 2014 09:56:21 +0000 Subject: [PATCH] Added ALTERA_HW_TCL_KEEP_TEMP_FILES to try to avoid an Quartus warning with Qsys. --- tools/quartus/quartus_generic.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/quartus/quartus_generic.sh b/tools/quartus/quartus_generic.sh index aa236c6e06..7aa6339617 100755 --- a/tools/quartus/quartus_generic.sh +++ b/tools/quartus/quartus_generic.sh @@ -40,6 +40,9 @@ ${NIOSDIR}/bin:\ ${NIOSDIR}/bin/gnu/H-i686-pc-linux-gnu/bin:\ ${NIOSDIR}/sdk2/bin +# Qsys +export ALTERA_HW_TCL_KEEP_TEMP_FILES=1 + # User synthesis timestamp in FPGA image export UNB_COMPILE_STAMPS=1 -- GitLab