mirror of https://github.com/openXC7/prjxray.git
38 lines
884 B
Bash
38 lines
884 B
Bash
# XC7A35T-1CPG236C
|
|
export XRAY_PART=xc7a35tcpg236-1
|
|
export XRAY_PINCFG=BASYS3-SWBUT
|
|
export XRAY_DIN_N_LARGE=17
|
|
export XRAY_DOUT_N_LARGE=17
|
|
|
|
# For generating DB
|
|
export XRAY_PIN_00="V17"
|
|
export XRAY_PIN_01="V16"
|
|
export XRAY_PIN_02="W16"
|
|
export XRAY_PIN_03="W17"
|
|
export XRAY_PIN_04="W15"
|
|
export XRAY_PIN_05="V15"
|
|
export XRAY_PIN_06="W14"
|
|
|
|
# ROI is in the top left
|
|
export XRAY_ROI_LARGE=SLICE_X0Y100:SLICE_X35Y149
|
|
|
|
# HCLK Tile
|
|
export XRAY_ROI_HCLK="CLK_HROW_TOP_R_X60Y130/CLK_HROW_CK_BUFHCLK_L0"
|
|
|
|
# PITCH
|
|
export XRAY_PITCH=2
|
|
|
|
# INT_L/R for DOUT and DIN
|
|
export XRAY_ROI_DIN_INT_L_X="0"
|
|
export XRAY_ROI_DIN_INT_R_X="25"
|
|
export XRAY_ROI_DOUT_INT_L_X="2"
|
|
export XRAY_ROI_DOUT_INT_R_X="23"
|
|
|
|
# PIPS for DOUT and DIN
|
|
export XRAY_ROI_DIN_LPIP="EE2BEG2"
|
|
export XRAY_ROI_DIN_RPIP="WW2BEG1"
|
|
export XRAY_ROI_DOUT_LPIP="SW6BEG0"
|
|
export XRAY_ROI_DOUT_RPIP="LH12"
|
|
|
|
source $XRAY_DIR/utils/environment.sh
|