PEP8
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 15 Nov 2021 17:40:17 +0000 (17:40 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 15 Nov 2021 17:40:17 +0000 (17:40 +0000)
src/spec/testing_stage1.py

index 2f51666b0f0d6b1fd645acfe93148e6e30a6fbf0..026e574113bb72067e1042c1617dcfb77167d50d 100644 (file)
@@ -241,7 +241,7 @@ class ASICPlatform(TemplatedPlatform):
         self._check_feature("single-ended input", pin, attrs,
                             valid_xdrs=(0,), valid_attrs=None)
         # Create a module first
-        m=Module()
+        m = Module()
         print ("    get_input", pin, "port", port, port.layout)
         if pin.name in ['clk_0', 'rst_0']: # sigh
             # simple pass-through from port to pin