Skip to content

Commit

Permalink
fix pad
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Jul 4, 2024
1 parent 8ab32b3 commit 362bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/system/pad_ring.sv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ${external_pad.pad_ring_ctrl_interface}
% if pads_extra_outputs != None:
output logic [core_v_mini_mcu_pkg::NUM_PAD-1:0][${pads_extra_outputs['bits']}] pad_extra_outputs_o
% else:
/* verilator lint_off UNUSED */
/* verilator lint_off UNDRIVEN */
output logic [core_v_mini_mcu_pkg::NUM_PAD-1:0][0:0] pad_extra_outputs_o
% endif

Expand Down

0 comments on commit 362bf4f

Please sign in to comment.