Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rom_ctrl, rtl] Conditional coverage hole
** There is a removal of an item (reqfifo_rvalid) from the conditional statement to deduct coverage hole 1011.We can't see dvalid & !reqfifo_rvalid. Reason being if d_valid is true then reqfifo_rvalid must be true. Similarly, if reqfifo_rvalid is false, then we can't see d_valid high. ** An assertion is added for the !reqfifo_rvalid -> !d_valid to make sure that it can never be true for the adapter. Signed-off-by: Kinza Qamar <[email protected]>
- Loading branch information