>It looks like you are using the "convert technology to library" feature >here: > >https://staticfreesoft.com/jmanual/mchap08-02.html <https://staticfreesoft.com/jmanual/mchap08-02.html>
Yeah, right. >The error message you're getting seems to be a bug in LibToTech.java, >emanating from this line: > >error.markError(null, np, "No highlight layer found"); I found a way to ignore this one (and some other nonecritical) errors in code of LibToTech. But when ignoring errors without of setting error status user looses opportunity to know that things went wrong. So I didn't suggest any patch at my first attempt, sorry. Yet I did a temporary fix for my self which just ignores all errors and took a look on SkyWater130 converted to library :) >I could try to fix the bug in LibToTech, but I don't know if that's Okay, now I know it's a bug to be fixed. But not anintentionally implemented feature. >such a great use of resources. The skywater130.xml technology is >generated by a Java program; you shouldn't edit the XML file with a I saw that ;) >text editor or with LibToTech. You should edit the Java code that >generates the XML file instead. It's much easier to read because Java >code can factor out repetition using loops and subroutines; XML can't >do that. Thought coding java is much more convinient for me too. The final user will typically want to take a look on technology definition when having some problem with layout drc/vls or either. In situation when I do not understand how tech layers and connectivety rules are set, I also wanted to just see it without real editing. On Tue, Oct 20, 2020 at 9:31 AM <[email protected]> wrote: > [email protected] > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/electricvlsi/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Topic digest > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/electricvlsi/topics> > > - SkyWater: electric internal error while converting tech to library > (something wrong with thread or monitor) > <#m_-594807715723378028_group_thread_0> - 1 Update > > SkyWater: electric internal error while converting tech to library > (something wrong with thread or monitor) > <http://groups.google.com/group/electricvlsi/t/3257533171b2ec01?utm_source=digest&utm_medium=email> > Adam Joseph <[email protected]>: Oct 19 12:14PM -0700 > > Hi Alexandre, > > It looks like you are using the "convert technology to library" feature > here: > > https://staticfreesoft.com/jmanual/mchap08-02.html > > The error message you're getting seems to be a bug in LibToTech.java, > emanating from this line: > > error.markError(null, np, "No highlight layer found"); > > I could try to fix the bug in LibToTech, but I don't know if that's > such a great use of resources. The skywater130.xml technology is > generated by a Java program; you shouldn't edit the XML file with a > text editor or with LibToTech. You should edit the Java code that > generates the XML file instead. It's much easier to read because Java > code can factor out repetition using loops and subroutines; XML can't > do that. > > - a > > On Sat, 17 Oct 2020 14:43:48 +0300 > Back to top <#m_-594807715723378028_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/electricvlsi/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to [email protected]. > -- You received this message because you are subscribed to the Google Groups "Electric VLSI Editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/electricvlsi/CACoSTqL4WTkTGVFHC8Hgak7ERMKEw1q5Qi2j0hQey6U-NwNJ%3Dw%40mail.gmail.com.
