fixed a small typo in collect_readmes.py

Signed-off-by: Chandler Jearls <cjearls@vt.edu>
This commit is contained in:
Chandler Jearls 2021-04-21 17:52:09 +00:00
parent 8c67e280e1
commit d2b0747fbe
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from docutils.core import publish_doctree
full_name_lut = {
'a35t': 'Arty 35T',
'a100t': 'Arty 100T',
'nexys4DDR': 'Nexys 4 DDR',
'nexys4ddr': 'Nexys 4 DDR',
'basys3': 'Basys 3',
'eos_s3': 'EOS S3',
'zybo': 'Zybo Z7',