[WARNING ODB-0126] error: polygons in special nets are not supported #2713
Unanswered
dirigent-JHK
asked this question in
Q&A
Replies: 2 comments
-
If you can provide a test case it may be possible to implement the support |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried -continue_on_error as a workaround? The polygon would not appear but it might be useful depending on your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm trying to read LEF file, DEF file(version 5.8) via read_lef/read_def.
When trying read_def, the following error occurs;
[WARNING ODB-0126] error: polygons in special nets are not supported
My def file includes the followings;
VERSION 5.8 ;
DIVIDERCHAR "/" ;
BUSBITCHARS "[]" ;
...
SPECIALNETS 1 ;
...
That is,
many POLYGON's
and each POLYGON includes many points.
Is none of POLYGON supported in OpenROAD?
If so, is there any workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions