Skip to content

Commit

Permalink
Propagate clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 9, 2024
1 parent 8446bfd commit 669daf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cache_subsystem/wt_cache_subsystem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ module wt_cache_subsystem
) i_adapter (
.clk_i (clk_i),
.rst_ni (rst_ni),
.clear_i (clear_i),
.icache_data_req_i(icache_adapter_data_req),
.icache_data_ack_o(adapter_icache_data_ack),
.icache_data_i (icache_adapter),
Expand Down

0 comments on commit 669daf5

Please sign in to comment.