Replies: 2 comments 3 replies
-
Please include the odb message. You should not add tracks if it is not a routing layer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We need to add support for MEOL. You can workaround it my making it a masterslice layer temporarily. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I'm in the process of bringing up a new platform which is going well. I am running into a problem with a local interconnect layer which is specified as a
MASTERSLICE
withLEF58_TYPE
=MEOL
, so it is not specified as aROUTING
layer as is the case with the sky130 PDK. OpenDB complains that there is a parse mismatch for thislil
layer.If I add this
lil
layer as a routing layer tomake_tracks.tcl
then OpenDB complains that it is not a routing layer. If I don't addlil
as a routing layer, then TritonRoute gives an error that it cannot find layerlil
for viarule that connectslil
to the first metal layer.Did anyone else run into a similar problem? If so, how did you solve it?
Beta Was this translation helpful? Give feedback.
All reactions