example_designs/make.py: fix typos
This commit is contained in:
parent
72e71e7200
commit
aa44da35c6
|
@ -123,16 +123,16 @@ if __name__ == "__main__":
|
|||
====== Building parameters: ======""")
|
||||
if hasattr(soc, "io"):
|
||||
print("""
|
||||
LiscopeIO
|
||||
---------
|
||||
LiteScopeIO
|
||||
-----------
|
||||
Width: {}
|
||||
""".format(soc.io.dw)
|
||||
)
|
||||
|
||||
if hasattr(soc, "analyzer"):
|
||||
print("""
|
||||
LiscopeAnalyzer
|
||||
---------
|
||||
LiteScopeAnalyzer
|
||||
-----------------
|
||||
Width: {}
|
||||
Depth: {}
|
||||
===============================""".format(
|
||||
|
|
Loading…
Reference in New Issue