mirror of
https://github.com/verilator/verilator.git
synced 2025-01-14 18:44:02 +00:00
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
%Error: t/t_tri_pullvec_bad.v:13:13: Unsupported: Conflicting pull directions.
|
|
: ... In instance t
|
|
pulldown p1 (w[1]);
|
|
^~
|
|
t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
|
|
pullup p0 (w[0]);
|
|
^~
|
|
%Error: t/t_tri_pullvec_bad.v:14:13: Unsupported: Conflicting pull directions.
|
|
: ... In instance t
|
|
pulldown p2 (w[2]);
|
|
^~
|
|
t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
|
|
pullup p0 (w[0]);
|
|
^~
|
|
%Error: Exiting due to
|