whoops syntax error
[pinmux.git] / src / spec / testing_stage1.py
index 01645d66cb371ed0a46afcdf88487b72d929ce81..2f51666b0f0d6b1fd645acfe93148e6e30a6fbf0 100644 (file)
@@ -244,7 +244,7 @@ class ASICPlatform(TemplatedPlatform):
         m=Module()
         print ("    get_input", pin, "port", port, port.layout)
         if pin.name in ['clk_0', 'rst_0']: # sigh
-            else: # simple pass-through from port to pin
+            # simple pass-through from port to pin
             print("No JTAG chain in-between")
             m.d.comb += pin.i.eq(self._invert_if(invert, port))
             return m