提交 fea51f94 编写于 作者: A Allen

DCache: give stu the highest data array write port priority.

Making stu completely nonblocking.
上级 de39fa0d
......@@ -140,10 +140,10 @@ class DCache extends DCacheModule {
}
//----------------------------------------
// meta array
// data array
val DataWritePortCount = 2
val MissQueueDataWritePort = 0
val StorePipeDataWritePort = 1
val StorePipeDataWritePort = 0
val MissQueueDataWritePort = 1
val dataWriteArb = Module(new Arbiter(new L1DataWriteReq, DataWritePortCount))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册