pep8 cleanup
[pinmux.git] / src / bsv / peripheral_gen / jtag.py
index abd374fc3e37235b4ddaa4247c2813048327567a..d8e63de3975d2de4e23ea8f7c6681d149567bdf7 100644 (file)
@@ -9,10 +9,9 @@ class jtag(PBase):
     def extfastifinstance(self, name, count):
         return self._extifinstance(name, count, "_out", "", True)
 
-
     def fastifdecl(self, name, count):
         # YUK!
-        return "Ifc_jtagdtm jtag{0}_out;".format(count);
+        return "Ifc_jtagdtm jtag{0}_out;".format(count)
 
     def mkfast_peripheral(self):
         return """\
@@ -25,6 +24,7 @@ rule drive_tmp_scan_outs;
     jtag{0}.scan_out_5_i(1'b0);
 endrule
 """
+
     def axi_slave_name(self, name, ifacenum, typ=''):
         return ''