Skip to content

Commit

Permalink
update top tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Aug 16, 2023
1 parent 538f406 commit d03c59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/cve2_top_tracing.sv
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module cve2_top_tracing import cve2_pkg::*; #(
input logic irq_software_i,
input logic irq_timer_i,
input logic irq_external_i,
input logic [14:0] irq_fast_i,
input logic [15:0] irq_fast_i,
input logic irq_nm_i, // non-maskeable interrupt

// Debug Interface
Expand Down

0 comments on commit d03c59f

Please sign in to comment.