Ignore:
Timestamp:
Mar 27, 2015, 5:21:52 PM (9 years ago)
Author:
alain
Message:

Fix a bug in platform tsar_generic_iob to support more than 4 processors per cluster.
The hard_config.h file format has also been enriched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/arch.py

    r955 r959  
    217217                                     size = xcu_size, ptype = 'XCU',
    218218                                     channels = nb_procs * irq_per_proc,
    219                                      arg0 = 32, arg1 = 32, arg2 = 32, arg3 = 16 )
     219                                     arg0 = 32, arg1 = 32, arg2 = 32 )
    220220
    221221            mapping.addIrq( xcu, index = 0, isrtype = 'ISR_MMC' )
Note: See TracChangeset for help on using the changeset viewer.