1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Fix block parameter

This commit is contained in:
Alex Forencich 2014-11-13 10:06:28 -08:00
parent 5f0d23a3ad
commit 851aeb9309

View File

@ -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,