From 0f97038403ac173da8c46f210684e98639f4e6ce Mon Sep 17 00:00:00 2001 From: mriggire <marco.riggirello@cern.ch> Date: Thu, 7 Sep 2023 12:25:37 +0200 Subject: [PATCH] Set N_CTR=3 in ControlInstance in LinkAggregatorIPBus --- common/firmware/hdl/LinkAggregatorIPBus.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/firmware/hdl/LinkAggregatorIPBus.vhd b/common/firmware/hdl/LinkAggregatorIPBus.vhd index fcf71c22..4d8d9d8c 100644 --- a/common/firmware/hdl/LinkAggregatorIPBus.vhd +++ b/common/firmware/hdl/LinkAggregatorIPBus.vhd @@ -90,7 +90,7 @@ begin ControlInstance: entity work.ipbus_ctrlreg_v --==============================-- generic map( - N_CTRL => 2, + N_CTRL => 3, N_STAT => 0 ) port map( -- GitLab