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 | |
parent | 46cd0609866fff203be9a1fb9da60bb8100bd0aa (diff) | |
download | basic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.tar.gz basic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.zip |
very minor style tweaks from downstream repos
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -65,3 +65,4 @@ tb/simulate_isim.prj iseconfig/ build/ coregen-tmp/ +cores/*.v @@ -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 @@ -61,7 +61,7 @@ Simulate with isim via: make simulate -View the results using isim with: +View the results using the isim GUI with: make isim |