1
0

Remove unused signal from TLB interface

This commit is contained in:
Andrew Waterman
2017-06-08 11:21:44 -07:00
parent d5f80df0ae
commit 25f585f2a9
4 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@ class TLBReq(lgMaxSize: Int)(implicit p: Parameters) extends CoreBundle()(p) {
val vaddr = UInt(width = vaddrBitsExtended)
val passthrough = Bool()
val instruction = Bool()
val store = Bool()
val sfence = Valid(new SFenceReq)
val size = UInt(width = log2Ceil(lgMaxSize + 1))
val cmd = Bits(width = M_SZ)