addjust XRAY_ROI to exactly use one tile for 018-clb-ram

Signed-off-by: Hans Baier <hansfbaier@gmail.com>
This commit is contained in:
Hans Baier 2022-11-16 10:16:46 +07:00
parent 9860350ac1
commit ace7bffb5b
1 changed files with 3 additions and 3 deletions

View File

@ -17,10 +17,10 @@ export XRAY_EXCLUDE_ROI_TILEGRID=""
export XRAY_IOI3_TILES="LIOI3_X0Y9 RIOI_X43Y9" export XRAY_IOI3_TILES="LIOI3_X0Y9 RIOI_X43Y9"
# These settings must remain in sync # These settings must remain in sync
export XRAY_ROI="SLICE_X0Y50:SLICE_X19Y99 DSP48_X0Y20:DSP48_X0Y39 RAMB18_X0Y0:RAMB18_X3Y39 RAMB36_X0Y0:RAMB36_X3Y19 IOB_X0Y50:IOB_X0Y99 IOB_X1Y50:IOB_X1Y99" export XRAY_ROI="SLICE_X0Y50:SLICE_X23Y99 DSP48_X0Y20:DSP48_X0Y39 RAMB18_X0Y0:RAMB18_X3Y39 RAMB36_X0Y0:RAMB36_X3Y19 IOB_X0Y50:IOB_X0Y99 IOB_X1Y50:IOB_X1Y99"
# Part of CMT X0Y1 # CMT X0Y1
export XRAY_ROI_GRID_X1="0" export XRAY_ROI_GRID_X1="0"
export XRAY_ROI_GRID_X2="116" export XRAY_ROI_GRID_X2="65"
# Include VBRK / VTERM # Include VBRK / VTERM
export XRAY_ROI_GRID_Y1="104" export XRAY_ROI_GRID_Y1="104"
export XRAY_ROI_GRID_Y2="156" export XRAY_ROI_GRID_Y2="156"