mirror of
https://github.com/verilator/verilator.git
synced 2025-01-15 19:14:04 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
%Error: t/t_tri_pull_bad.v:10: Unsupported: Conflicting pull directions.
|
|
pulldown p2(A);
|
|
^~
|
|
t/t_tri_pull_bad.v:9: ... Location of conflicting pull.
|
|
pullup p1(A);
|
|
^~
|
|
%Error: Exiting due to
|