Ignore:
Timestamp:
Jul 15, 2015, 6:06:32 PM (9 years ago)
Author:
bellefin
Message:

Add the INTER_FRAME_GAP argument in the VciMultiNic? constructor and the “number of pipelined bursts” argument in the VciChainedBuffer? constructor.

File:
1 edited

Legend:

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

    r993 r1004  
    792792                0,                // default MAC_4 address
    793793                0,                // default MAC_2 address
    794                 1 );              // NIC_MODE_SYNTHESIS
     794                1,                // NIC_MODE_SYNTHESIS
     795                12 );             // INTER_FRAME_GAP
    795796
    796797    ///////////// vci_chbuf_dma
     
    802803                IntTab(cluster_io, CDMA_TGTID),
    803804                64,                               // burst size
    804                 NB_CMA_CHANNELS );
     805                NB_CMA_CHANNELS,
     806                4 );                              // number of pipelined bursts
    805807
    806808    ////////////// vci_multi_tty
Note: See TracChangeset for help on using the changeset viewer.