mirror of https://github.com/openXC7/prjxray.git
minitests: roi_harness: add zybo Z7 settings
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
fe0f1f2248
commit
3f0e0bd828
|
|
@ -0,0 +1,19 @@
|
|||
# XC7010-1CLG400C
|
||||
export XRAY_PART=xc7z010clg400-1
|
||||
export XRAY_PINCFG=ZYBOZ7-SWBUT
|
||||
export XRAY_DIN_N_LARGE=4
|
||||
export XRAY_DOUT_N_LARGE=4
|
||||
|
||||
# For generating DB
|
||||
export XRAY_PIN_00="G15"
|
||||
export XRAY_PIN_01="P15"
|
||||
export XRAY_PIN_02="W13"
|
||||
export XRAY_PIN_03="T16"
|
||||
export XRAY_PIN_04="K18"
|
||||
export XRAY_PIN_05="P16"
|
||||
export XRAY_PIN_06="K19"
|
||||
|
||||
# ROI is in top right
|
||||
export XRAY_ROI_LARGE="SLICE_X22Y50:SLICE_X43Y99"
|
||||
|
||||
source $XRAY_DIR/utils/environment.sh
|
||||
Loading…
Reference in New Issue