mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
c8b931efb0
- Turns out there was a bug hidden in the emaxi that can only be found by properly driving a master device with reads. This could not happen in the old environment. - Note that due to limitations in the esaxi, I had to add the etx_fifo block as an interface (simplest). - The ESAXI is very limited in that it MUST interface to a fifo with spare entries. (so prog_full). This should be FIXED! - Minimal test passes, now to try to reproduce the DMA bug..