minor update
This commit is contained in:
@@ -54,7 +54,7 @@ module VX_fair_arbiter #(
|
||||
end
|
||||
|
||||
VX_priority_arbiter #(
|
||||
.NUM_REQS (NUM_REQS),
|
||||
.NUM_REQS (NUM_REQS)
|
||||
) priority_arbiter (
|
||||
.requests (requests_qual),
|
||||
.grant_index (grant_index),
|
||||
|
||||
@@ -36,7 +36,7 @@ module VX_generic_arbiter #(
|
||||
`UNUSED_VAR (grant_unlock)
|
||||
|
||||
VX_priority_arbiter #(
|
||||
.NUM_REQS (NUM_REQS),
|
||||
.NUM_REQS (NUM_REQS)
|
||||
) priority_arbiter (
|
||||
.requests (requests),
|
||||
.grant_valid (grant_valid),
|
||||
|
||||
Reference in New Issue
Block a user