mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
6 lines
315 B
Plaintext
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
|