mirror of https://github.com/openXC7/prjxray.git
minitests/roi_harness: Add XRAY_PIN values valid for Arty.
Allows generating the fuzzers/001-part-yaml for the Arty part. Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
d33fdb7ee3
commit
77881252e2
|
|
@ -1,3 +1,14 @@
|
|||
# XC7A35TICSG324-1L
|
||||
export XRAY_PART=xc7a35tcsg324-1
|
||||
export XRAY_PINCFG=ARTY-A7-SWBUT
|
||||
|
||||
# For generating DB
|
||||
export XRAY_PIN_00="G13"
|
||||
export XRAY_PIN_01="B11"
|
||||
export XRAY_PIN_02="E15"
|
||||
export XRAY_PIN_03="U12"
|
||||
export XRAY_PIN_04="D13"
|
||||
export XRAY_PIN_05="J17"
|
||||
export XRAY_PIN_06="U14"
|
||||
|
||||
source $XRAY_DIR/utils/environment.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue