From 145ea2c40c88fac6dff138db7e7670260a6d4569 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 24 Oct 2018 21:09:00 -0700 Subject: [PATCH] Connect arbiter parameters to top level --- rtl/axis_switch.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/axis_switch.v b/rtl/axis_switch.v index 392b6404..6f58a223 100644 --- a/rtl/axis_switch.v +++ b/rtl/axis_switch.v @@ -226,9 +226,9 @@ generate arbiter #( .PORTS(S_COUNT), - .TYPE("ROUND_ROBIN"), + .TYPE(ARB_TYPE), .BLOCK("ACKNOWLEDGE"), - .LSB_PRIORITY("HIGH") + .LSB_PRIORITY(LSB_PRIORITY) ) arb_inst ( .clk(clk),