Ignore:
Timestamp:
Apr 6, 2017, 5:01:31 PM (7 years ago)
Author:
alain
Message:

Introduce the vci_master_nic component in the TSAR IOB architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/tsar_iob_cluster/caba/source/src/tsar_iob_cluster.cpp

    r1034 r1050  
    340340                     nb_procs,                     // number of local targets
    341341                     1, 1,                         // fifo depths
    342                      true,                         // CMD
     342                     true,                         // pseudo CMD
    343343                     false,                        // no routing table
    344                      false);                       // broadcast
     344                     false);                       // no broadcast
    345345
    346346    ////////////  DSPIN INT_CMD ROUTER ////////////////////////////////////////////
     
    470470              2, 2,                         // in fifo, out fifo depths
    471471              true,                         // is cmd ?
    472               false,                        // use routing table ?
    473               false);                       // support broadcast ?
     472              false,                        // no routing table
     473              false);                       // no broadcast
    474474
    475475        ////////////  DSPIN RAM_RSP LOCAL_XBAR  ///////////////////////////////////
     
    484484              2, 2,                         // in fifo, out fifo depths
    485485              false,                        // is cmd ?
    486               true,                         // use routing table ?
    487               false);                       // support broadcast ?
     486              true,                         // use routing table
     487              false);                       // no broadcast
    488488
    489489    } // end if IO
Note: See TracChangeset for help on using the changeset viewer.