projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4fa5e
)
Update TLB to follow PermissionValidator changes
author
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Wed, 20 Mar 2019 04:58:17 +0000
(21:58 -0700)
committer
Daniel Benusovich
<flyingmonkeys1996@gmail.com>
Wed, 20 Mar 2019 04:58:17 +0000
(21:58 -0700)
TLB/src/TLB.py
patch
|
blob
|
history
diff --git
a/TLB/src/TLB.py
b/TLB/src/TLB.py
index fce14e2b90f20a8b433cf0dcc3bafed0d3a2dbb2..adf6b97121871e377fd365c106a20c08533593ff 100644
(file)
--- a/
TLB/src/TLB.py
+++ b/
TLB/src/TLB.py
@@
-32,7
+32,7
@@
class TLB():
self.mem_L1 = Memory(asid_size + pte_size, L1_size)
# Permission Validator
- self.perm_validator = PermissionValidator(asid_size
+
pte_size)
+ self.perm_validator = PermissionValidator(asid_size
,
pte_size)
# Inputs
self.supermode = Signal(1) # Supervisor Mode