mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
Add comments in commit stage
This commit is contained in:
parent
964c942cd3
commit
964d5ab6fc
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ module commit_stage (
|
|||
// do not commit the instruction if we got an exception since the store buffer will be cleared
|
||||
// by the subsequent flush triggered by an exception
|
||||
if (commit_instr_i.fu == STORE) begin
|
||||
// check if the LSU is ready to accept another commit entry (e.g.: a non-speculative store)
|
||||
if (commit_lsu_ready_i)
|
||||
commit_lsu_o = 1'b1;
|
||||
else // if the LSU buffer is not ready - do not commit, wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue