mirror of https://github.com/openXC7/prjxray.git
Fix D9/B8 in arty-swbut harness.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
2d13b11f13
commit
3345f30817
|
|
@ -5,3 +5,6 @@ export XRAY_DOUT_N_LARGE=8
|
|||
export HARNESS_DIR=$XRAY_DIR/database/artix7/harness/arty-a7/swbut/
|
||||
|
||||
source $XRAY_DIR/minitests/roi_harness/arty-common.sh
|
||||
|
||||
# PITCH
|
||||
export XRAY_PITCH=4
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ if {$part eq "xc7a50tfgg484-1"} {
|
|||
# Arty A7 switch, button, and LED
|
||||
# https://reference.digilentinc.com/reference/programmable-logic/arty/reference-manual?redirect=1
|
||||
# 4 switches then 4 buttons
|
||||
set sw_but "A8 C11 C10 A10 D9 C9 B9 B8"
|
||||
set sw_but "A8 C11 C10 A10 C9 B9 B8 D9"
|
||||
# 4 LEDs then 4 RGB LEDs (green only)
|
||||
set leds "H5 J5 T9 T10 F6 J4 J2 H6"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue