verilator/test_regress/t/t_assert_disable_bad.out

7 lines
414 B
Plaintext
Raw Normal View History

2026-03-03 13:21:24 +01:00
%Error: t/t_assert_disable_bad.v:25:37: disable iff expression before property call and in its body is not legal
: ... note: In instance 't'
2026-03-03 13:21:24 +01:00
25 | assert property (disable iff (val == 0) check(1, 1));
| ^~
... See the manual at https://verilator.org/verilator_doc.html?v=latest for more assistance.
%Error: Exiting due to