Skip to content

Commit

Permalink
Update core/cache_subsystem/wt_axi_adapter.sv
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AEzzejjari and github-actions[bot] authored Dec 4, 2023
1 parent 95a993a commit 4be0890
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/cache_subsystem/wt_axi_adapter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,10 @@ module wt_axi_adapter
2'b10:
axi_wr_be[0][dcache_data.paddr[$clog2(CVA6Cfg.AxiDataWidth/8)-1:0]+:4] = '1; // word
default:
if (riscv::IS_XLEN64) axi_wr_be[0][dcache_data.paddr[$clog2(CVA6Cfg.AxiDataWidth/8)-1:0]+:8] = '1; // dword
if (riscv::IS_XLEN64)
axi_wr_be[0][dcache_data.paddr[$clog2(
CVA6Cfg.AxiDataWidth/8
)-1:0]+:8] = '1; // dword
endcase
end
//////////////////////////////////////
Expand Down

0 comments on commit 4be0890

Please sign in to comment.