Changes between Version 20 and Version 21 of Component/Vci Master Nic
- Timestamp:
- Jul 26, 2020, 2:18:28 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Master Nic
v20 v21 73 73 * the is_rx bit is sent in TRDID[2] 74 74 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 77 The SystemC simulation model supports three modes of operation, defined by a constructor parameter: 77 78 * '''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. 78 79 * '''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.