Skip to content

Commit

Permalink
Adding missing include to rv_plic template and regenerating output ve…
Browse files Browse the repository at this point in the history
…rilog

Signed-off-by: Dan Petrisko <[email protected]>
  • Loading branch information
dpetrisko authored and hcallahan-lowrisc committed Oct 17, 2024
1 parent a705d22 commit 831113c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/ip_templates/rv_plic/rtl/rv_plic.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// Verilog parameter
// MAX_PRIO: Maximum value of interrupt priority

`include "prim_assert.sv"

module ${module_instance_name} import ${module_instance_name}_reg_pkg::*; #(
parameter logic [NumAlerts-1:0] AlertAsyncOn = {NumAlerts{1'b1}},
// OpenTitan IP standardizes on level triggered interrupts,
Expand Down
2 changes: 2 additions & 0 deletions hw/top_earlgrey/ip_autogen/rv_plic/rtl/rv_plic.sv
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
// Verilog parameter
// MAX_PRIO: Maximum value of interrupt priority

`include "prim_assert.sv"

module rv_plic import rv_plic_reg_pkg::*; #(
parameter logic [NumAlerts-1:0] AlertAsyncOn = {NumAlerts{1'b1}},
// OpenTitan IP standardizes on level triggered interrupts,
Expand Down

0 comments on commit 831113c

Please sign in to comment.