From 4782465ef5d08bd7e7a36085a3013ed379e90ec2 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 12 Nov 2013 19:57:34 -0500 Subject: hack fix for bug with include ordering There seems to be a problem with the default target being overriden when a board-specific file is included before xilinx.mk. Workaround is to include targets last. --- contrib/sp605/settings.mk | 12 ++++++++++++ contrib/sp605/sp605.mk | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 contrib/sp605/settings.mk delete mode 100644 contrib/sp605/sp605.mk (limited to 'contrib/sp605') diff --git a/contrib/sp605/settings.mk b/contrib/sp605/settings.mk new file mode 100644 index 0000000..857417b --- /dev/null +++ b/contrib/sp605/settings.mk @@ -0,0 +1,12 @@ +# Configuration variables and build targets for the Xilinx Spartan6 SP605 Dev +# Board + +board := sp605 +family := spartan6 +device := xc6slx45t +speedgrade := -3 +device_package := fgg484 +bitconf_file := ./contrib/sp605/sp605.bitconf +ucf_file := ./contrib/sp605/sp605.ucf +opt_file := ./contrib/default.opt +mcs_datawidth := 16 diff --git a/contrib/sp605/sp605.mk b/contrib/sp605/sp605.mk deleted file mode 100644 index 857417b..0000000 --- a/contrib/sp605/sp605.mk +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration variables and build targets for the Xilinx Spartan6 SP605 Dev -# Board - -board := sp605 -family := spartan6 -device := xc6slx45t -speedgrade := -3 -device_package := fgg484 -bitconf_file := ./contrib/sp605/sp605.bitconf -ucf_file := ./contrib/sp605/sp605.ucf -opt_file := ./contrib/default.opt -mcs_datawidth := 16 -- cgit v1.2.3