From 0c13ef96b42b16bbc4fa8d107652cf7f8705ec12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Sch=C3=B6nleber?= Date: Mon, 6 Mar 2023 14:49:14 +0100 Subject: [PATCH] feat(cva6): add `AxiAddrWidth` into cheshire top --- hw/cheshire_soc.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/cheshire_soc.sv b/hw/cheshire_soc.sv index 06ebcb4f..d44773b7 100644 --- a/hw/cheshire_soc.sv +++ b/hw/cheshire_soc.sv @@ -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,