Changeset 770 for trunk/platforms/tsar_generic_iob
- Timestamp:
- Aug 26, 2014, 3:44:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/tsar_generic_iob/arch.py
r764 r770 214 214 mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' ) 215 215 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 216 221 # processors 217 222 for p in xrange ( nb_procs ):
Note: See TracChangeset
for help on using the changeset viewer.