mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-14 06:43:18 +08:00
Fix block parameter
This commit is contained in:
parent
5f0d23a3ad
commit
851aeb9309
@ -35,7 +35,7 @@ module arbiter #
|
||||
// arbitration type: "PRIORITY" or "ROUND_ROBIN"
|
||||
parameter TYPE = "PRIORITY",
|
||||
// block type: "NONE", "REQUEST", "ACKNOWLEDGE"
|
||||
parameter BLOCK = "TRUE"
|
||||
parameter BLOCK = "NONE"
|
||||
)
|
||||
(
|
||||
input wire clk,
|
||||
|
Loading…
x
Reference in New Issue
Block a user