Ignore:
Timestamp:
Mar 26, 2014, 10:49:53 AM (10 years ago)
Author:
alain
Message:

Improved platform supporting both external an internal peripherals.
Iti has been validated with the GIET_VM for the following xml mappingss:

  • 4c_4p_sort_leti
  • 4c_4p_sort_leti_ext
  • 4c_4p_transpose_leti
  • 4c_4p_transpose_leti_ext
  • 4c_1p_four_leti_ext
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_leti/tsar_leti_cluster/caba/source/src/tsar_leti_cluster.cpp

    r628 r664  
    312312                     4,4);                         // input & output fifo depths
    313313
     314    // backup BDV and TTY peripherals in cluster(0,0)
    314315    if ((x_id == 0) and (y_id == 0))
    315316    {
     
    341342                     IntTab(cluster_xy, tgtid_mtty),
    342343                     mtd,
    343                      "tty_0_0", NULL );
     344                     "backup", NULL );
    344345
    345346        wt_mtty = new VciDspinTargetWrapper<vci_param_int,
Note: See TracChangeset for help on using the changeset viewer.