diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-11-12 18:16:19 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-11-12 18:16:19 -0500 |
commit | 0d34adceb3665ad6d96cb4f2e8bd0ad55d712195 (patch) | |
tree | 86cc1f3b3a1160f6b0d93f759dee7a99f0868e82 /contrib/HOWTO.coregen | |
parent | 75fc9c1613ffbeea2be843c3aa0e5fcd978ad60b (diff) | |
download | basic-hdl-template-0d34adceb3665ad6d96cb4f2e8bd0ad55d712195.tar.gz basic-hdl-template-0d34adceb3665ad6d96cb4f2e8bd0ad55d712195.zip |
Part 3 of refactoring template files into ./contrib
Docs!
Diffstat (limited to 'contrib/HOWTO.coregen')
-rw-r--r-- | contrib/HOWTO.coregen | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/HOWTO.coregen b/contrib/HOWTO.coregen new file mode 100644 index 0000000..d679d23 --- /dev/null +++ b/contrib/HOWTO.coregen @@ -0,0 +1,13 @@ + +== HOWTO Coregen ============================================================= + +Run `make coregen` and use the GUI to generate a core. + +Depending on the output, copy .v files to hdl/ and/or .xco files to cores/. +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. |