提交 1d76fda0 编写于 作者: W William Wang

StoreSet: fix LFST raddr width

上级 cf06df3f
......@@ -144,7 +144,7 @@ class DispatchToLFST extends XSBundle {
}
class LookupLFST extends XSBundle {
val raddr = Vec(DecodeWidth, Input(UInt(MemPredPCWidth.W))) // xor hashed decode pc(VaddrBits-1, 1)
val raddr = Vec(DecodeWidth, Input(UInt(SSIDWidth.W))) // use ssid to llokup LFST
val ren = Vec(DecodeWidth, Input(Bool())) // ren iff uop.cf.storeSetHit
val rdata = Vec(DecodeWidth, Output(Bool()))
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册