Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential timing loop in the memory write arbiter
If the subordinate device in the memory write interface makes the ready signal dependant to the valid signal, the write arbiter in the HPDcache has a timing loop. This modification prevents this timing loop by disabling the feedthrough parameter in the grant FIFO.
- Loading branch information