URL
https://opencores.org/ocsvn/ac97/ac97/trunk
Subversion Repositories ac97
[/] - Rev 21
Last modification
- Rev 21 2011-07-12 02:57:44 GMT
- Author: stekern
- Log message:
- Fix overrun and underrun interrupts bug
The overrun and underrun did not have any logic for
resetting their signals, this patch changes that so
that the interrupt signal is only on when the event
happens. The interrupt will be latched into
the interrupt status register anyway, so keeping it
high for (in worst case) one clock cycle is enough.