mirror of https://github.com/openXC7/prjxray.git
Adjust harness settings to new A100T database
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
996bcfd7a1
commit
2b44720b6f
|
|
@ -6,6 +6,9 @@
|
|||
#
|
||||
# SPDX-License-Identifier: ISC
|
||||
# XC7A35TICSG324-1L
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../../settings/artix7_50t.sh
|
||||
|
||||
export XRAY_PART=xc7a35tcsg324-1
|
||||
export XRAY_EQUIV_PART=xc7a50tfgg484-1
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#
|
||||
# SPDX-License-Identifier: ISC
|
||||
# XC7A35T-1CPG236C
|
||||
|
||||
source $(dirname ${BASH_SOURCE[0]})/../../settings/artix7_50t.sh
|
||||
|
||||
export XRAY_PART=xc7a35tcpg236-1
|
||||
export XRAY_EQUIV_PART=xc7a50tfgg484-1
|
||||
if [ -z "$XRAY_PINCFG" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue