From 7c41d606feb69ab512b8b947791b7bd201e64da9 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 17 Feb 2024 08:34:49 +0000 Subject: [PATCH] Compile Vivado libraries for 1993 and 2008 by default --- contrib/install-vivado.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/install-vivado.sh b/contrib/install-vivado.sh index 79ecefa3..952d3162 100755 --- a/contrib/install-vivado.sh +++ b/contrib/install-vivado.sh @@ -35,7 +35,7 @@ src=$XILINX_VIVADO/data/vhdl/src GLOBAL_OPTS="-M 64m" A_OPTS="--relaxed" -for STD in ${NVC_STD:-2008 2019}; do +for STD in ${NVC_STD:-1993 2008}; do analyse_list unisim$(std_suffix $STD) <