1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-15 17:16:55 +00:00
verilator/test_regress/t/t_assert_disable_bad.out
2023-09-23 08:52:50 -04:00

6 lines
315 B
Plaintext

%Error: t/t_assert_disable_bad.v:27:38: disable iff expression before property call and in its body is not legal
: ... note: In instance 't'
27 | assert property (disable iff (val == 0) check(1, 1));
| ^~
%Error: Exiting due to