1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Connect arbiter parameters to top level

This commit is contained in:
Alex Forencich 2018-10-24 21:09:00 -07:00
parent 2bf15706cd
commit 145ea2c40c

View File

@ -226,9 +226,9 @@ generate
arbiter #( arbiter #(
.PORTS(S_COUNT), .PORTS(S_COUNT),
.TYPE("ROUND_ROBIN"), .TYPE(ARB_TYPE),
.BLOCK("ACKNOWLEDGE"), .BLOCK("ACKNOWLEDGE"),
.LSB_PRIORITY("HIGH") .LSB_PRIORITY(LSB_PRIORITY)
) )
arb_inst ( arb_inst (
.clk(clk), .clk(clk),