diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-20 10:25:28 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-20 10:25:28 -0700 |
commit | ad158c6386e4dd6e582baf880a616186e9df4a50 (patch) | |
tree | 37aa734d60e36a8deb4ce5ba57e4dd8753529147 /usrp2/top/E1x0 | |
parent | 4fd68de836395c08d69f0a2286286c39b9da7b17 (diff) | |
download | uhd-ad158c6386e4dd6e582baf880a616186e9df4a50.tar.gz uhd-ad158c6386e4dd6e582baf880a616186e9df4a50.tar.bz2 uhd-ad158c6386e4dd6e582baf880a616186e9df4a50.zip |
e100: proc_int should be high when interrupted
Diffstat (limited to 'usrp2/top/E1x0')
-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 |