diff options
| -rw-r--r-- | usrp2/top/E1x0/u1e_core.v | 4 | 
1 files changed, 1 insertions, 3 deletions
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  | 
