projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdc002
)
add comment
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 14 Apr 2019 17:53:16 +0000
(18:53 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 14 Apr 2019 17:53:16 +0000
(18:53 +0100)
TLB/src/ariane/tlb.py
patch
|
blob
|
history
diff --git
a/TLB/src/ariane/tlb.py
b/TLB/src/ariane/tlb.py
index 32041c0af593d9339962adb3ebeb9c36472ac163..740cf42c2ed6eb06e225b565f46832241d9993bb 100644
(file)
--- a/
TLB/src/ariane/tlb.py
+++ b/
TLB/src/ariane/tlb.py
@@
-300,7
+300,7
@@
class TLB:
hits = []
for i in range(TLB_ENTRIES):
hits.append(tc[i].lu_hit_o)
- m.d.comb += hitsel.i.eq(Cat(*hits))
+ m.d.comb += hitsel.i.eq(Cat(*hits))
# (goes into plru as well)
idx = hitsel.o
active = Signal(reset_less=True)