com/liteethmini/phy: remove use of FlipFlop in MII
[litex.git] / crc.py
diff --git a/crc.py b/crc.py
index 7967802e841f8c65aa9d0b4b596cc10cadde1b9e..60efbabc0064d1d218dd60883656b0abd8f4fe68 100644 (file)
--- a/crc.py
+++ b/crc.py
@@ -1,5 +1,6 @@
 import binascii
 
+
 def insert_crc(i_filename, fbi_mode=False, o_filename=None):
     if o_filename is None:
         o_filename = i_filename