Forum Post: RE: Select cell view from lib manager
Hi Andrew, Regarding creating a cell view, which is a text file I have entered the following commands(copied from the log file): dssCreateCellViewForm->viewType->value="text"...
View ArticleForum Post: RE: Compile time ,elaboration time and simulation time...
Hello Stephen, Thanks for the suggestion..it's helped a lot in improving CPU usage at each stage. Regards, Mahesh
View ArticleForum Post: Pins are not annotated using subcircuit (netlist)
Hi all. I'm following the procedure depicted on https://community.cadence.com/cadence_blogs_8/b/rf/archive/2009/01/07/tip-of-the-week-how-to-simulate-a-subcircuit-netlist-with-spectre-in-ade My subckt...
View ArticleForum Post: Dummy back annotation problem
Hi, I did the following: I used the Layout XL "Generate all from source" feature to generate a layout from my schematic. The schematic i used, though did contain instances which did not have layout...
View ArticleForum Post: RE: Pins are not annotated using subcircuit (netlist)
That's very interesting, but did you have a question or something that didn't work? If so, what was it? Andrew.
View ArticleForum Post: RE: Pins are not annotated using subcircuit (netlist)
Excuse me, for some reason I deleted the error line. When I run the simulation it gives me the following error: ERROR (SFE-45): "input.scs" 68: `COMP': An instance of `adc_sh_comparator' needs at least...
View ArticleForum Post: Incorrect number of interface nodes for X_U1.
Hello, **** 02/14/17 18:00:57 ****** PSpice 17.2.0 (March 2016) ****** ID# 0 ******** ** Profile: "SCHEMATIC1-74LV4052 NEW" [ D:\dc workspace\orcad\74lv4052 new-pspicefiles\schematic1\74lv4052 new.sim...
View ArticleForum Post: ERROR(ORPSIM-15108): Subcircuit 1000E-10 used by X_U1.XU1 is...
Hello, I am using below written model for simulation but its giving the error- ERROR(ORPSIM-15108): Subcircuit 1000E-10 used by X_U1.XU1 is undefined .Subckt 4052a A B INH yio0 yio1 yio2 yio3 ycom xio0...
View ArticleForum Post: RE: ERROR(ORPSIM-15108): Subcircuit 1000E-10 used by X_U1.XU1 is...
Because this SPICE model netlist is for a specific vendor implementation of SPICE and not a "generic" SPICE implementation. And as such, as it stands, this SPICE model netlist will only be useable in...
View ArticleForum Post: RE: Opening existing layout from schematic in XL using SKILL...
Hi Srimant, You might consider the following then, which sets the connectivity reference for the layout cellview using SKILL: lxSetConnRef( t_layLib t_layCell t_layView t_sourceType { CELLVIEW | NONE }...
View ArticleForum Post: RE: Select cell view from lib manager
Hi Pedro, The code pointed to by that other thread would allow you to simply do: cv=abOpenTextCellView("mylib" "mycell" "testtxt" "a") fprintf(cv->port "Testing 123\n") abCloseTextCellView(cv) (this...
View ArticleForum Post: RE: Set/Get current context waveform db in ViVA using SKILL
There don't appear to be public functions to do this. You should contact customer support , as this probably requires an enhancement. Regards, Andrew.
View ArticleForum Post: where does a layout view get verilog module name from?
I'm curious about how layout (and for that matter, symbol and schematic) views in Virtuoso get module names and if this can be accessed and changed via skill. I've noticed that sometimes if I use the...
View ArticleForum Post: RE: Simple Part Creation Process - advice requested
Yes I found it Steve, thanks. I'll read through this and see if it contains some information on setting up a database for the library. I assume it can generate a database as well as point to an...
View ArticleForum Post: Embedded Geometry Subclasses
I'm going to ask a stupid question: can someone explain the purpose of the six subclasses (Assembly, Cavity_Outline, Display, Pastemask, Place_Bound, Soldermask) for embedded components (Embedded...
View ArticleForum Post: RE: Launching ADE L fails when simulator set to eldoD_sp in cds.env
Ashwin, I think you'll need to contact Mentor Graphics about this, since the integration of Eldo in ADE is their code. Regards, Andrew.
View ArticleForum Post: ERROR(ORPSIM-16364): Invalid device in subcircuit
Hello, while simulation in pspice m getting the error- **** FROM LIBRARY "D:/dc workspace/downloads/orcad library/switchana.lib" **** .SUBCKT 2TO4 A B INH Y0 Y1 Y2 Y3 VDD VGND PARAMS: vdd1={5}...
View ArticleForum Post: RE: ERROR(ORPSIM-16364): Invalid device in subcircuit
The "device" is indicated by the first character in the line of the model text, "A" in this case, has been added by another vendor as an extension and is not part of fundamental SPICE modelling, and...
View ArticleForum Post: RE: Simple Part Creation Process - advice requested
Yes CIS can link up with any Windows Compliant ODBC database so Excel, Access, SQL
View Article