aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:14:16 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:14:16 -0400
commit46cd0609866fff203be9a1fb9da60bb8100bd0aa (patch)
tree1717a2c8299611401412b0e5d73170f145217bbd /README
parent10199d449f4d20786af2e8abb303d65db98f7d30 (diff)
downloadbasic-hdl-template-46cd0609866fff203be9a1fb9da60bb8100bd0aa.tar.gz
basic-hdl-template-46cd0609866fff203be9a1fb9da60bb8100bd0aa.zip
don't re-coregen after every little Makefile tweak
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 0ec8ecc..eddc25c 100644
--- a/README
+++ b/README
@@ -82,3 +82,6 @@ update the Makefile.
For any .xco files, strip the "Project Options" section and the final CRC line.
+After making any changes to the target chipset (eg, by modifying Makefile),
+you'll need to do a 'make clean' to ensure that the coregen logic is
+resynthesized correctly.