Skip to content

Commit

Permalink
vCLIC: Fix typo and add parameter to CVA6 configuration struct in Che…
Browse files Browse the repository at this point in the history
…shire pkg
ezelioli committed Jul 4, 2024
1 parent bae5a1e commit fd1001b
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hw/cheshire_pkg.sv
Original file line number Diff line number Diff line change
@@ -494,6 +494,7 @@ package cheshire_pkg;
CvxifEn : 0,
ZiCondExtEn : 1,
RVSCLIC : cfg.Clic,
RVVCLIC : 0,
RVF : 1,
RVD : 1,
FpPresent : 1,
2 changes: 1 addition & 1 deletion hw/cheshire_soc.sv
Original file line number Diff line number Diff line change
@@ -615,7 +615,7 @@ module cheshire_soc import cheshire_pkg::*; #(
.clic_irq_level_i ( clic_irq_level ),
.clic_irq_priv_i ( clic_irq_priv ),
.clic_irq_v_i ( clic_irq_v ),
.clic_irq_vsid_i ( clic_irq_vsid_i ),
.clic_irq_vsid_i ( clic_irq_vsid ),
.clic_irq_shv_i ( clic_irq_shv ),
.clic_irq_ready_o ( clic_irq_ready ),
.clic_kill_req_i ( clic_irq_kill_req ),

0 comments on commit fd1001b

Please sign in to comment.