Changeset 770 for trunk/platforms


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
  • trunk/platforms/tsar_generic_iob/arch.py

    r764 r770  
    214214            mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' )
    215215
     216            # DMA IRQ replicated in all clusters
     217            for i in xrange ( dma.channels ):
     218                mapping.addIrq( xcu, index = 1+i, isrtype = 'ISR_DMA',
     219                        channel = i )
     220
    216221            # processors
    217222            for p in xrange ( nb_procs ):
Note: See TracChangeset for help on using the changeset viewer.