projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b866bd1
)
Correct comment in TLB
author
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Mon, 1 Apr 2019 02:53:37 +0000
(19:53 -0700)
committer
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Mon, 1 Apr 2019 02:53:37 +0000
(19:53 -0700)
TLB/src/TLB.py
patch
|
blob
|
history
diff --git
a/TLB/src/TLB.py
b/TLB/src/TLB.py
index aaa55da22cbad7b1838cba50a01496b1bbdc6701..612ab93edde068ceb9ce96c63a369e1490005efb 100644
(file)
--- a/
TLB/src/TLB.py
+++ b/
TLB/src/TLB.py
@@
-81,7
+81,7
@@
class TLB():
m.d.comb += [
write_L1.en.eq(1),
write_L1.addr.eq(self.address_L1),
- # The
first argument is the L
SB
+ # The
Cat places arguments from LSB -> M
SB
write_L1.data.eq(Cat(self.pte, self.asid))
]
# CAM_L1 Logic