xc7: fix linux_litex_demo build paths

The destination directory names for arty 35 and 100 were swapped in
refactoring.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2020-12-21 07:36:24 -06:00
parent b56ef488b8
commit 4eb18573f0
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@ BUILDDIR := build
ifeq ($(TARGET),arty_100)
PARTNAME := xc7a100tcsg324-1
DEVICE := xc7a100t_test
BOARD_BUILDDIR := ${BUILDDIR}/arty_35
BOARD_BUILDDIR := ${BUILDDIR}/arty_100
else
PARTNAME := xc7a35tcsg324-1
DEVICE := xc7a50t_test
BOARD_BUILDDIR := ${BUILDDIR}/arty_100
BOARD_BUILDDIR := ${BUILDDIR}/arty_35
endif
all: ${BOARD_BUILDDIR}/${TOP}.bit