1
0

refactor PCR file

This commit is contained in:
Andrew Waterman
2012-11-27 01:28:06 -08:00
parent 64674d4d39
commit 9c857b83f0
9 changed files with 388 additions and 396 deletions

View File

@ -13,14 +13,14 @@ class IOTLBPTW extends Bundle {
val perm = Bits(width = PERM_BITS)
}).flip
val status = Bits(INPUT, width = 32)
val status = new Status().asInput
val invalidate = Bool(INPUT)
}
class IODatapathPTW extends Bundle {
val ptbr = UFix(INPUT, PADDR_BITS)
val invalidate = Bool(INPUT)
val status = Bits(INPUT, 32)
val status = new Status().asInput
}
class PTW(n: Int)(implicit conf: RocketConfiguration) extends Component