提交 08fcf6e6 编写于 作者: W William Wang

[DONT MERGE] 2-bit store set perf

上级 7fc13d33
......@@ -151,8 +151,8 @@ class Dispatch1 extends XSModule with HasExceptionNO {
lfst.io.lookup.raddr(i) := updatedUop(i).cf.ssid
lfst.io.lookup.ren(i) := updatedUop(i).cf.storeSetHit
// updatedUop(i).cf.loadWaitBit := lfst.io.lookup.rdata(i) // classic store set
updatedUop(i).cf.loadWaitBit := lfst.io.lookup.rdata(i) && !isStore(i) // store set lite
// updatedUop(i).cf.loadWaitBit := lfst.io.lookup.rdata(i) && io.fromRename(i).bits.cf.loadWaitBit && !isStore(i) // 2-bit store set
// updatedUop(i).cf.loadWaitBit := lfst.io.lookup.rdata(i) && !isStore(i) // store set lite
updatedUop(i).cf.loadWaitBit := lfst.io.lookup.rdata(i) && io.fromRename(i).bits.cf.loadWaitBit && !isStore(i) // 2-bit store set
// update store set LFST
io.lfst(i).valid := io.fromRename(i).valid && updatedUop(i).cf.storeSetHit && isStore(i)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册