mirror of https://github.com/openXC7/prjxray.git
artix7.sh: shrinking Y_MAX to exclude BRKH tiles
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
885d5599aa
commit
aaa0406c27
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue