diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-06-19 13:26:12 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-06-19 13:26:12 -0400 |
commit | 2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b (patch) | |
tree | 94f8c74670bfb88e09b85cb1e35d07e14b59c379 /Makefile | |
parent | 46cd0609866fff203be9a1fb9da60bb8100bd0aa (diff) | |
download | basic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.tar.gz basic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.zip |
very minor style tweaks from downstream repos
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |