1
0
mirror of https://github.com/verilator/verilator.git synced 2025-01-20 21:34:04 +00:00
verilator/test_regress/t/t_tri_pull2_bad.out

10 lines
452 B
Plaintext
Raw Normal View History

%Error-UNSUPPORTED: t/t_tri_pull2_bad.v:12:11: Unsupported: Conflicting pull directions.
: ... In instance t
12 | pullup p1(A);
| ^~
t/t_tri_pull2_bad.v:22:13: ... Location of conflicting pull.
22 | pulldown p2(A);
| ^~
2021-04-24 14:33:49 +00:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error: Exiting due to