Skip to content

Commit

Permalink
Fix ROI settings/kintex7.sh for fuzzer 018-clb-ram
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Nov 11, 2022
1 parent 3bdc5da commit fa4a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/kintex7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export XRAY_EXCLUDE_ROI_TILEGRID=""
export XRAY_IOI3_TILES="LIOI3_X0Y9 RIOI_X43Y9"

# 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_X61Y99 DSP48_X0Y20:DSP48_X0Y39 RAMB18_X0Y20:RAMB18_X0Y39 RAMB36_X0Y10:RAMB36_X0Y19 IOB_X0Y50:IOB_X0Y99 IOB_X1Y50:IOB_X1Y99"
# Part of CMT X0Y1
export XRAY_ROI_GRID_X1="0"
export XRAY_ROI_GRID_X2="116"
Expand Down

0 comments on commit fa4a422

Please sign in to comment.