mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
65b632a7dd
- Use parallel_case, unique, and unique0 in error message - Distinguish multiple match and no match - Show the case value that triggers the assertion
7 lines
390 B
Plaintext
7 lines
390 B
Plaintext
[0] -Info: t_assert_synth.v:115: top.t.test_info: Start of $info test
|
|
[0] -Info: t_assert_synth.v:116: top.t.test_info: Middle of $info test
|
|
[0] -Info: t_assert_synth.v:117: top.t.test_info: End of $info test
|
|
[40] %Error: t_assert_synth.v:55: Assertion failed in top.t: synthesis parallel_case, but multiple matches found for '1'h1'
|
|
%Error: t/t_assert_synth.v:55: Verilog $stop
|
|
Aborting...
|