mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
arbiter runtime assertion
This commit is contained in:
parent
aef1411af5
commit
cfb5cd5326
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ module VX_generic_arbiter #(
|
|||
|
||||
end
|
||||
|
||||
`RUNTIME_ASSERT ((~grant_valid || (requests[grant_index] != 0)), ("invalid arbiter grant!"))
|
||||
`RUNTIME_ASSERT ((~(| requests) || (grant_valid && (requests[grant_index] != 0) && (grant_onehot == (NUM_REQS'(1) << grant_index)))), ("invalid arbiter grant!"))
|
||||
|
||||
endmodule
|
||||
`TRACING_ON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue