Skip to content

Commit

Permalink
[config] num phys regs <= isa reg + rob size applied to all configs
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez authored and jerryz123 committed Feb 15, 2019
1 parent 020b585 commit c6df8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/common/configs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class WithSmallBooms extends Config((site, here, up) => {
IssueParams(issueWidth=1, numEntries=4, iqType=IQT_MEM.litValue),
IssueParams(issueWidth=1, numEntries=4, iqType=IQT_INT.litValue),
IssueParams(issueWidth=1, numEntries=4, iqType=IQT_FP.litValue)),
numIntPhysRegisters = 56,
numIntPhysRegisters = 48,
numFpPhysRegisters = 48,
numLsuEntries = 8,
maxBrCount = 4,
Expand Down

0 comments on commit c6df8e0

Please sign in to comment.