diff --git a/minitests/roi_harness/zybo.sh b/minitests/roi_harness/zybo.sh new file mode 100644 index 00000000..0e367950 --- /dev/null +++ b/minitests/roi_harness/zybo.sh @@ -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