aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:26:12 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:26:12 -0400
commit2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b (patch)
tree94f8c74670bfb88e09b85cb1e35d07e14b59c379 /Makefile
parent46cd0609866fff203be9a1fb9da60bb8100bd0aa (diff)
downloadbasic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.tar.gz
basic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.zip
very minor style tweaks from downstream repos
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16ffb50..20e992a 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ xilinx_cores :=
#xilinx_cores += cores/example.xco
# bitfile bitwidth for flash uploads
-mcs_datawidth = 16
+mcs_datawidth := 16
# Bulk of the actual Makefile is in a different file.
include ./contrib/xilinx.mk