whitespace fixes
authorTobias Platen <tplaten@posteo.de>
Fri, 29 May 2020 14:40:32 +0000 (16:40 +0200)
committerTobias Platen <tplaten@posteo.de>
Fri, 29 May 2020 14:40:32 +0000 (16:40 +0200)
src/soc/experiment/l0_cache.py

index 1e4177e4eac479b1f0d2bac32d508827377abe24..10bed7b6f93794a09dab90dea730b7e5351d66c8 100644 (file)
@@ -148,8 +148,8 @@ class DataMergerRecord(Record):
 class DataMerger(Elaboratable):
     """DataMerger
 
-    Merges data based on an address-match matrix.  
-    Identifies (picks) one (any) row, then uses that row, 
+    Merges data based on an address-match matrix.
+    Identifies (picks) one (any) row, then uses that row,
     based on matching address bits, to merge (OR) all data
     rows into the output.