Adding settings.sh for kintex7 from "k7 DB base"

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2017-12-07 13:30:15 -08:00
parent 3ab69179f0
commit 748df5113c
1 changed files with 19 additions and 0 deletions

19
kintex7/settings.sh Normal file
View File

@ -0,0 +1,19 @@
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
export XRAY_DATABASE="kintex7"
export XRAY_PART="xc7k70tfbg484-2"
export XRAY_ROI="SLICE_X24Y150:SLICE_X35Y199"
# FIXME: a7 value
export XRAY_ROI_FRAMES="0x00020500:0x000208ff"
export XRAY_ROI_GRID_X1="48"
export XRAY_ROI_GRID_X2="67"
export XRAY_ROI_GRID_Y1="0"
export XRAY_ROI_GRID_Y2="52"
# Carried over from a7. guess they work?
export XRAY_PIN_00="E22"
export XRAY_PIN_01="D22"
export XRAY_PIN_02="E21"
export XRAY_PIN_03="D21"
export XRAY_PIN_04="G21"
export XRAY_PIN_05="G22"
export XRAY_PIN_06="F21"