mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
50028c1a33
commit
be0db6e1a5
2 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue