mirror of https://github.com/openXC7/prjxray.git
15 lines
319 B
Bash
15 lines
319 B
Bash
# XC7A35T-1CPG236C
|
|
export XRAY_PART=xc7a35tcpg236-1
|
|
export XRAY_PINCFG=BASYS3-SWBUT
|
|
|
|
# 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"
|
|
|
|
source $XRAY_DIR/utils/environment.sh
|