Forum Post: RE: How to get the correct coordinate of a path when i use...
Charley, The database itself has the full precision - it's just the default print representation in the CIW that is limited to 7 significant digits. You can use the fullPrecision switch to change the...
View ArticleForum Post: RE: Automatically placement of PINS on NETS
Danny, Without having tried your code, what "didn't work well" about it? It looks (at a high level glance) as if it should be moving the top level pins over the pin on an instance connected to that...
View ArticleForum Post: How to add output signals in ADE XL using "Ocean Measurement...
Dear all, After browsing ADE XL SKILL manual, I found that ADE XL provides a function axlAddOutputSignal(). So I tried this script and load it in ADE XL as an "Ocean Measurement script": session =...
View ArticleForum Post: RE: How to get the correct coordinate of a path when i use...
Andrew , I got it. Thank you, Charley
View ArticleForum Post: RE: interactive creation of rod path
Hi Quek, Thanks for the pointer to that solution. That actually helps with something else I've wanted in the past but it is actually not quite what I was looking for here. That solution lets me use...
View ArticleForum Post: RE: Error message: port cannot be drained
OK, forgive me. I didn't notice that, on some of our nodes, /var is on another partition, which was full
View ArticleForum Post: RE: interactive creation of rod path
Hi Dan, The leHiCreateMPP function is actually public, but not documented for some long-forgotten reason. So I filed a CCR on your behalf to get it documented. Anyway, you could either use this in a...
View ArticleForum Post: RE: How to add output signals in ADE XL using "Ocean Measurement...
First of all I don't think you'd add this as an OCEAN measurement script, because that normally is run in the "ICRP" - which is a background process and won't have access to the window session. You...
View ArticleForum Post: RE: How to use a custom netlist procedure (and OSSHNL-116 error)
Hi Patrik, No - you'll need to use a custom netlist procedure for now (I believe). We're due to be getting the native support for netlistable spectre text views in IC617 ISR9 (all being well), so then...
View ArticleForum Post: ICS6.1.7-64b.78 gravity and cross cursor
Just switched from version IC6.1.7-64b.500.4 to ICS6.1.7-64b.78. And surprise surprise, there are again some subtil differences that interfere with my workflow, so I want to disable them. First, I turn...
View ArticleForum Post: RE: Identify uniquely a session
Pedro, Not really sure why either your global variable access didn't work (without seeing the code), but global variables are bad practice anyway... Andrew
View ArticleForum Post: RE: How to add output signals in ADE XL using "Ocean Measurement...
Thank you for your quick reply, Andrew. In fact, in my case, I0 is a spectre netlist, not a real schematic. Therefore, I cannot select terminals or nets using GUI. Neither can I directly input the net...
View ArticleForum Post: Path drawn in Cadence Vituoso Layout Editor seems to get attached...
Hi, In Cadence Vituoso Layout Editor: When a Via is placed, and then, a path is drawn with it's end(s) overlapping with (or even terminating near) the Via, the path seems to get AUTOMATICALLY attached...
View ArticleForum Post: RE: ICS6.1.7-64b.78 gravity and cross cursor
actually, it is envSetVal("layout" "gravityType" 'string "none")
View ArticleForum Post: RE: why is the input referred noise not proportional to the...
Hi Marco, I think you'll need to contact customer support so that we can take a look. I suspect there's a mistake in your setup somehow. I took what you described (and added a made up model with pretty...
View ArticleForum Post: RE: How to add output signals in ADE XL using "Ocean Measurement...
You'd need to add an include file (e.g. as a model file, or a definitions file) in the setup where you have a spectre save statement in the include file (say called "saves.scs" - make sure it has a...
View ArticleForum Post: RE: Path drawn in Cadence Vituoso Layout Editor seems to get...
This should be controllable if you hit the F3 key to bring up the options form when doing the stretch and changing the settings of Keep Wires Connected To from "All wires and vias" to "spine wires...
View ArticleForum Post: RE: ICS6.1.7-64b.78 gravity and cross cursor
Third, it used to be possible to use the mousewheel for cycling trough the layers in the property window. Now not anymore.
View ArticleForum Post: RE: ICS6.1.7-64b.78 gravity and cross cursor
Not sure why you're going to an older release - ISR4 is newer than the .78 release (which is the base release). Why are you doing that? For the first item, with rulers, I don't see that, but there were...
View ArticleForum Post: RE: How to add output signals in ADE XL using "Ocean Measurement...
Thank you very much. This is exactly what I want!
View Article