mirror of https://github.com/openXC7/prjxray.git
15 lines
461 B
Bash
15 lines
461 B
Bash
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
|
#
|
|
# Use of this source code is governed by a ISC-style
|
|
# license that can be found in the LICENSE file or at
|
|
# https://opensource.org/licenses/ISC
|
|
#
|
|
# SPDX-License-Identifier: ISC
|
|
# XC7A35TICSG324-1L
|
|
export XRAY_PINCFG=ARTY-A7-PMOD
|
|
export XRAY_DIN_N_LARGE=8
|
|
export XRAY_DOUT_N_LARGE=8
|
|
export HARNESS_DIR=$XRAY_DIR/database/artix7/harness/arty-a7/pmod/
|
|
|
|
source $XRAY_DIR/minitests/roi_harness/arty-common.sh
|