提交 071fb563 编写于 作者: Y Yinan Xu

Revert "xscore: enable 128rob as default"

This reverts commit f7bed381.
上级 c386de82
...@@ -47,15 +47,15 @@ case class XSCoreParameters ...@@ -47,15 +47,15 @@ case class XSCoreParameters
DecodeWidth: Int = 6, DecodeWidth: Int = 6,
RenameWidth: Int = 6, RenameWidth: Int = 6,
CommitWidth: Int = 6, CommitWidth: Int = 6,
BrqSize: Int = 32, BrqSize: Int = 16,
IssQueSize: Int = 8, IssQueSize: Int = 8,
NRPhyRegs: Int = 128, NRPhyRegs: Int = 128,
NRIntReadPorts: Int = 8, NRIntReadPorts: Int = 8,
NRIntWritePorts: Int = 8, NRIntWritePorts: Int = 8,
NRFpReadPorts: Int = 14, NRFpReadPorts: Int = 14,
NRFpWritePorts: Int = 8, NRFpWritePorts: Int = 8,
LsroqSize: Int = 64, LsroqSize: Int = 16,
RoqSize: Int = 128, RoqSize: Int = 32,
dpParams: DispatchParameters = DispatchParameters( dpParams: DispatchParameters = DispatchParameters(
DqEnqWidth = 4, DqEnqWidth = 4,
IntDqSize = 64, IntDqSize = 64,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册