Skip to content

Commit

Permalink
fix not driven error
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-108 committed Dec 11, 2024
1 parent a6cf9ed commit 5973264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ module cva6
// Cache port 0 is being ultilized in implicit read access in ZCMT extension.
if (CVA6Cfg.RVZCMT & ~(CVA6Cfg.MmuPresent)) begin
assign dcache_req_ports_cache_id = dcache_req_from_cache[0];
assign dcache_req_ports_cache_ex[0] = '0;
end else begin
assign dcache_req_ports_cache_ex[0] = dcache_req_from_cache[0];
end
Expand Down

0 comments on commit 5973264

Please sign in to comment.