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:
parent
2bf15706cd
commit
145ea2c40c
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user