ADD: changes to support the generic board type
This commit is contained in:
parent
9616b0c8aa
commit
3f84d1ded3
2
Makefile
2
Makefile
@ -9,6 +9,8 @@ ifeq ($(BOARD_TARGET), spartan3e)
|
||||
else
|
||||
ifeq ($(BOARD_TARGET), ml505)
|
||||
UCF=UCF/ML505.ucf
|
||||
else
|
||||
UCF=UCF/generic.ucf
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -6,6 +6,10 @@
|
||||
include $(MAKEFILES_PATH)/Makefile.boards
|
||||
export MAKEFILES_PATH
|
||||
|
||||
ifndef FPGA
|
||||
FPGA=$(CONFIG_FPGA_TYPE)
|
||||
endif
|
||||
|
||||
# impact device number for jtag chain
|
||||
ifndef DEVICE_NR
|
||||
DEVICE_NR=$(subst ", , $(CONFIG_IMPACT_TARGET))
|
||||
|
Loading…
Reference in New Issue
Block a user