Update TLB to follow PermissionValidator changes
[soc.git] / TLB / src / TLB.py
index fce14e2b90f20a8b433cf0dcc3bafed0d3a2dbb2..adf6b97121871e377fd365c106a20c08533593ff 100644 (file)
@@ -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