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/xula2/settings.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/xula2/settings.mk (limited to 'contrib/xula2/settings.mk') diff --git a/contrib/xula2/settings.mk b/contrib/xula2/settings.mk new file mode 100644 index 0000000..a185426 --- /dev/null +++ b/contrib/xula2/settings.mk @@ -0,0 +1,12 @@ +# xula2 device-specific configuration variables +# put targets in targets.mk, not this file + +board := xula2 +family := spartan6 +device := XC6SLX25 +speedgrade := -2 +device_package := ftg256 +bitconf_file := ./contrib/xula2/xula2.bitconf +ucf_file := ./contrib/xula2/xula2.ucf +opt_file := ./contrib/default.opt + -- cgit v1.2.3