Skip to content
Snippets Groups Projects
Commit 040332fa authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

processed review comments

parent 20e0e69e
No related branches found
No related tags found
1 merge request!274added missing peripheral span
Pipeline #34853 passed
...@@ -74,7 +74,7 @@ peripherals: ...@@ -74,7 +74,7 @@ peripherals:
- peripheral_name: dp/dp_bsn_monitor_v2 - peripheral_name: dp/dp_bsn_monitor_v2
peripheral_group: ring_rx peripheral_group: ring_rx
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: ceil_pow2(c_nof_rx_monitors) * 8 * MM_BUS_SIZE peripheral_span: ceil_pow2(c_nof_rx_monitors) * 8 * MM_BUS_SIZE # number_of_ports = ceil_pow2(c_nof_rx_monitors), mm_port_span = 8 words
parameter_overrides: parameter_overrides:
- { name: g_nof_streams, value: c_nof_rx_monitors } - { name: g_nof_streams, value: c_nof_rx_monitors }
mm_port_names: mm_port_names:
...@@ -83,7 +83,7 @@ peripherals: ...@@ -83,7 +83,7 @@ peripherals:
- peripheral_name: dp/dp_bsn_monitor_v2 - peripheral_name: dp/dp_bsn_monitor_v2
peripheral_group: ring_tx peripheral_group: ring_tx
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: ceil_pow2(c_nof_tx_monitors) * 8 * MM_BUS_SIZE peripheral_span: ceil_pow2(c_nof_tx_monitors) * 8 * MM_BUS_SIZE # number_of_ports = ceil_pow2(c_nof_tx_monitors), mm_port_span = 8 words
parameter_overrides: parameter_overrides:
- { name: g_nof_streams, value: c_nof_tx_monitors } - { name: g_nof_streams, value: c_nof_tx_monitors }
mm_port_names: mm_port_names:
...@@ -91,27 +91,27 @@ peripherals: ...@@ -91,27 +91,27 @@ peripherals:
- peripheral_name: ring/ring_lane_info - peripheral_name: ring/ring_lane_info
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 2 * MM_BUS_SIZE peripheral_span: 2 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 2 words
mm_port_names: mm_port_names:
- REG_RING_LANE_INFO - REG_RING_LANE_INFO
- peripheral_name: dp/dp_xonoff - peripheral_name: dp/dp_xonoff
peripheral_group: lane peripheral_group: lane
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 2 * MM_BUS_SIZE peripheral_span: 2 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 2 words
mm_port_names: mm_port_names:
- REG_DP_XONOFF_LANE - REG_DP_XONOFF_LANE
- peripheral_name: dp/dp_xonoff - peripheral_name: dp/dp_xonoff
peripheral_group: local peripheral_group: local
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 2 * MM_BUS_SIZE peripheral_span: 2 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 2 words
mm_port_names: mm_port_names:
- REG_DP_XONOFF_LOCAL - REG_DP_XONOFF_LOCAL
- peripheral_name: dp/dp_block_validate_err - peripheral_name: dp/dp_block_validate_err
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: ceil_pow2(c_nof_err_counts + 3) * MM_BUS_SIZE peripheral_span: ceil_pow2(c_nof_err_counts + 3) * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = ceil_pow2(c_nof_err_counts + 3) words
parameter_overrides: parameter_overrides:
- { name: g_nof_err_counts, value: c_nof_err_counts } - { name: g_nof_err_counts, value: c_nof_err_counts }
mm_port_names: mm_port_names:
...@@ -119,7 +119,7 @@ peripherals: ...@@ -119,7 +119,7 @@ peripherals:
- peripheral_name: dp/dp_block_validate_bsn_at_sync - peripheral_name: dp/dp_block_validate_bsn_at_sync
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 4 * MM_BUS_SIZE peripheral_span: 4 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 4 words
mm_port_names: mm_port_names:
- REG_DP_BLOCK_VALIDATE_BSN_AT_SYNC - REG_DP_BLOCK_VALIDATE_BSN_AT_SYNC
......
...@@ -74,7 +74,7 @@ peripherals: ...@@ -74,7 +74,7 @@ peripherals:
- peripheral_name: dp/dp_bsn_monitor_v2 - peripheral_name: dp/dp_bsn_monitor_v2
peripheral_group: ring_rx peripheral_group: ring_rx
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: ceil_pow2(c_nof_rx_monitors) * 8 * MM_BUS_SIZE peripheral_span: ceil_pow2(c_nof_rx_monitors) * 8 * MM_BUS_SIZE # number_of_ports = ceil_pow2(c_nof_rx_monitors), mm_port_span = 8 words
parameter_overrides: parameter_overrides:
- { name: g_nof_streams, value: c_nof_rx_monitors } - { name: g_nof_streams, value: c_nof_rx_monitors }
mm_port_names: mm_port_names:
...@@ -83,7 +83,7 @@ peripherals: ...@@ -83,7 +83,7 @@ peripherals:
- peripheral_name: dp/dp_bsn_monitor_v2 - peripheral_name: dp/dp_bsn_monitor_v2
peripheral_group: ring_tx peripheral_group: ring_tx
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: ceil_pow2(c_nof_tx_monitors) * 8 * MM_BUS_SIZE peripheral_span: ceil_pow2(c_nof_tx_monitors) * 8 * MM_BUS_SIZE # number_of_ports = ceil_pow2(c_nof_tx_monitors), mm_port_span = 8 words
parameter_overrides: parameter_overrides:
- { name: g_nof_streams, value: c_nof_tx_monitors } - { name: g_nof_streams, value: c_nof_tx_monitors }
mm_port_names: mm_port_names:
...@@ -91,27 +91,27 @@ peripherals: ...@@ -91,27 +91,27 @@ peripherals:
- peripheral_name: ring/ring_lane_info - peripheral_name: ring/ring_lane_info
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 2 * MM_BUS_SIZE peripheral_span: 2 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 2 words
mm_port_names: mm_port_names:
- REG_RING_LANE_INFO - REG_RING_LANE_INFO
- peripheral_name: dp/dp_xonoff - peripheral_name: dp/dp_xonoff
peripheral_group: lane peripheral_group: lane
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 2 * MM_BUS_SIZE peripheral_span: 2 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 2 words
mm_port_names: mm_port_names:
- REG_DP_XONOFF_LANE - REG_DP_XONOFF_LANE
- peripheral_name: dp/dp_xonoff - peripheral_name: dp/dp_xonoff
peripheral_group: local peripheral_group: local
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 2 * MM_BUS_SIZE peripheral_span: 2 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 2 words
mm_port_names: mm_port_names:
- REG_DP_XONOFF_LOCAL - REG_DP_XONOFF_LOCAL
- peripheral_name: dp/dp_block_validate_err - peripheral_name: dp/dp_block_validate_err
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: ceil_pow2(c_nof_err_counts + 3) * MM_BUS_SIZE peripheral_span: ceil_pow2(c_nof_err_counts + 3) * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = ceil_pow2(c_nof_err_counts + 3) words
parameter_overrides: parameter_overrides:
- { name: g_nof_err_counts, value: c_nof_err_counts } - { name: g_nof_err_counts, value: c_nof_err_counts }
mm_port_names: mm_port_names:
...@@ -119,7 +119,7 @@ peripherals: ...@@ -119,7 +119,7 @@ peripherals:
- peripheral_name: dp/dp_block_validate_bsn_at_sync - peripheral_name: dp/dp_block_validate_bsn_at_sync
number_of_peripherals: c_nof_lanes number_of_peripherals: c_nof_lanes
peripheral_span: 4 * MM_BUS_SIZE peripheral_span: 4 * MM_BUS_SIZE # number_of_ports = 1, mm_port_span = 4 words
mm_port_names: mm_port_names:
- REG_DP_BLOCK_VALIDATE_BSN_AT_SYNC - REG_DP_BLOCK_VALIDATE_BSN_AT_SYNC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment