example_designs/make.py: fix typos
This commit is contained in:
parent
72e71e7200
commit
aa44da35c6
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue