Forum Post: RE: Parameters Sweep in ADE-XL results in "netl err"
There is indeed a way of doing this (if it's the formInitProc issue that I think it is) but for various reasons the mechanism to fix it isn't documented (probably we want to be aware of anyone who...
View ArticleForum Post: RE: How to tell spectre (in ADE L) to enable "monte carlo" mode
Monte Carlo is not supported within ADE L. Simple as that. ADE XL provides the infrastructure to analyse the results, as well as what's needed to set up the simulation (even if it's a single point...
View ArticleForum Post: RE: Dynamically Changing the pulse width - vpulse/vsource
Thank you very much Andrew for your efforts and time. Really cadence forum is very effective in addressing issues or questions on IC design. Your replies are more helpful for the young researchers like...
View ArticleForum Post: RE: Parameters Sweep in ADE-XL results in "netl err"
Thank you, Andrew. I will follow-up with Customer Support as you suggested.
View ArticleForum Post: RE: Modifying an extracted view for post layout simulation.
Andrew, Thank you very much for the explanation. Using dbSave(geGetEditCellView()) solved the problem. The problem was that I had already saved the modified extracted view before I saw this post and...
View ArticleForum Post: XML Parser
What's the best way to parse an XML file into a SKILL or SKILL++ data structure? I found an old post, listed below, on parsing xml files using xsltproc. However I am receiving errors about the xslt...
View ArticleForum Post: RE: XML Parser
Curtis, There are some internal (private) SKILL APIs to read XML, but they're not public (one is based on a LISP xml parser). So nothing public for now. The XSLT file got mangled by the forum display...
View ArticleForum Post: RE: XML Parser
Thanks Andrew! I just ran xsltproc with the fixed xslt file and no longer see any errors. I'll try the rest of the process now. Any comments on the best way to write an XML file? In that same post you...
View ArticleForum Post: RE: XML Parser
[quote userid="4936" url="~/cadence_technology_forums/f/custom-ic-skill/38160/xml-parser/1353219#1353219"]There are some internal (private) SKILL APIs to read XML, but they're not public (one is based...
View ArticleForum Post: Inter Layer Checks - Same Subclass to Subclass?
I'm trying to define a set of "Inter Layer" checks that I can use for our flex and rigid flex designs and noticed that I cannot set up a check for items that are on the same subclass. Maybe that is not...
View ArticleForum Post: Allegro Replicate
I've used replicate in the past quite a bit. I loved it. Makes quick work of duplicated circuits. I was using it today and noticed that it's grabbing planes and vias that aren't even turned on. The...
View ArticleForum Post: RE: XML Parser
Hi Curtis, First of all, I updated the other post to add the abHtml.ils file as an attachment - because the code contains HTML tags, it got mangled slightly. The version is the same, but the formatting...
View ArticleForum Post: RE: XML in SKILL
Hi Where can I find "xsltproc" ? Is it a build-in function ? Thanks, ManChak
View ArticleForum Post: RE: XML in SKILL
It's a UNIX command in /usr/bin/xlstproc and it is provided by the "libxslt" RPM. Regards, Andrew.
View ArticleForum Post: RE: XML in SKILL
Hi Andrew, Thank you for your info. I guess IT does not install libxslt, so I cannot test it. ls /usr/bin/xlstproc ls: cannot access /usr/bin/xlstproc: No such file or directory Thanks, ManChak
View ArticleForum Post: RE: Orcad Capture - Slow Graphics response on windows 10
[quote userid="382640" url="~/cadence_technology_forums/f/pcb-design/38113/orcad-capture---slow-graphics-response-on-windows-10/1353148#1353148"]I found today that MS has issued a patch to the 1709 ver...
View ArticleForum Post: How to short a net and a shape on layout using VIA
Dear Support, I have a question on how to short a net and a shape on different layers using the NET_SHORT property. In my schematic I have the situation below: PGND is the orange shape on L3 and AGND...
View ArticleForum Post: Need help in writing Skill for routing between two different MOS
Hi, I am starting with skill learning. Please help me with below mentioned query ******* Two different mos have been spaced apart having their sources common. I want to join these sources using...
View ArticleForum Post: The creation of customVia failed
Hello all, I'm trying to put another via on the top of an existing one (here called "obj") by this command: dbCreateVia(obj~>cellView techFindViaDefByName(techGetTechFile(obj~>cellView) "M2M3")...
View ArticleForum Post: Time log
Is there a way to track the time an allegro file has been worked on with in the tool?
View Article