Skip to content

Commit

Permalink
fix(Parameters): change incorrect VecDqDeqWidth to FpDqDeqWidth (Open…
Browse files Browse the repository at this point in the history
…XiangShan#3749)

FpDqDeqWidth in fpSchdParams is incorrectly written as VecDqDeqWidth
  • Loading branch information
HeiHuDie authored Oct 25, 2024
1 parent 0303f76 commit cdedeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/xiangshan/Parameters.scala
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ case class XSCoreParameters
numDeqOutside = 0,
schdType = schdType,
rfDataWidth = fpPreg.dataCfg.dataWidth,
numUopIn = dpParams.VecDqDeqWidth,
numUopIn = dpParams.FpDqDeqWidth,
)
}

Expand Down

0 comments on commit cdedeb7

Please sign in to comment.