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