Skip to content
Snippets Groups Projects
Commit c0225bce authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added note.

parent 6eff1cc7
No related branches found
No related tags found
No related merge requests found
Pipeline #76352 passed
...@@ -16,6 +16,8 @@ peripherals: ...@@ -16,6 +16,8 @@ peripherals:
they are stored with their 4 most significant bits first and their 32 least significant bits last, so they are stored with their 4 most significant bits first and their 32 least significant bits last, so
with word 0 = [3:0] = [35:32] and word 1 = [31:0]. with word 0 = [3:0] = [35:32] and word 1 = [31:0].
Here the address map and 36 bit word order from [2] are used. Here the address map and 36 bit word order from [2] are used.
- From [2]: When you read the statistic counters, read the LSB before reading the MSB. For example, when
you read tx_stats_framesOK, read the register offset 0x1C02 before reading the register offset 0x1C03.
[1] LL 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_32b_10g_ethernet_mac.pdf [1] LL 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_32b_10g_ethernet_mac.pdf
[2] Legacy 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/10gbps_mac.pdf [2] Legacy 10GbE MAC, https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/10gbps_mac.pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment