aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/top/e31x/setupenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/top/e31x/setupenv.sh')
-rw-r--r--fpga/usrp3/top/e31x/setupenv.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/fpga/usrp3/top/e31x/setupenv.sh b/fpga/usrp3/top/e31x/setupenv.sh
new file mode 100644
index 000000000..940ccede2
--- /dev/null
+++ b/fpga/usrp3/top/e31x/setupenv.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+VIVADO_VER=2019.1
+DISPLAY_NAME="USRP-E31x"
+REPO_BASE_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)
+
+declare -A PRODUCT_ID_MAP
+PRODUCT_ID_MAP["E310_SG1"]="zynq/xc7z020/clg484/-1"
+PRODUCT_ID_MAP["E310_SG3"]="zynq/xc7z020/clg484/-3"
+
+source $REPO_BASE_PATH/tools/scripts/setupenv_base.sh