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