1
0

Update PTE format to reflect reserved bits

This commit is contained in:
Andrew Waterman 2015-04-04 15:19:15 -07:00
parent d912ea265e
commit bce62d5774

View File

@ -33,7 +33,8 @@ class DatapathPTWIO extends CoreBundle {
class PTE extends CoreBundle {
val ppn = Bits(width = ppnBits)
val reserved = Bits(width = 2)
val reserved = Bits(width = 16)
val reserved_for_software = Bits(width = 2)
val d = Bool()
val r = Bool()
val g = Bool()