Skip to content

Commit 1915d88

Browse files
committed
fix IRQ logic bug
1 parent 3084a34 commit 1915d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdl/projects/cosmo_seq/sequencer/sequencer_regs.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ begin
9292
ignition_creset <= ignition_control.ignition_creset;
9393
allow_backplane_pcie_clk <= pcie_clk_ctrl.clk_en;
9494

95-
commbined_irq <= ifr and ier;
95+
commbined_irq <= ifr or ier;
9696

9797
-- non-axi-specific logic
9898
seq_regs_specific: process(clk, reset)

0 commit comments

Comments
 (0)