projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b0d14
)
whitespace (put intermediate on separate line)
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 9 Mar 2019 22:30:01 +0000
(22:30 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 9 Mar 2019 22:30:01 +0000
(22:30 +0000)
TLB/src/Cam.py
patch
|
blob
|
history
diff --git
a/TLB/src/Cam.py
b/TLB/src/Cam.py
index fcdecc26bc3daba81ce9c974b54c5d018bcae05a..de9be90adb069c22acdf89efe19bc9f7cbd2bd0c 100644
(file)
--- a/
TLB/src/Cam.py
+++ b/
TLB/src/Cam.py
@@
-91,8
+91,9
@@
class Cam():
# Send data input to all entries
m.d.comb += entry_array[index].data_in.eq(self.data_in)
- #Send all entry matches to encoder
- m.d.comb += self.vector_assembler.i[index].eq(entry_array[index].match)
+ # Send all entry matches to encoder
+ ematch = entry_array[index].match
+ m.d.comb += self.vector_assembler.i[index].eq(ematch)
# Give input to and accept output from encoder module
m.d.comb += [