litescope: pep8 (E222)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 11:29:41 +0000 (13:29 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 11:29:41 +0000 (13:29 +0200)
misoclib/tools/litescope/example_designs/make.py

index 04280a415598214f1203335f8985d731217ba841..4a9cb5830d12cebc88d71b6e94353741cb0cd328 100644 (file)
@@ -75,7 +75,7 @@ if __name__ == "__main__":
     platform_kwargs = dict((k, autotype(v)) for k, v in args.platform_option)
     platform = platform_module.Platform(**platform_kwargs)
 
-    build_name = top_class.__name__.lower() +  "-" + platform_name
+    build_name = top_class.__name__.lower() + "-" + platform_name
     top_kwargs = dict((k, autotype(v)) for k, v in args.target_option)
     soc = top_class(platform, **top_kwargs)
     soc.finalize()