projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f3c2f
)
remove twin negatives in comment
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Apr 2019 03:11:56 +0000
(
04:11
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Apr 2019 03:11:56 +0000
(
04:11
+0100)
TLB/src/TLB.py
patch
|
blob
|
history
diff --git
a/TLB/src/TLB.py
b/TLB/src/TLB.py
index 0b5e8206882bf61b37d4725bfaaaa773c18cb6a6..3538bdc1dcab904c0ea803fac903493939007852 100644
(file)
--- a/
TLB/src/TLB.py
+++ b/
TLB/src/TLB.py
@@
-85,7
+85,7
@@
class TLB():
# Output result of permission validation
self.perm_valid.eq(self.perm_validator.valid)
]
- #
Do not output PTE if permissions fail
+ #
Only output PTE if permissions are valid
with m.If(self.perm_validator.valid):
# XXX TODO - dummy for now
reg_data = Signal.like(self.pte_out)