mirror of https://github.com/openXC7/prjxray.git
22 lines
738 B
Bash
22 lines
738 B
Bash
export XRAY_DATABASE="artix7"
|
|
export XRAY_PART="xc7a200tffg1156-1"
|
|
export XRAY_ROI_FRAMES="0x00000000:0xffffffff"
|
|
|
|
# All CLB's in part, all BRAM's in part, all DSP's in part.
|
|
# tcl queries IOB => don't bother adding
|
|
export XRAY_ROI_TILEGRID="SLICE_X0Y0:SLICE_X163Y249 RAMB18_X0Y0:RAMB18_X8Y99 RAMB36_X0Y0:RAMB36_X8Y49 DSP48_X0Y0:DSP48_X8Y99 IOB_X0Y0:IOB_X1Y249"
|
|
|
|
export XRAY_EXCLUDE_ROI_TILEGRID="SLICE_X82Y200:SLICE_X83Y249 SLICE_X82Y0:SLICE_X83Y49"
|
|
|
|
export XRAY_IOI3_TILES="RIOI3_X105Y9 LIOI3_X0Y9"
|
|
|
|
export XRAY_PIN_00="R26"
|
|
export XRAY_PIN_01="P26"
|
|
export XRAY_PIN_02="N26"
|
|
export XRAY_PIN_03="M27"
|
|
export XRAY_PIN_04="U25"
|
|
export XRAY_PIN_05="T25"
|
|
export XRAY_PIN_06="P24"
|
|
|
|
source $(dirname ${BASH_SOURCE[0]})/../utils/environment.sh
|