From de713e03e6413731abadd06a9f4874e712efdbaf Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Sat, 7 Jan 2023 00:47:49 +0100 Subject: [PATCH] cpu_sub_system_axi: Resolve multiple intc drivers --- smart_run/logical/common/cpu_sub_system_axi.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_run/logical/common/cpu_sub_system_axi.v b/smart_run/logical/common/cpu_sub_system_axi.v index 8acde95..ff0d741 100644 --- a/smart_run/logical/common/cpu_sub_system_axi.v +++ b/smart_run/logical/common/cpu_sub_system_axi.v @@ -364,7 +364,7 @@ end // assign pad_plic_int_vld = {{ 144 - 40{1'b0}}, xx_intc_vld[39:0]}; assign pad_plic_int_vld[ 39 : 0] = xx_intc_vld[ 39 : 0]; -assign pad_plic_int_vld[144 - 1 : 32] = 'h0; +assign pad_plic_int_vld[144 - 1 : 40] = 'h0; assign pad_plic_int_cfg = 'b0;