fix dependency problems caused by pypi
[c4m-jtag.git] / c4m / cocotb / jtag / c4m_jtag.py
index 2cf99819f77dfa51828a17436a710a901f6fe051..ac97ce3e00d8face513e79846ad7198a326fe4d5 100644 (file)
@@ -2,9 +2,11 @@ import cocotb
 from cocotb.triggers import Timer
 from cocotb.binary import BinaryValue
 
+
 class JTAGException(Exception):
     pass
 
+
 class JTAG_Clock(object):
     """
     Class for the JTAG clock, run cycle by cycle
@@ -28,6 +30,7 @@ class JTAG_Clock(object):
             self.signal <= 0
             yield self.t
 
+
 class JTAG_Master(object):
     """
     Class that will run JTAG commands, shift in and out data