forked from github/verilator
10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
%Error-UNSUPPORTED: t/t_tri_pull_bad.v:13:13: Unsupported: Conflicting pull directions.
|
|
: ... In instance t
|
|
13 | pulldown p2(A);
|
|
| ^~
|
|
t/t_tri_pull_bad.v:12:11: ... Location of conflicting pull.
|
|
12 | pullup p1(A);
|
|
| ^~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Exiting due to
|