From ba294af88946fd5c4fba64d4e13438281587bb71 Mon Sep 17 00:00:00 2001 From: John McMaster Date: Thu, 25 Jan 2018 17:21:59 -0800 Subject: [PATCH] basys3.sh: use proper script to setup environment Signed-off-by: John McMaster --- minitests/roi_harness/basys3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minitests/roi_harness/basys3.sh b/minitests/roi_harness/basys3.sh index 00fed676..d2fd303b 100644 --- a/minitests/roi_harness/basys3.sh +++ b/minitests/roi_harness/basys3.sh @@ -11,4 +11,4 @@ export XRAY_PIN_04="W15" export XRAY_PIN_05="V15" export XRAY_PIN_06="W14" -export XRAY_BITREAD="$XRAY_DIR/build/tools/bitread -part_file $XRAY_DIR/database/artix7/xc7a35tcpg236-1.yaml" +source $XRAY_DIR/utils/environment.sh