Skip to content

Commit 602eaf6

Browse files
committedApr 17, 2015
litepcie: fix asciiart in make.py
1 parent 8a822b9 commit 602eaf6

File tree

1 file changed

+4
-4
lines changed
  • misoclib/com/litepcie/example_designs

1 file changed

+4
-4
lines changed
 

Diff for: ‎misoclib/com/litepcie/example_designs/make.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ def _get_args():
9393
sys.exit(1)
9494

9595
print("""
96-
__ _ __ ______ __
97-
/ / (_) /____ / __/ /_/ /
98-
/ /__/ / __/ -_) _// __/ _ \\
99-
/____/_/\__/\__/___/\__/_//_/
96+
__ _ __ ___ _________
97+
/ / (_) /____ / _ \/ ___/ _/__
98+
/ /__/ / __/ -_) ___/ /___/ // -_)
99+
/____/_/\__/\__/_/ \___/___/\__/
100100
101101
A small footprint and configurable PCIe
102102
core powered by Migen

0 commit comments

Comments
 (0)
Please sign in to comment.