blob: 6c6910dd9c33ddf28d7e3f77c73854ba3f5d19ff [file] [log] [blame] [edit]
export XRAY_DATABASE="zynqus+"
export XRAY_PART="xczu7ev-ffvc1156-2-i"
export XRAY_ROI_FRAMES="0x00000000:0xffffffff"
# All CLB's in part, all BRAM's in part, all DSP's in part.
export XRAY_ROI_TILEGRID="SLICE_X0Y240:SLICE_X23Y299 RAMB18_X0Y96:RAMB18_X4Y143 RAMB36_X0Y48:RAMB36_X4Y71 DSP48E2_X0Y96:DSP48E2_X13Y143 URAM288_X0Y64:URAM288_X0Y95"
# These settings must remain in sync
export XRAY_ROI="SLICE_X0Y240:SLICE_X23Y299 RAMB18_X0Y96:RAMB18_X4Y143 RAMB36_X0Y48:RAMB36_X4Y71 DSP48E2_X0Y96:DSP48E2_X13Y143 URAM288_X0Y64:URAM288_X0Y95"
# Most of CMT X0Y2.
export XRAY_ROI_GRID_X1="83"
export XRAY_ROI_GRID_X2="118"
# Include VBRK / VTERM
export XRAY_ROI_GRID_Y1="0"
export XRAY_ROI_GRID_Y2="51"
export XRAY_PIN_00="C4"
export XRAY_PIN_01="B4"
export XRAY_PIN_02="E4"
export XRAY_PIN_03="D4"
#export XRAY_PIN_04="K16"
#export XRAY_PIN_05="J16"
#export XRAY_PIN_06="J15"
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
export XRAY_BITREAD="${XRAY_TOOLS_DIR}/bitread --part_file ${XRAY_PART_YAML} --architecture UltraScalePlus"