mirror of https://github.com/openXC7/prjxray.git
24 lines
793 B
Bash
24 lines
793 B
Bash
export XRAY_DATABASE="artix7"
|
|
export XRAY_PART="xc7a50tfgg484-1"
|
|
export XRAY_ROI_FRAMES="0x00000000:0xffffffff"
|
|
|
|
# All CLB's in part, all BRAM's in part, all DSP's in part.
|
|
export XRAY_ROI="SLICE_X0Y0:SLICE_X65Y99 SLICE_X0Y100:SLICE_X57Y149 RAMB18_X0Y0:RAMB18_X1Y59 RAMB36_X0Y0:RAMB36_X1Y29 RAMB18_X2Y0:RAMB18_X2Y39 RAMB36_X2Y0:RAMB36_X2Y19 DSP48_X0Y0:DSP48_X1Y59"
|
|
|
|
# ROI is all of CMT X0Y2.
|
|
export XRAY_ROI_GRID_X1="10"
|
|
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"
|
|
|
|
export XRAY_PIN_00="E22"
|
|
export XRAY_PIN_01="D22"
|
|
export XRAY_PIN_02="E21"
|
|
export XRAY_PIN_03="D21"
|
|
export XRAY_PIN_04="G21"
|
|
export XRAY_PIN_05="G22"
|
|
export XRAY_PIN_06="F21"
|
|
|
|
source $(dirname ${BASH_SOURCE[0]})/../../utils/environment.sh
|