Changes between Version 20 and Version 21 of Component/Vci Master Nic


Ignore:
Timestamp:
Jul 26, 2020, 2:18:28 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Master Nic

    v20 v21  
    7373 * the is_rx   bit   is sent in TRDID[2]   
    7474
    75 Regarding the GMII physical interface, the systemC simulation model supports three modes
    76 of operation, defined by a constructor parameter:
     75=== 1.3 GMII physical interface ===
     76
     77The SystemC simulation model supports three modes of operation, defined by a constructor parameter:
    7778 * '''NIC_MODE_FILE''': Both the RX packets stream an the TX packets stream are read/written from/to dedicated files "nic_rx_file.txt" and "nic_tx_file.txt", stored in the same directory as the top.cpp file.
    7879 * '''NIC_MODE_SYNTHESIS''': The TX packet stream is still written to the "nic_tx_file.txt" file, but the RX packet stream is synthesised. The packet length (between 42 and 1538 bytes) and the source MAC address (8 possible values) are pseudo-random numbers.