Skip to content

Commit

Permalink
[cva6] Pass on missing CVA6Cfg parameter to acc_dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicw committed Jul 24, 2023
1 parent 5a17595 commit 8b0801f
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 @@ -927,6 +927,7 @@ module cva6 import ariane_pkg::*; #(

if (ENABLE_ACCELERATOR) begin: gen_accelerator
acc_dispatcher #(
.CVA6Cfg ( CVA6Cfg ),
.acc_cfg_t ( acc_cfg_t ),
.AccCfg ( AccCfg ),
.acc_req_t ( cvxif_req_t ),
Expand Down

0 comments on commit 8b0801f

Please sign in to comment.