From ad158c6386e4dd6e582baf880a616186e9df4a50 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 20 Jun 2011 10:25:28 -0700 Subject: e100: proc_int should be high when interrupted --- usrp2/top/E1x0/u1e_core.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usrp2') diff --git a/usrp2/top/E1x0/u1e_core.v b/usrp2/top/E1x0/u1e_core.v index 011df623d..c4fc16444 100644 --- a/usrp2/top/E1x0/u1e_core.v +++ b/usrp2/top/E1x0/u1e_core.v @@ -444,9 +444,7 @@ module u1e_core //////////////////////////////////////////////////////////////////////////// // Interrupts - //the gpio interrupts on rising edge, so we just feed it a clock - //to keep it constantly interrupting until the event is cleared - assign proc_int = ((|err_status[1:0]) == 1'b1)? wb_clk : 1'b0; + assign proc_int = (|err_status[1:0]); // ///////////////////////////////////////////////////////////////////////// // Settings Bus -- Slave #8 + 9 -- cgit v1.2.3