Skip to content
Snippets Groups Projects
Commit 06c80829 authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-515, now address_offset is also using the parameter value

parent 4ba76893
No related branches found
No related tags found
1 merge request!187Resolve L2SDP-515
Pipeline #23390 passed
......@@ -436,15 +436,15 @@ peripherals:
access_mode: RO
- - field_name: total_discarded_blocks
field_description: "The total amount of discarded DP blocks."
address_offset: 8 * MM_BUS_SIZE #g_nof_err_counts * MM_BUS_SIZE
address_offset: g_nof_err_counts * MM_BUS_SIZE # 8 * MM_BUS_SIZE
access_mode: RO
- - field_name: total_block_count
field_description: "The total amount of DP blocks that streamed in this dp_block_validate_err."
address_offset: 9 * MM_BUS_SIZE #(g_nof_err_counts + 1) * MM_BUS_SIZE
address_offset: (g_nof_err_counts + 1) * MM_BUS_SIZE # 9 * MM_BUS_SIZE
access_mode: RO
- - field_name: clear
field_description: "Read or write this register to clear all counters."
address_offset: 10 * MM_BUS_SIZE #(g_nof_err_counts + 2) * MM_BUS_SIZE
address_offset: (g_nof_err_counts + 2) * MM_BUS_SIZE # 10 * MM_BUS_SIZE
access_mode: RW
......
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