You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rom_ctrl, dv] Conditional coverage hole of rom_ctrl_mux
rom_ctrl coverage report contains a hole occurred in rom_ctrl_mux.sv by
a conditional statement (alert_d = sel_invalid | sel_reverted |
sel_q_reverted) as 001 not covered.
This PR fixes corrupt_sig_fatal_vseq to force sel_bus_qq in rom_ctrl_mux
to an invalid value to get sel_q_reverted = 1. Then to make sure that we
inject something bad to sel_bus_qq before ROM check finishes, the fix
adds force_early variable.
Lastly, changed the name err_point to inject_after_done for better
readibility.
Signed-off-by: Kinza Qamar <kqzaman@lowrisc.org>
0 commit comments