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_iob/top.cpp

    r1002 r1004  
    10421042                                           0,                // mac_4 address
    10431043                                           0,                // mac_2 address
    1044                                            1 );              // NIC_MODE_SYNTHESIS
     1044                                           1,                // NIC_MODE_SYNTHESIS
     1045                                           12);              // INTER_FRAME_GAP
    10451046
    10461047    // Frame Buffer
     
    10991100                                           IntTab(0, IOX_CDMA_TGT_ID),
    11001101                                           64,          // burst size (bytes)
    1101                                            NB_CMA_CHANNELS );
     1102                                           NB_CMA_CHANNELS,
     1103                                           4 );         // number of pipelined bursts
     1104
    11021105    // Multi-TTY controller
    11031106    std::vector<std::string> vect_names;
Note: See TracChangeset for help on using the changeset viewer.