fixed a small typo in collect_readmes.py
Signed-off-by: Chandler Jearls <cjearls@vt.edu>
This commit is contained in:
parent
8c67e280e1
commit
d2b0747fbe
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue