From f8b9075808d4c280b6beedf5aede2f40a7678f88 Mon Sep 17 00:00:00 2001 From: Dr Jonathan Richard Robert Kimmitt Date: Sat, 30 May 2026 07:52:09 +0100 Subject: [PATCH] settings/virtex7.sh: default XRAY_VIVADO_SETTINGS to /opt/Xilinx This system standardises on /opt/Xilinx/Vivado/2020.1 not the NFS share the upstream default points at; honour the local standardisation while remaining overridable via the env var. Pairs with task #50 (005-tilegrid virtex7 unaligned-frame fix). Co-Authored-By: Claude Opus 4.7 --- settings/virtex7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/virtex7.sh b/settings/virtex7.sh index 4e2729de..f30fc45a 100644 --- a/settings/virtex7.sh +++ b/settings/virtex7.sh @@ -17,7 +17,7 @@ export XRAY_IOSTANDARD="LVCMOS18" # Virtex-7 synthesis only checks out a license under Vivado 2020.1 on this setup # (2017.2's license manager refuses xc7vx485t). Override the install path and the # version gate for this family. Both are overridable from the environment. -export XRAY_VIVADO_SETTINGS="${XRAY_VIVADO_SETTINGS:-/NFS/apps/Xilinx/Vivado/2020.1/settings64.sh}" +export XRAY_VIVADO_SETTINGS="${XRAY_VIVADO_SETTINGS:-/opt/Xilinx/Vivado/2020.1/settings64.sh}" export XRAY_VIVADO_VERSION="${XRAY_VIVADO_VERSION:-v2020.1.1}" # NOTE: The tilegrid/ROI coordinates below are device-specific (xc7vx485t) and