aboutsummaryrefslogtreecommitdiffstats
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
parent46cd0609866fff203be9a1fb9da60bb8100bd0aa (diff)
downloadbasic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.tar.gz
basic-hdl-template-2e77e418dee3bfcf16a23b7d6dcaafcb3d69422b.zip
very minor style tweaks from downstream repos
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
-rw-r--r--README2
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7c1c6e6..6d462a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,4 @@ tb/simulate_isim.prj
iseconfig/
build/
coregen-tmp/
+cores/*.v
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
diff --git a/README b/README
index eddc25c..826715e 100644
--- a/README
+++ b/README
@@ -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