projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
898c92a
)
whitespace fixes
author
Tobias Platen
<tplaten@posteo.de>
Fri, 29 May 2020 14:40:32 +0000
(16:40 +0200)
committer
Tobias Platen
<tplaten@posteo.de>
Fri, 29 May 2020 14:40:32 +0000
(16:40 +0200)
src/soc/experiment/l0_cache.py
patch
|
blob
|
history
diff --git
a/src/soc/experiment/l0_cache.py
b/src/soc/experiment/l0_cache.py
index 1e4177e4eac479b1f0d2bac32d508827377abe24..10bed7b6f93794a09dab90dea730b7e5351d66c8 100644
(file)
--- 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.