mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
%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);
|
|
| ^~
|
|
%Error: Exiting due to
|