diff --git a/applications/lofar2/libraries/sdp/src/vhdl/sdp_bdo_multiple_destinations.vhd b/applications/lofar2/libraries/sdp/src/vhdl/sdp_bdo_multiple_destinations.vhd
index bf435936327d4cec914de36843cdb0103dccb0c9..bc9583249acf975ca73b519e3a8c0a4ef98fd76e 100644
--- a/applications/lofar2/libraries/sdp/src/vhdl/sdp_bdo_multiple_destinations.vhd
+++ b/applications/lofar2/libraries/sdp/src/vhdl/sdp_bdo_multiple_destinations.vhd
@@ -296,10 +296,10 @@ begin
   -----------------------------------------------------------------------------
   u_dp_packet_unmerge : entity dp_lib.dp_packet_unmerge
     generic map (
-      g_use_ready       => false,  -- no flow control
-      g_nof_pkt_max     => c_reorder_nof_blocks_max,
-      g_pkt_len         => 99,  -- Length of the unmerged packets
-      g_bsn_increment   => 1
+      g_use_ready     => false,  -- no flow control
+      g_nof_pkt       => c_reorder_nof_blocks_max,
+      g_pkt_len       => 99,  -- Length of the unmerged packets
+      g_bsn_increment => 1
     )
     port map (
       rst     => dp_rst,