From 696e3057599c837f93298ee55343750da849e19f Mon Sep 17 00:00:00 2001 From: mriggire <marco.riggirello@cern.ch> Date: Thu, 7 Sep 2023 11:56:25 +0200 Subject: [PATCH] modified register addresses. --- common/addr_table/link_aggregator.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/addr_table/link_aggregator.xml b/common/addr_table/link_aggregator.xml index 2f62815c..43074d8c 100644 --- a/common/addr_table/link_aggregator.xml +++ b/common/addr_table/link_aggregator.xml @@ -1,6 +1,6 @@ <node description="Link Aggregator control and status" fwinfo="endpoint"> <node id="chan_sel" address="0x000" description="Bx channel select" fwinfo="endpoint;width=0"/> - <node id="control" address="0x002" fwinfo="endpoint;width=2"> + <node id="control" address="0x004" fwinfo="endpoint;width=2"> <node id="control_m" address="0x0"> <node id="input_link_mask" mask="0x03f"/> <node id="reset" mask="0x40"/> @@ -22,10 +22,10 @@ <node id="trigger_threshold_u_5" mask="0x3e000000"/> </node> </node> - <node id="rate_monitoring" address="0x004" fwinfo="endpoint;width=2"> + <node id="rate_monitoring" address="0x008" fwinfo="endpoint;width=2"> <node id="bx_valid_count" address="0x0"/> </node> - <node id="monitoring" address="0x008" fwinfo="endpoint;width=3"> + <node id="monitoring" address="0x010" fwinfo="endpoint;width=3"> <node id="non_empty_count_0" address="0x0"/> <node id="non_empty_count_1" address="0x1"/> <node id="non_empty_count_2" address="0x2"/> -- GitLab