Skip to content

Commit

Permalink
mem: fix bug of bankconflict (#238)
Browse files Browse the repository at this point in the history
- every cycle need to clean bankconflict message, the message only effect current cycle

Change-Id: I058be9d4b6eb839bef6f792a649e2c206eb31777
  • Loading branch information
jueshiwenli authored Dec 17, 2024
1 parent 38a5253 commit 4a64b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpu/o3/lsq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ LSQ::clearAddresses(Tick time)
{
lastConflictCheckTick = time;
l1dBankAddresses.clear();
recentlyloadAddr.clear();
}

bool
Expand Down

0 comments on commit 4a64b36

Please sign in to comment.