Skip to content

Commit

Permalink
Std cache TB: adapt cva6 wrapper to 4 d-cache ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Jul 12, 2024
1 parent 3a41652 commit 1474714
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions corev_apu/tb/tb_std_cache_subsystem/hdl/cva6_cache_dummy.sv
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ module cva6
logic dcache_flush_ctrl_cache;
logic dcache_flush_ack_cache_ctrl;

dcache_req_i_t [2:0] dcache_req_ports_ex_cache;
dcache_req_o_t [2:0] dcache_req_ports_cache_ex;
dcache_req_i_t [3:0] dcache_req_ports_ex_cache;
dcache_req_o_t [3:0] dcache_req_ports_cache_ex;
logic dcache_commit_wbuffer_empty;
logic dcache_commit_wbuffer_not_ni;

Expand Down Expand Up @@ -176,10 +176,8 @@ module cva6
// note: this only works with one cacheable region
// not as important since this cache subsystem is about to be
// deprecated
.CVA6Cfg ( CVA6Cfg ),
.AxiAddrWidth ( AxiAddrWidth ),
.AxiDataWidth ( AxiDataWidth ),
.AxiIdWidth ( AxiIdWidth ),
.CVA6Cfg ( CVA6Cfg ),
.NumPorts ( 4 ),
.axi_ar_chan_t ( axi_ar_chan_t ),
.axi_aw_chan_t ( axi_aw_chan_t ),
.axi_w_chan_t ( axi_w_chan_t ),
Expand Down

0 comments on commit 1474714

Please sign in to comment.