Changeset 402 for trunk/platforms


Ignore:
Timestamp:
Jun 3, 2013, 7:46:02 PM (11 years ago)
Author:
alain
Message:

Bug fix : the segment allocated to the NIC controller was too small.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_xbar/top.cpp

    r397 r402  
    216216
    217217#define MNIC_BASE       0x00B5000000     
    218 #define MNIC_SIZE       0x0000002000 * (NB_NIC_CHANNELS + 1)  // 8 Kbytes per channel + 8 Kbytes
     218#define MNIC_SIZE       0x0000080000   // 512 Kbytes (for 8 channels)
    219219
    220220// replicated segments : address is incremented by a cluster offset
Note: See TracChangeset for help on using the changeset viewer.