Skip to content

Commit

Permalink
feat(cva6): add AxiAddrWidth into cheshire top
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Mar 6, 2023
1 parent a8b58f0 commit 0c13ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ module cheshire_soc import cheshire_pkg::*; #(
assign cva6_out_resp = cva6_user_id_resp;

cva6 #(
.ArianeCfg ( CheshireArianeConfig )
.ArianeCfg ( CheshireArianeConfig ),
.AxiAddrWidth ( AxiAddrWidth )
) i_cva6 (
.clk_i,
.rst_ni,
Expand Down

0 comments on commit 0c13ef9

Please sign in to comment.