From 8e60adf567e65263ef47eb062bac55fa6aa2373f Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 29 Nov 2021 14:43:01 -0800 Subject: [PATCH] Update axis_switch instances --- example/VCU108/fpga_10g/rtl/fpga_core.v | 2 +- example/VCU118/fpga_10g/rtl/fpga_core.v | 2 +- example/VCU118/fpga_25g/rtl/fpga_core.v | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/VCU108/fpga_10g/rtl/fpga_core.v b/example/VCU108/fpga_10g/rtl/fpga_core.v index 1dbb9540a..2083ae212 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 b88642a3a..d796f0cab 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 404c1b76c..5521ff960 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}),