Forum Post: RE: How to traverse the hierarchy in a schematic
Hi Quek, The link you provided is now dead. Any idea if the mentioned solution is still around somewhere? Thanks, ROn
View ArticleForum Post: C code generated by the veriloga
Is it possible to access the C code generated by the veriloga compiler? Thank you, Pietro
View ArticleForum Post: RE: How to traverse the hierarchy in a schematic
Hi Ronald Here is the updated link: https://support.cadence.com/apex/ArticleAttachmentPortal?id=a1Od0000000nZ36EAE&pageName=ArticleContent&sq= Best regards Quek
View ArticleForum Post: Skipping symbol mismatch during check and save of schematic views
Hello, When i save a schematic view, if there are any pin mismatch with the symbol view, GUI will give a warning that there is a symbol mismatch and whether to update symbol or not. Using SKILL will I...
View ArticleForum Post: Auto Rename refdes in allegro 16.2
Hello, I am creating a PCB panel of 12 modules in allegro 16.2 1. When I place modules in the panel , refdes of components of module1 shown as for e.g. R1> 1_R1 , U1>1_U1 and of module2 as...
View ArticleForum Post: How to know the cut class of via which is already created
HI , i am trying to access various parameters of via like via definition , rows, columns, cut class etc. through SKILL. I found other parameters but din''t get how to get the cut class of via . can...
View ArticleForum Post: How to add hook when exit from simulation?
Hi, Is it possible to add hooks in UVM testbench or tools to dump some variables in ENV when the simulation is terminated by SIGINT like Ctrl-C? Thanks.
View ArticleForum Post: RE: MAX file
A MAX file is an OrCAD Layout file which depending on which version of PCB Editor you are using can be imported using File - Import - Cad Translators - OrCAD Layout (or Import - CAD Translators - OrCAD...
View ArticleForum Post: RE: How to add hook when exit from simulation?
A simple SV "final" block should do it, unless you manage to crash the simulator!
View ArticleForum Post: RE: Maintain "Persistence" of Find after done command is...
Lots of you are editing the menu file which isn't really recommended anymore - if the menu file changes you won't see the updates. You'd be better off using the skill file to load your menu. Details...
View ArticleForum Post: Same net line to shape errors.
Hi, I have received a board from a customer with some modifications to do. At the same time there are some same net errors that they want to get rid of. The customer does not want the errors to be...
View ArticleForum Post: RE: C code generated by the veriloga
There is no intermediate C code, the Verilog is parsed to a syntax tree, which is then elaborated and directly translated to machine code.
View ArticleForum Post: skill to convert (("metal1" "drawing")) to "metal1 drawing"
Hi I am working on the skill develop, and I get the value from geGetSelSet()~>lpp of a selected metal1, how can i convert ("metal1" "drawing") to ("metal1 drawing") in skill? Thanks a lot
View ArticleForum Post: RE: skill to convert (("metal1" "drawing")) to "metal1 drawing"
Hi Amos, below is the example for your question test = list("metal1" "drawing") strcat(car(test) " " cadr(test))
View ArticleForum Post: RE: Need help in writing Skill for routing between two different MOS
Hi Andrew, Thank you . The code was working if P-cell is having only one finger . I am able to get exactly what i wanted. what if my instance is multiple fingered but still i will get only one...
View ArticleForum Post: pcell shapes filtering
Hi , I started with skill learning instID~>master~>shapes~>?? gives list of all layers used in p-cell. Now I want to have access to only poly and diffusion layers to read their bBOX. Is there...
View ArticleForum Post: RE: How to add hook when exit from simulation?
I tried to put some handles of object in the 'final' block, but it seems those objects had been recycled till this point and give a 'null' error.
View ArticleForum Post: RE: MAX file
Hi Steve, I'm using OrCAD PCB Designer Professional 17.2-2016 but I do not see the Options that you say, which was my reason for the post. If I'm in the package Editor I see the following window: ( I...
View ArticleForum Post: RE: How to add hook when exit from simulation?
Very likely. Perhaps you could explain what you're trying to accomplish? You asked about env vars, now you've changed to talking about class handles...
View Article