Forum Post: RE: Send dc match results to the outputs
Dear Andrew and mschw, As soon as I tried to explain myself better here, I realized there is a totalOutput folder in the results browser that contains the summary value "sigmaOut(V)", which is exactly...
View ArticleForum Post: RE: help - skill code for goto xy coordinate
Thank You, Andrew Regards, Karthik P.
View ArticleForum Post: RE: PVS (SilTerra 130nm) not appearing in Cadence.
Have you installed PVS? Do you have bin in your UNIX path? (can you type "pvs -version" in the terminal window and get something back?) You also have to do Tools->PVS in the layout window to get the...
View ArticleForum Post: RE: PSpice to Spectre "translator"
Hi, Matthias. Thank you very very much for your help! Best regards, Fabricio
View ArticleForum Post: RE: Reading an input file using std.textio
This compiles without complaint with the -v93 option. It is the extra keyword "in" that is required by the '87 standard and appears in your original example that leads to the ILLPRI error.
View ArticleForum Post: RE: Installation procedure of cadence virtuoso + MMSIM + assura...
For a start, none of these are officially supported on CentOS, so there won't be a guide associated with that. Also, this mix of versions is not a good combination - for a start, you'd need...
View ArticleForum Post: How do we use the concept of Save and Restore during real...
Hi All, I'm trying to understand checkpoint concept. When I found save and restart concept in cdnshelp, There is just describing about "$save" and "xrun -r "~~~". and I found also the below link about...
View ArticleForum Post: How to convert '() to list()
Hi, I would like to convert a list from no evaluation to evaluated list. h ow can I do that. my code is : yhwDrDefinePacket = list( ;( DisplayName PacketName Stipple LineStyle Fill Outline [FillStyle])...
View ArticleForum Post: RE: Intercept custom skill function before execution
Hi Andrew, Thanks, this allows me to do exactly what I need it to. Alistair
View ArticleForum Post: RE: How to convert '() to list()
Tony, I think you need: foreach(yhwPacket yhwDrDefinePacket if(drFindPacket("display" pcExprToString(nthelem(2 yhwPacket))) then apply('drSetPacket mapcar('symbolToString yhwPacket)) ) ) The apply line...
View ArticleForum Post: RE: Viewing Classes in Simvision
Ah, ok. I will have to change to using the probe command instead of the system task($shm_probe). Thank you for the clarification.
View ArticleForum Post: RE: Viewing Classes in Simvision
I suspected the $smh_probe was probably not going to work. I'm working on an existing design and they used $shm_probe so I didn't want to change it unless knew it was the problem. Thank you for the...
View ArticleForum Post: RE: Efficient way to create vpi handles and callbacks
Thanks for the explanation. So for a smaller number of signals, I would have suggested Tcl value-change callbacks as a more generic and maintainable flow, but since you've already got a C program...
View ArticleForum Post: RE: XPS ms for help
Please contact customer support . We'll need to see the specifics, including the version of spectre that you're using. Andrew.
View ArticleForum Post: Verilog In power pins unconnected
Hi, When I import the top level Verilog file generated by Genus into Virtuoso, the power pins are left unconnected. I tried different configurations in "Global Net Options" tab. However, nothing...
View ArticleForum Post: S and D shorted after Align/abut many transistors together in Layout
hello experts, we have many transistors to be abutted together, like a transistor with m=100 (yes you can use fingers but there's another question I need to ask as well). instead manually pick one by...
View ArticleForum Post: Spectre modeling of inner finger devices within big abutted row
hello experts, this could be a mixture of process vendor or EDA vendor question. I'm betting my luck here. I have some critical devices that has to be accurate and matching. Referring to my diagram, I...
View Article