Skip to content

Commit

Permalink
CI: Test failing CLIC regression
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Nov 15, 2024
1 parent df6bf1c commit 6182668
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,14 @@ module cheshire_soc import cheshire_pkg::*; #(
.irq_ready_i ( clic_irq_ready ),
.irq_id_o ( clic_irq_id ),
.irq_level_o ( clic_irq_level ),
.irq_shv_o ( clic_irq_shv ),
.irq_shv_o ( ),
.irq_priv_o ( clic_irq_priv ),
.irq_kill_req_o ( clic_irq_kill_req ),
.irq_kill_ack_i ( clic_irq_kill_ack )
);

assign clic_irq_shv = '0;

end else begin : gen_no_clic

assign clic_irq_valid = '0;
Expand Down

0 comments on commit 6182668

Please sign in to comment.