From a0305da8dc9499bd25f16042926d168f2efabe1c Mon Sep 17 00:00:00 2001 From: David Gabriel Monk <david.gabriel.monk@cern.ch> Date: Sun, 4 Sep 2022 12:59:51 +0200 Subject: [PATCH] Update top/firmware/hdl/MProcessor.vhd --- top/firmware/hdl/MProcessor.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/firmware/hdl/MProcessor.vhd b/top/firmware/hdl/MProcessor.vhd index 8f5bd62e..b5def40f 100644 --- a/top/firmware/hdl/MProcessor.vhd +++ b/top/firmware/hdl/MProcessor.vhd @@ -92,7 +92,7 @@ begin LinkAggregatorInstance: entity work.LinkAggregatorIPBus --==============================-- generic map ( - N_LINKS => 6 + N_LINKS => N_LINKS ) port map ( --- Input Ports --- -- GitLab