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