From dbd902e9c0c88dd0b283034e032e8305896c1a75 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 29 Oct 2018 17:10:40 -0700 Subject: [PATCH] Expand X2 to include INT_R on far right edge. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- database/artix7/settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/artix7/settings.sh b/database/artix7/settings.sh index a14e7887..aabe552c 100644 --- a/database/artix7/settings.sh +++ b/database/artix7/settings.sh @@ -5,7 +5,7 @@ export XRAY_ROI_FRAMES="0x00000000:0xffffffff" # All CLB's in X0Y2 CMT. export XRAY_ROI="SLICE_X0Y100:SLICE_X35Y149 RAMB18_X0Y40:RAMB18_X0Y59 RAMB36_X0Y20:RAMB36_X0Y29 DSP48_X0Y40:DSP48_X0Y59" export XRAY_ROI_GRID_X1="10" -export XRAY_ROI_GRID_X2="57" +export XRAY_ROI_GRID_X2="58" # Y = 0 and Y 52 are VBRK rows, include them export XRAY_ROI_GRID_Y1="0" export XRAY_ROI_GRID_Y2="52"