verilator/test_regress/t/t_assert_inside_cond_bad.out
Yutetsu TAKATSUKASA 65b632a7dd
Improve assertion for unique case (#4892)
- Use parallel_case, unique, and unique0 in error message
- Distinguish multiple match and no match
- Show the case value that triggers the assertion
2024-02-13 21:53:32 +09:00

4 lines
174 B
Plaintext

[10] %Error: t_assert_inside_cond.v:39: Assertion failed in top.t: unique case, but none matched for '12'h389'
%Error: t/t_assert_inside_cond.v:39: Verilog $stop
Aborting...