verilator/test_regress/t/t_tri_pullvec_bad.out

16 lines
713 B
Plaintext

%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:13:13: Unsupported: Conflicting pull directions.
: ... In instance t
13 | pulldown p1 (w[1]);
| ^~
t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
12 | pullup p0 (w[0]);
| ^~
%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:14:13: Unsupported: Conflicting pull directions.
: ... In instance t
14 | pulldown p2 (w[2]);
| ^~
t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
12 | pullup p0 (w[0]);
| ^~
%Error: Exiting due to