projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a8864
)
Adding a sweet sweet comment
author
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Sat, 16 Feb 2019 22:47:29 +0000
(14:47 -0800)
committer
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Sat, 16 Feb 2019 22:47:29 +0000
(14:47 -0800)
TLB/CAM.py
patch
|
blob
|
history
diff --git
a/TLB/CAM.py
b/TLB/CAM.py
index b6bd30b1cb0cd9a54daac7232e737d06ef3fc2a8..0c332b960b75a11f8e9f142d49a7b3472d249592 100644
(file)
--- a/
TLB/CAM.py
+++ b/
TLB/CAM.py
@@
-26,6
+26,7
@@
class CAM():
m.d.submodules.encoder = encoder = Encoder(cam_size)
+ # Set the key value for every CamEntry
for index in range(cam_size):
m.d.sync += [
entry_array[index].write.eq(self.write),