From c176046dff4941bcec27b0b72e5a68264c4808e5 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Wed, 25 Aug 2021 09:24:05 -0500 Subject: fpga: Set default part for sim in setupenv.sh This sets the ARCH and PART_ID environment variables so that the selected part family is used for simulations by default. This can be overridden by changing them in the Makefile for the testbench if a testbench requires a specific part family. Prior to this change, the default was always ARCH=kintex7, PART_ID=xc7k410t/ffg900/-2, which required support for that part to be installed. --- fpga/usrp3/top/x400/setupenv.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fpga/usrp3/top/x400') diff --git a/fpga/usrp3/top/x400/setupenv.sh b/fpga/usrp3/top/x400/setupenv.sh index 38bed74df..80da9448d 100644 --- a/fpga/usrp3/top/x400/setupenv.sh +++ b/fpga/usrp3/top/x400/setupenv.sh @@ -13,4 +13,8 @@ REPO_BASE_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd) declare -A PRODUCT_ID_MAP PRODUCT_ID_MAP["X410"]="zynquplusRFSOC/xczu28dr/ffvg1517/-1/e" +# Set default part for simulation +export ARCH=zynquplusRFSOC +export PART_ID="xczu28dr/ffvg1517/-1/e" + source $REPO_BASE_PATH/tools/scripts/setupenv_base.sh -- cgit v1.2.3