From 602eaf69c7985b3009bd9b8957ca25d4158edc33 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 17 Apr 2015 14:10:32 +0200 Subject: [PATCH] litepcie: fix asciiart in make.py --- misoclib/com/litepcie/example_designs/make.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misoclib/com/litepcie/example_designs/make.py b/misoclib/com/litepcie/example_designs/make.py index d7f8ed30..1e15368d 100644 --- a/misoclib/com/litepcie/example_designs/make.py +++ b/misoclib/com/litepcie/example_designs/make.py @@ -93,10 +93,10 @@ if __name__ == "__main__": sys.exit(1) print(""" - __ _ __ ______ __ - / / (_) /____ / __/ /_/ / - / /__/ / __/ -_) _// __/ _ \\ - /____/_/\__/\__/___/\__/_//_/ + __ _ __ ___ _________ + / / (_) /____ / _ \/ ___/ _/__ + / /__/ / __/ -_) ___/ /___/ // -_) + /____/_/\__/\__/_/ \___/___/\__/ A small footprint and configurable PCIe core powered by Migen -- 2.30.2