Skip to content
Snippets Groups Projects
Commit d30803c0 authored by Alban Gruin's avatar Alban Gruin
Browse files

ariane: route dcache_load_delayed to perf_counters


Signed-off-by: default avatarAlban Gruin <alban.gruin@irit.fr>
parent 7ef9e095
Branches
Tags
No related merge requests found
...@@ -597,7 +597,7 @@ module ariane import ariane_pkg::*; #( ...@@ -597,7 +597,7 @@ module ariane import ariane_pkg::*; #(
.branch_speculation_i ( bsp_if_perf ), .branch_speculation_i ( bsp_if_perf ),
.mempending_i ( icache_stall_ctrl ), .mempending_i ( icache_stall_ctrl ),
.lsu_locked_i ( 1'b0 ), .lsu_locked_i ( dcache_load_delayed ),
.icache_miss_while_mem_i ( icache_stall_ctrl & icache_miss_cache_perf ) .icache_miss_while_mem_i ( icache_stall_ctrl & icache_miss_cache_perf )
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment