Forum Post: RE: Creating Netlist in ORCAD capture 17.4
2. I read there isn't docomuntation so much only writen one sentence 3. I have been seen ONL file and the docomuntation in help but the sample of cfg file in "help" function that link to ONL file...
View ArticleForum Post: RE: There is a way to Synchronize Up multiple hierarchical blocks ?
Strange, i test the file you sent and it's worked, i come back on my design and it's working well too. Thanks for support.
View ArticleForum Post: dbOpenBag warning after compile - SKILL PCELL
Hi All, I;m having these warning, when I compile my PCELL SKILL code, it's something that I never saw before *WARNING* dbOpenBag: Failed to lock prop bag for 'TEST_PCELL' in 'a' mode, please check the...
View ArticleForum Post: RE: dbOpenBag warning after compile - SKILL PCELL
Presumably the code is not just defining the PCell (with, say, pcDefinePCell), but also creating the CDF. If creating the CDF, it would need to update the properties in the cell property bag (data.dm)...
View ArticleForum Post: vManager/IMC/Coverage: How to know what tests hit a specific...
Hi, I am new to vManager / IMC, and am trying to analyze my set of tests by looking at the coverage report, but cannot find how to extract the test name that hit a specific coverpoint bin from the...
View ArticleForum Post: RE: nc pins
I wrote a simple Allegro SKILL check routine shown below: nets) net_cnt++ foreach(branch (net->branches) foreach(child (branch->children) if((child->objType) then if(((child->objType) ==...
View ArticleForum Post: RE: Display pads coordinates
defun( Piorog () let((txtBlk, txtOrientation, txtHeight, layerName, text, yLoc) txtBlk = axlUIPrompt(lsprintf("Enter text block integer (between 1 and %d)", axlDBControl('maxTextBlock))) when(txtBlk...
View ArticleForum Post: New Application Note: RF Budget Analysis Using Virtual System...
Analyzing an RF system for gain, power, noise, and distortion goes by terms such as RF budget analysis, link budget analysis and cascade analysis. In this kind of analysis, the designer is tasked not...
View ArticleForum Post: RE: New Application Note: RF Budget Analysis Using Virtual System...
The article can be found using this link: support.cadence.com/.../ArticleAttachmentPortal
View ArticleForum Post: waived error
hello i have a design that someone made. this design has many waived errors but they do not show up on the design. is there a way to show all waived errors on a design? i know that i can get a list of...
View ArticleForum Post: RE: nc pins
Hi Masa, If you connect a pin that has no net name to an object that contains another net then a DRC will be produced visually. If you connect a pin that has no net name (Dummy Net) to a dynamic shape...
View ArticleForum Post: RE: waived errors
The following command will clear the 'waived' status and make the DRC's visiable: skill axlDRCWaive(nil axlDBGetDesign()->waived)
View ArticleForum Post: RE: waived errors
Hi Masa, Check that the waived DRC color is of a color that will show. Display > Color/Visibility > Display Panel. On the visibility pane, check to see if the DRC is checked to show. Best Regards.
View ArticleForum Post: How to have double quotes in sprintf?
Hi, When I run the following its printing the cmd with the \ in it ("The final result is \"PASS\" !!!"). sprintf(cmd "The final result is \"PASS\" !!!") But i'm expecting to have the following result....
View ArticleForum Post: RE: waived errors
Hi Masa Forgot to mention, Go to Display on the tool bar. Under "Waive DRC" there are options. Check if they work. "Restore. restore All" Best regards.
View ArticleForum Post: RE: waived errors
thank u for ur response, david this command is changing waved drc errors to drc errors. but i would like to make wavied erros visible with keep them as wavied erros as is. regards masa
View ArticleForum Post: "DRC..." and "LVS..." fields are not available in the "Verify"...
Recently, due to an OS change, my institutions was forced to migrate from IC 6.1.8 to IC 23.1. I am using an old PDK (ami06), which only has Diva rule files. I have already tried to run my DRCs on...
View ArticleForum Post: RE: waived errors
thank u for ur response. yes, this is what i was looking for. regards masa
View ArticleForum Post: RE: nc pins
thank u for ur response, david. i get 0 drc flags added for nc pins that r connected to gnd. does this skill work if the gnd shape is static? below shows a partical design of mine and the gnd shape is...
View ArticleForum Post: RE: nc pins
Hi Masa, The skill code looks for pins with the pinuse value of 'NC'
View Article