From: Tobias Platen Date: Fri, 29 May 2020 14:40:32 +0000 (+0200) Subject: whitespace fixes X-Git-Tag: div_pipeline~747 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1480f80e948ec438830791a0437133b2b9073d15;p=soc.git whitespace fixes --- diff --git a/src/soc/experiment/l0_cache.py b/src/soc/experiment/l0_cache.py index 1e4177e4..10bed7b6 100644 --- a/src/soc/experiment/l0_cache.py +++ b/src/soc/experiment/l0_cache.py @@ -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.