Skip to content

Commit

Permalink
[rtl] fix reorder queue size.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li authored Dec 29, 2024
1 parent a917653 commit 502ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/mask/MaskUnit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ class MaskUnit(val parameter: T1Parameter)
// todo: param
val readDataQueueSize: Int = 8
// todo: param
val reorderQueueSize: Int = 16
val reorderQueueSize: Int = 2 * parameter.laneNumber

// The queue waiting to read data. This queue contains other information about this group.
// 64: todo: max or token?
Expand Down

0 comments on commit 502ab7d

Please sign in to comment.