2026-03-10 02:38:29 +01:00
|
|
|
%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:14:12: Unsupported: Conflicting pull directions.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2026-03-10 02:38:29 +01:00
|
|
|
14 | pulldown p1 (w[1]);
|
|
|
|
|
| ^~
|
|
|
|
|
t/t_tri_pullvec_bad.v:13:10: ... Location of conflicting pull.
|
|
|
|
|
13 | pullup p0 (w[0]);
|
|
|
|
|
| ^~
|
2021-04-24 16:33:49 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
2026-03-10 02:38:29 +01:00
|
|
|
%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:15:12: Unsupported: Conflicting pull directions.
|
2023-09-23 14:52:50 +02:00
|
|
|
: ... note: In instance 't'
|
2026-03-10 02:38:29 +01:00
|
|
|
15 | pulldown p2 (w[2]);
|
|
|
|
|
| ^~
|
|
|
|
|
t/t_tri_pullvec_bad.v:13:10: ... Location of conflicting pull.
|
|
|
|
|
13 | pullup p0 (w[0]);
|
|
|
|
|
| ^~
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|