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 <noreply@anthropic.com>
This commit is contained in:
Dr Jonathan Richard Robert Kimmitt 2026-05-30 07:52:09 +01:00
parent 804af47dc5
commit f8b9075808
1 changed files with 1 additions and 1 deletions

View File

@ -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