Changeset 1057 for trunk/platforms


Ignore:
Timestamp:
Jun 19, 2018, 4:46:05 PM (6 years ago)
Author:
alain
Message:

Introduce an arch_info.py file for ALMOS-MKH

Location:
trunk/platforms/tsar_generic_leti
Files:
1 added
1 edited

Legend:

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

    r1056 r1057  
    1717// The NB_PROCS_MAX parameter cannot be larger than 4.
    1818// Others parameters are the frame buffer size, the disk controller type
    19 // (BDV or HBA), the number of TTY channels, the number of NIC channels,
    20 // and the number of CMA channels.
     19// the number of TTY channels, the number of NIC channels.
    2120//
    2221// All external peripherals are located in cluster[X_SIZE-1][Y_SIZE-1],
    2322// and are connected to an IO bus (implemented as a vci_local_crossbar):
    24 // - DISK : block device controller (BDV / HBA)
     23// - DISK : block device controller
    2524// - MNIC : multi-channel ethernet controller
    26 // - CDMA : multi-channel chained buffer dma controller
    2725// - MTTY : multi-channel tty controller
    2826// - FBUF : frame buffer controller
     
    3028//
    3129// This IO bus is directly connected to the north ports of the CMD/RSP
    32 // routers in cluster[X_SIZE-1][y_SIZE-2] through VCI/DSPIN wrappers.
    33 // All other clusters in the upper row are empty: no processors,
    34 // no ram, no routers.
     30// routers in cluster[X_SIZE-1][Y_SIZE-1] through VCI/DSPIN wrappers.
     31// All other clusters in the upper row are empty: no processors, no ram.
    3532// The X_SIZE parameter must be larger than 0, but no larger than 16.
    3633// The Y_SIZE parameter must be larger than 1, but no larger than 16.
Note: See TracChangeset for help on using the changeset viewer.