Forum Post: RE: Opening an ADE XL interactive test editor following an Ocean run
Hello Andrew, Thank you again for your response. I am sorry, maybe I wasn't clear in my previous comment. I will try to explain with screenshots below: 1) After an ocean run, I do "Load Setup To...
View ArticleForum Post: RE: test signal iprobe rout calculation
Hello Andrew i have changed the Vtest source to be AC source only at 1k so the DC source will be GND inseat of some DC value.(as shown bellow),and it still gives me the same error. every small signal...
View ArticleForum Post: RE: test signal iprobe rout calculation
There is no such thing as an AC-only source (in any simulator), and so for the DC analysis you have a 0V source in parallel with a 1.8V source, for which no solution is possible (since both sources are...
View ArticleForum Post: How to save subckt parameters in Spectre
I have device model in subckt form with instance parameter "w". This model has another parameter "r" which is a function of "w". How to save subckt parameter "r" as I sweep parameter "w" in Spectre....
View ArticleForum Post: Stopping pop-up window for lxHiCheck()
Hi, I would like to use the function "lxHiCheck()" in a SKILL code without the pop-up window showing up. How do I do that? Thanks Ram
View ArticleForum Post: RE: Error of refresh CDF using abConvertComponentParams.il and...
Hi Andrew, Thanks for your reply. I already change it in config file, but still get this Error:
View ArticleForum Post: RE: Error of refresh CDF using abConvertComponentParams.il and...
Sorry, I forgot to delete the space between "runCallbacks" and "(", now there is no Error. But now the schematic still can not display the real value of resistor (the value displayed on schematic is...
View ArticleForum Post: RE: Stopping pop-up window for lxHiCheck()
Hi Ram, Use lxCheck() instead, it is the 'procedural' interface (aka an API) rather than the 'Human Interface' or 'Hi' version. lxCheck( d_layCV [ ?schCV d_schCV ] [ ?checkDevices { t | nil } ] [...
View ArticleForum Post: RE: test signal iprobe rout calculation
Dear robert21, [quote userid="360385" url="~/cadence_technology_forums/f/rf-design/42966/test-signal-iprobe-rout-calculation/1364011#1364011"]every small signal analysis uses this method to find...
View ArticleForum Post: RE: Creating a BOM with LibreOffice Calc versus MS Office Excel!!!
I know one can create an Excel-like spreadsheet bill of materials (BOM) importing th nba reddit e tab or CSV delimited ASCII BOM file from Allegro Capture (OrCAD Capture) to a get your standard BOM...
View ArticleForum Post: RE: Stopping pop-up window for lxHiCheck()
Thanks Lawrence, appreciate the help.
View ArticleForum Post: RE: Stopping pop-up window for lxHiCheck()
But its strange that in IC18.7 i dont get the pop-up, but i get the pop-up in IC12! Do you know whats causing it?
View ArticleForum Post: RE: ERROR(SPMHNI-175) IN CREATING THE NETLIST
#1 ERROR(SPMHNI-175): Netrev error detected. #2 Run stopped because errors were detected netrev run on Nov 14 11:40:59 2019 DESIGN NAME : 'NRF52832_BLU_A01A' PACKAGING ON Mar 2 2016 00:37:24 COMPILE...
View ArticleForum Post: RE: ERROR(SPMHNI-175) IN CREATING THE NETLIST
#1 ERROR(SPMHNI-175): Netrev error detected. #2 Run stopped because errors were detected netrev run on Nov 14 11:40:59 2019 DESIGN NAME : 'NRF52832_BLU_A01A' PACKAGING ON Mar 2 2016 00:37:24 COMPILE...
View ArticleForum Post: how to delete a instance in layout view
Hello everyone,In my layout there are many instances named via_pcell. I want to select all of these instances and then delete them. How to do these actions used by skill. I just want the way to do...
View ArticleForum Post: RE: Error of refresh CDF using abConvertComponentParams.il and...
Are you saying you changed the configuration entries to this? : (nil fromLib "90mp" fromCell "nmos_hvt" toLib "90mp" toCell "nmos_hvt" runCallbacks(?useInstCDF t) ) i.e. no space between the...
View ArticleForum Post: How do I code a skill statement that changes the pin in the input...
Pin direction of symbol and schematic OUT are input. How do I code a skill statement that changes the pin in the input direction to the output direction? Example> Library name: AAA Pin name: OUT...
View ArticleForum Post: Varying a digital IIR filter's poles&zeros over time
Is there a better approach to varying the coefficients of a digital IIR over time to adjust the values of its poles and zeros than just recalculating the whole thing every time it changes? For example,...
View ArticleForum Post: RE: Error of refresh CDF using abConvertComponentParams.il and...
Hi Andrew, 1.I already changed the configuration entries to this. No space between the runCallbacks and the open parenthesis. And got the error snapshot above. 2.The version number of two files: SCCS...
View ArticleForum Post: RE: How do I code a skill statement that changes the pin in the...
I guess you could be clearer... Anyway, if you want to change all the pins of a cellView matching a given regular expression you could use the following function: ( defun abSetViewPinsDir (libName...
View Article