mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 23:27:48 +00:00
6 lines
307 B
Plaintext
6 lines
307 B
Plaintext
%Error: t/t_assert_disable_bad.v:27:38: disable iff expression before property call and in its body is not legal
|
|
: ... In instance t
|
|
27 | assert property (disable iff (val == 0) check(1, 1));
|
|
| ^~
|
|
%Error: Exiting due to
|