Merge pull request #191 from mithro/master

minitests/roi_harness: Add XRAY_PIN values valid for Arty.
This commit is contained in:
Tim Ansell 2018-10-24 17:00:19 -07:00 committed by GitHub
commit a0cfca8608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -1,8 +1,12 @@
BUILD_DIR=build
export BUILD_DIR
XRAY_PINCFG ?= BASYS3-SWBUT
export XRAY_PINCFG
# official demo configuration
all:
BUILD_DIR=$(BUILD_DIR) XRAY_PINCFG=BASYS3-SWBUT ./runme.sh
./runme.sh
clean:
rm -rf specimen_[0-9][0-9][0-9]/ seg_clblx.segbits vivado*.log vivado_*.str vivado*.jou design *.bits *.dcp *.bit design.txt .Xil

View File

@ -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