Skip to content

Commit

Permalink
ariane_xilinx: Remove duplicate timer_irq decl
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed May 18, 2023
1 parent bf806ff commit b919c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion corev_apu/fpga/src/ariane_xilinx.sv
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ assign seip = irq[1];
// When in CLIC mode, the timer interrupt is routed through the CLIC and not
// directly to the HART
localparam int unsigned NumTimerIrq = 1; // 1 target, cva6
logic timer_irq;

// Machine Software interrupt
// When in CLIC mode, msip can be fired by writing to the corresponding
Expand Down

0 comments on commit b919c32

Please sign in to comment.