Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Torsten Reuschel <[email protected]>
  • Loading branch information
unbtorsten committed Feb 1, 2022
1 parent 1ffd905 commit 8e6ca51
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions settings/kintex7_325t.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ export XRAY_IOI3_TILES=""

# These settings must remain in sync
export XRAY_ROI="SLICE_X0Y0:SLICE_X153Y349 DSP48_X0Y0:DSP48_X5Y139 RAMB18_X0Y0:RAMB18_X5Y139 RAMB36_X0Y0:RAMB36_X4Y69"
#export XRAY_ROI="SLICE_X0Y0:SLICE_X153Y349 DSP48_X0Y20:DSP48_X0Y39 RAMB18_X0Y20:RAMB18_X0Y39 RAMB36_X0Y10:RAMB36_X0Y19 IOB_X0Y50:IOB_X0Y99"
# Part of CMT X0Y1
export XRAY_ROI_GRID_X1="-1" #"0"
export XRAY_ROI_GRID_X2="-1" #"38"
export XRAY_ROI_GRID_X1="-1"
export XRAY_ROI_GRID_X2="-1"
# Include VBRK / VTERM
export XRAY_ROI_GRID_Y1="-1" #"104"
export XRAY_ROI_GRID_Y2="-1" #"156"
export XRAY_ROI_GRID_Y1="-1"
export XRAY_ROI_GRID_Y2="-1"

source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh

Expand Down

0 comments on commit 8e6ca51

Please sign in to comment.