diff --git a/minitests/roi_harness/arty-common.sh b/minitests/roi_harness/arty-common.sh index 8e9feb49..25ad4d97 100644 --- a/minitests/roi_harness/arty-common.sh +++ b/minitests/roi_harness/arty-common.sh @@ -6,6 +6,9 @@ # # SPDX-License-Identifier: ISC # XC7A35TICSG324-1L + +source $(dirname ${BASH_SOURCE[0]})/../../settings/artix7_50t.sh + export XRAY_PART=xc7a35tcsg324-1 export XRAY_EQUIV_PART=xc7a50tfgg484-1 diff --git a/minitests/roi_harness/basys3-common.sh b/minitests/roi_harness/basys3-common.sh index 7492f9b3..fff53973 100644 --- a/minitests/roi_harness/basys3-common.sh +++ b/minitests/roi_harness/basys3-common.sh @@ -6,6 +6,9 @@ # # SPDX-License-Identifier: ISC # XC7A35T-1CPG236C + +source $(dirname ${BASH_SOURCE[0]})/../../settings/artix7_50t.sh + export XRAY_PART=xc7a35tcpg236-1 export XRAY_EQUIV_PART=xc7a50tfgg484-1 if [ -z "$XRAY_PINCFG" ]; then