diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2013-04-26 18:56:03 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2013-04-26 18:56:16 -0400 |
commit | 57773a6b428d691c7c009af6cc8dfe447c026023 (patch) | |
tree | a6c5384f1863673549b37dd495e03b29c48bf069 | |
parent | b2f0ef5ac43daa2b771dc4a0f06a1ac3d03686de (diff) | |
download | basic-hdl-template-57773a6b428d691c7c009af6cc8dfe447c026023.tar.gz basic-hdl-template-57773a6b428d691c7c009af6cc8dfe447c026023.zip |
README: fix typo.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,5 +80,5 @@ 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" secion and the final CRC line. +For any .xco files, strip the "Project Options" section and the final CRC line. |