example_designs/make.py: fix typos

This commit is contained in:
Florent Kermarrec 2018-01-20 15:16:38 +01:00
parent 72e71e7200
commit aa44da35c6
1 changed files with 4 additions and 4 deletions

View File

@ -123,16 +123,16 @@ if __name__ == "__main__":
====== Building parameters: ======""") ====== Building parameters: ======""")
if hasattr(soc, "io"): if hasattr(soc, "io"):
print(""" print("""
LiscopeIO LiteScopeIO
--------- -----------
Width: {} Width: {}
""".format(soc.io.dw) """.format(soc.io.dw)
) )
if hasattr(soc, "analyzer"): if hasattr(soc, "analyzer"):
print(""" print("""
LiscopeAnalyzer LiteScopeAnalyzer
--------- -----------------
Width: {} Width: {}
Depth: {} Depth: {}
===============================""".format( ===============================""".format(