Changeset 770
- Timestamp:
 - Aug 26, 2014, 3:44:53 PM (11 years ago)
 - Files:
 - 
          
- 2 edited
 
- 
          branches/reconfiguration/platforms/tsar_generic_iob/arch.py (modified) (1 diff)
 - 
          trunk/platforms/tsar_generic_iob/arch.py (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/reconfiguration/platforms/tsar_generic_iob/arch.py
r769 r770 222 222 mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' ) 223 223 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 224 229 # processors 225 230 for p in xrange ( nb_procs ):  - 
        
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.
      