This commit is contained in:
Anzo 2025-04-22 11:21:18 +08:00 committed by GitHub
commit 771a464ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ object GenElemIdx extends VLSUConstants {
eewUopFlowsLog2
)
LookupTree(uopFlowsLog2, List(
0.U -> uopIdx,
0.U -> uopIdx ## flowIdx(0), // for hardware misalign
1.U -> uopIdx ## flowIdx(0),
2.U -> uopIdx ## flowIdx(1, 0),
3.U -> uopIdx ## flowIdx(2, 0),