whitespace changes
authorTobias Platen <tplaten@posteo.de>
Mon, 25 May 2020 13:03:54 +0000 (15:03 +0200)
committerTobias Platen <tplaten@posteo.de>
Mon, 25 May 2020 13:03:54 +0000 (15:03 +0200)
src/soc/experiment/l0_cache.py

index a138163022c23c81e79748999eb874679e04502b..eb4435abb444b7786580d603d78a4f58dfb23938 100644 (file)
@@ -155,9 +155,11 @@ class DataMerger(Elaboratable):
 
     def __init__(self, array_size):
         """
-        :addr_array_i: an NxN Array of Signals with bits set indicating address match
+        :addr_array_i: an NxN Array of
+                       Signals with bits set indicating address match
         :data_i: an Nx Array of Records {data: 128 bit, byte_enable: 16 bit}
-        :data_o: an Output Record of same type {data: 128 bit, byte_enable: 16 bit}
+        :data_o: an Output Record of same type
+                 {data: 128 bit, byte_enable: 16 bit}
         """
         self.array_size = array_size
         ul = []