Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evt: on WB miss with error, set the write event when resp to the core #48

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rtl/src/hpdcache_ctrl_pe.sv
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ module hpdcache_ctrl_pe
st1_rtab_commit_o = st1_req_rtab_i;
st1_rsp_valid_o = st1_req_need_rsp_i;
st1_rsp_error_o = st1_req_need_rsp_i;

// Performance event
evt_write_req_o = st1_req_is_store_i;
end

// Allocate a new entry in the replay table in case of conflict with
Expand Down