diff --git a/example/VCU108/fpga_10g/rtl/fpga_core.v b/example/VCU108/fpga_10g/rtl/fpga_core.v index 1dbb9540aee75fc53047b5a8f353b7fa396cbded..2083ae212fdf2a30d7489c126db406988a1176d1 100644 --- a/example/VCU108/fpga_10g/rtl/fpga_core.v +++ b/example/VCU108/fpga_10g/rtl/fpga_core.v @@ -598,7 +598,7 @@ axis_switch #( .DATA_WIDTH(64), .KEEP_WIDTH(8), .ID_ENABLE(0), - .DEST_WIDTH(2), + .S_DEST_WIDTH(2), .USER_ENABLE(1), .USER_WIDTH(1), .M_BASE({2'd2, 2'd1, 2'd0}), diff --git a/example/VCU118/fpga_10g/rtl/fpga_core.v b/example/VCU118/fpga_10g/rtl/fpga_core.v index b88642a3a50ea19abd0e049c141d025cbff2b22c..d796f0cab037a30fc8519c1018feab8d3ce1f692 100644 --- a/example/VCU118/fpga_10g/rtl/fpga_core.v +++ b/example/VCU118/fpga_10g/rtl/fpga_core.v @@ -639,7 +639,7 @@ axis_switch #( .DATA_WIDTH(64), .KEEP_WIDTH(8), .ID_ENABLE(0), - .DEST_WIDTH(2), + .S_DEST_WIDTH(2), .USER_ENABLE(1), .USER_WIDTH(1), .M_BASE({2'd2, 2'd1, 2'd0}), diff --git a/example/VCU118/fpga_25g/rtl/fpga_core.v b/example/VCU118/fpga_25g/rtl/fpga_core.v index 404c1b76c30de29472c0de5765c9de6ca0f9b32d..5521ff9606cab404a1eb7bdc2e05ff0f3994e395 100644 --- a/example/VCU118/fpga_25g/rtl/fpga_core.v +++ b/example/VCU118/fpga_25g/rtl/fpga_core.v @@ -639,7 +639,7 @@ axis_switch #( .DATA_WIDTH(64), .KEEP_WIDTH(8), .ID_ENABLE(0), - .DEST_WIDTH(2), + .S_DEST_WIDTH(2), .USER_ENABLE(1), .USER_WIDTH(1), .M_BASE({2'd2, 2'd1, 2'd0}),