2018-11-03 18:59:04 +00:00
|
|
|
%Error: t/t_tri_pullvec_bad.v:10: Unsupported: Conflicting pull directions.
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
pulldown p1 (w[1]);
|
|
|
|
^~
|
2019-05-31 00:30:59 +00:00
|
|
|
t/t_tri_pullvec_bad.v:9: ... Location of conflicting pull.
|
2019-07-15 01:42:03 +00:00
|
|
|
pullup p0 (w[0]);
|
|
|
|
^~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: t/t_tri_pullvec_bad.v:11: Unsupported: Conflicting pull directions.
|
2019-07-26 16:52:38 +00:00
|
|
|
: ... In instance t
|
2019-07-15 01:42:03 +00:00
|
|
|
pulldown p2 (w[2]);
|
|
|
|
^~
|
2019-05-31 00:30:59 +00:00
|
|
|
t/t_tri_pullvec_bad.v:9: ... Location of conflicting pull.
|
2019-07-15 01:42:03 +00:00
|
|
|
pullup p0 (w[0]);
|
|
|
|
^~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|