Ignore:
Timestamp:
Nov 23, 2013, 1:25:13 AM (10 years ago)
Author:
bouyer
Message:

Add some basic DMA capabilities. Passes basic read/write tests.
Can only do line-aligned transfers which are multiple of a cache line in size,
but shouldn't be a strong limitation for real use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_spi/caba/metadata/vci_spi.sd

    r551 r579  
    3535        uses = [
    3636                    Uses('caba:base_module'),
    37             Uses('common:mapping_table'),
     37                    Uses('common:mapping_table'),
     38                    Uses('caba:generic_fifo'),
    3839                ],
    3940
Note: See TracChangeset for help on using the changeset viewer.