1%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:13:13: Unsupported: Conflicting pull directions.
2                                               : ... In instance t
3   13 |    pulldown p1 (w[1]);
4      |             ^~
5                    t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
6   12 |    pullup p0 (w[0]);
7      |           ^~
8                    ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
9%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:14:13: Unsupported: Conflicting pull directions.
10                                               : ... In instance t
11   14 |    pulldown p2 (w[2]);
12      |             ^~
13                    t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
14   12 |    pullup p0 (w[0]);
15      |           ^~
16%Error: Exiting due to
17