projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b0c81
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 13 Mar 2019 07:34:56 +0000
(07:34 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 13 Mar 2019 07:34:56 +0000
(07:34 +0000)
TLB/src/TLB.py
patch
|
blob
|
history
diff --git
a/TLB/src/TLB.py
b/TLB/src/TLB.py
index ae772b55a50aa92c44e94206e8b519b054221591..cac8863ce5c4a8575a01a57c9c35de91ab37fd60 100644
(file)
--- a/
TLB/src/TLB.py
+++ b/
TLB/src/TLB.py
@@
-40,7
+40,7
@@
class TLB():
self.command = Signal(2) # 00=None, 01=Search, 10=Write L1, 11=Write L2
self.xwr = Signal(3) # Execute, Write, Read
self.mode = Signal(4) # 4 bits for access to Sv48 on Rv64
- self.address_L1 = Signal(max=
am_size)
+ self.address_L1 = Signal(max=am_size)
self.asid = Signal(asid_size) # Address Space IDentifier (ASID)
self.vma = Signal(vma_size) # Virtual Memory Address (VMA)
self.pte_in = Signal(pte_size) # To be saved Page Table Entry (PTE)