Ignore:
Timestamp:
Aug 26, 2014, 3:44:53 PM (10 years ago)
Author:
cfuguet
Message:

tsar_generic_iob: introducing missing DMA IRQs in the tsar_generic_iob/arch.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/arch.py

    r769 r770  
    222222            mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' )
    223223
     224            # DMA IRQ replicated in all clusters
     225            for i in xrange ( dma.channels ):
     226                mapping.addIrq( xcu, index = 1+i, isrtype = 'ISR_DMA',
     227                        channel = i )
     228
    224229            # processors
    225230            for p in xrange ( nb_procs ):
Note: See TracChangeset for help on using the changeset viewer.