2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:13:13: Unsupported: Conflicting pull directions.
|
|
|
|
|
: ... In instance t
|
2020-04-04 02:07:46 +02:00
|
|
|
13 | pulldown p1 (w[1]);
|
|
|
|
|
| ^~
|
2020-06-10 01:20:16 +02:00
|
|
|
t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
|
2020-04-04 02:07:46 +02:00
|
|
|
12 | pullup p0 (w[0]);
|
|
|
|
|
| ^~
|
2021-04-18 16:16:18 +02:00
|
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=4.201
|
2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_tri_pullvec_bad.v:14:13: Unsupported: Conflicting pull directions.
|
|
|
|
|
: ... In instance t
|
2020-04-04 02:07:46 +02:00
|
|
|
14 | pulldown p2 (w[2]);
|
|
|
|
|
| ^~
|
2020-06-10 01:20:16 +02:00
|
|
|
t/t_tri_pullvec_bad.v:12:11: ... Location of conflicting pull.
|
2020-04-04 02:07:46 +02:00
|
|
|
12 | pullup p0 (w[0]);
|
|
|
|
|
| ^~
|
2018-11-03 19:59:04 +01:00
|
|
|
%Error: Exiting due to
|