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
|
else
|
||||||
ifeq ($(BOARD_TARGET), ml505)
|
ifeq ($(BOARD_TARGET), ml505)
|
||||||
UCF=UCF/ML505.ucf
|
UCF=UCF/ML505.ucf
|
||||||
|
else
|
||||||
|
UCF=UCF/generic.ucf
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -6,6 +6,10 @@
|
|||||||
include $(MAKEFILES_PATH)/Makefile.boards
|
include $(MAKEFILES_PATH)/Makefile.boards
|
||||||
export MAKEFILES_PATH
|
export MAKEFILES_PATH
|
||||||
|
|
||||||
|
ifndef FPGA
|
||||||
|
FPGA=$(CONFIG_FPGA_TYPE)
|
||||||
|
endif
|
||||||
|
|
||||||
# impact device number for jtag chain
|
# impact device number for jtag chain
|
||||||
ifndef DEVICE_NR
|
ifndef DEVICE_NR
|
||||||
DEVICE_NR=$(subst ", , $(CONFIG_IMPACT_TARGET))
|
DEVICE_NR=$(subst ", , $(CONFIG_IMPACT_TARGET))
|
||||||
|
Loading…
Reference in New Issue
Block a user