Changes between Version 11 and Version 12 of Component/Vci Master Nic


Ignore:
Timestamp:
Apr 5, 2020, 7:44:33 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Master Nic

    v11 v12  
    8080
    8181||'''NIC_G_CHANNELS'''                  ||Read Only || returns actual number of channels         ||
    82 ||'''NIC_G_DMA_PERIOD'''                ||Read/Write|| container status polling period           ||
    8382||'''NIC_G_NPKT_RESET'''                ||Write Only|| reset all packets counters                ||
    8483||                                      ||          ||                                           ||
     
    9291||'''NIC_G_NPKT_RX_DES_CRC_FAIL'''      ||Read Only || discarded RX packets if CRC32 failure     ||
    9392||                                      ||          ||                                           ||
    94 ||'''NIC_G_NPKT_RX_DISPATCH_RECEIVED''' ||Read Only || packets received by RX_DISPATCH FSM       ||
    95 ||'''NIC_G_NPKT_RX_DISPATCH_BROADCAST'''||Read Only || broadcast RX packets received             ||
    96 ||'''NIC_G_NPKT_RX_DISPATCH_DST_FAIL''' ||Read Only || discarded RX packets if DST MAC not found ||
    97 ||'''NIC_G_NPKT_RX_DISPATCH_CH_FULL'''  ||Read Only || discarded RX packets if channel full      ||
     93||'''NIC_G_NPKT_RX_DISP_RECEIVED'''     ||Read Only || packets received by RX_DISPATCH FSM       ||
     94||'''NIC_G_NPKT_RX_DISP_BROADCAST'''    ||Read Only || broadcast RX packets received             ||
     95||'''NIC_G_NPKT_RX_DISP_CH_FULL'''      ||Read Only || discarded RX packets if channel full      ||
    9896||                                      ||          ||                                           ||
    99 ||'''NIC_G_NPKT_TX_DISPATCH_RECEIVED''' ||Read Only || packets received by TX_DISPATCH FSM       ||
    100 ||'''NIC_G_NPKT_TX_DISPATCH_TOO_SMALL'''||Read Only || discarded too small TX packets (<60B)     ||
    101 ||'''NIC_G_NPKT_TX_DISPATCH_TOO_BIG'''  ||Read Only || discarded too big TX packets (>1514B)     ||
    102 ||'''NIC_G_NPKT_TX_DISPATCH_TRANSMIT''' ||Read Only || transmited TX packets                     ||
     97||'''NIC_G_NPKT_TX_DISP_RECEIVED'''    ||Read Only || packets received by TX_DISPATCH FSM       ||
     98||'''NIC_G_NPKT_TX_DISP_TOO_SMALL'''    ||Read Only || discarded too small TX packets (<60B)     ||
     99||'''NIC_G_NPKT_TX_DISP_TOO_BIG'''      ||Read Only || discarded too big TX packets (>1514B)     ||
     100||'''NIC_G_NPKT_TX_DISP_TRANSMIT'''    ||Read Only || transmited TX packets                     ||
    103101
    104102=== 2.2) Channel registers ===