mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
10 lines
460 B
Plaintext
10 lines
460 B
Plaintext
%Error-UNSUPPORTED: t/t_tri_pull2_bad.v:12:11: Unsupported: Conflicting pull directions.
|
|
: ... note: In instance 't'
|
|
12 | pullup p1(A);
|
|
| ^~
|
|
t/t_tri_pull2_bad.v:22:13: ... Location of conflicting pull.
|
|
22 | pulldown p2(A);
|
|
| ^~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Exiting due to
|