1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +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 #(
.PORTS(S_COUNT),
.TYPE("ROUND_ROBIN"),
.TYPE(ARB_TYPE),
.BLOCK("ACKNOWLEDGE"),
.LSB_PRIORITY("HIGH")
.LSB_PRIORITY(LSB_PRIORITY)
)
arb_inst (
.clk(clk),