Merge pull request #112 from pabigot/issue/lnxa100

xc7: fix linux_litex_demo build paths
This commit is contained in:
Alessandro Comodi 2020-12-21 16:28:41 +01:00 committed by GitHub
commit c092a13274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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