Merge pull request #701 from antmicro/update-settings

artix7.sh: shrinking Y_MAX to exclude BRKH tiles
This commit is contained in:
litghost 2019-03-06 09:43:42 -08:00 committed by GitHub
commit f801a7a1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export XRAY_ROI_GRID_X1="10"
export XRAY_ROI_GRID_X2="58"
# Include VBRK / VTERM
export XRAY_ROI_GRID_Y1="0"
export XRAY_ROI_GRID_Y2="52"
export XRAY_ROI_GRID_Y2="51"
export XRAY_PIN_00="E22"
export XRAY_PIN_01="D22"