Forum Post: Error Saving Database caused by wires created during ECO
It seems like old nets are kept in the database even if they are not in the new eco netlist. For example, I had a change that made this code: DTC23 \otpData_o_reg[spare2][0] (.Q(\otpData_o[spare2]...
View ArticleForum Post: RE: temporary object highlighting
Yes. It is easier than it was. Use axlHighlightObject and axlDehighlightObject. Here's a routine that demonstrates: defun( DE_selectbyType (findTypes) let((popup, oldSelSet, selTypes, objs, selSet)...
View ArticleForum Post: RE: AutosilkUtils in 17.2
It's not possible for me to create a cxt file using 17.2 yet. Hopefully I will be able to do this with an upcoming hotfix.
View ArticleForum Post: RE: How to automatically store technology version on instance in...
Hi Yi, I can confirm your results, it doesn't work. I might have to look for an other solution... Thanks for your suggestions. Kind regards, Sjoerd
View ArticleForum Post: No. of Connections in VIAs
How can we get the no. of connections in a via using skill?
View ArticleForum Post: Cadence environment setup: Cadence 6.1.5 is suddenly stopped
Hi everyone, I had installed Cadence to my system. When I ran, Cadence was suddenly stopped. The log file is shown below: \# Program start time UTC 2016.08.22 03:50:24.880 \# Local time Monday 22...
View ArticleForum Post: RE: Using ALTER statement in ADEL/XL
I suggest that you learn about device instance parameters in ADEXL (see...
View ArticleForum Post: How to add PSpice model to CIS component?
Hey community hope you can help me with this one: How can I add PSpice Model to the CIS database? I have managed to get an op-amp simulating, but how can this be done without manual adding .lib file to...
View ArticleForum Post: Plotting the DC sweep but clipped
Hi guys, I want to clip a portion of the hysteresis sweep. Is that possible? I tried to use the clip function but I didn't get any result. I wounder if the clip function can be used with DC values on...
View ArticleForum Post: RE: Black Blox Creation
This is the example to run "package" ------ //---FILE 1 PACKAGE package P; int c = 5; endpackage:P //---FILE 2 PACKAGE package P; int c = 10; endpackage:P //---FILE 3 DUT 1 import P::*; module DUT;...
View ArticleForum Post: RE: Using ALTER statement in ADEL/XL
How will a design variable help me change a parameter (say width) of an already extracted view?
View ArticleForum Post: RE: How to automatically store technology version on instance in...
Hi Sjoerd I consider another approach: "Hacking the callback function of "Add Instace" form". the original callback function of the "Add Instance form" can be retrieved by viewing the form property. If...
View ArticleForum Post: RE: Using ALTER statement in ADEL/XL
I was not talking about design variables but about device instance parameters.
View ArticleForum Post: RE: How to add PSpice model to CIS component?
You may want to create a global lib, keep all such models in this and configure that lib in your setup once. This will eliminate the need of last step (step 3). Since CIS is not aware of your...
View ArticleForum Post: RE: How to add PSpice model to CIS component?
first, thanks for your reply! But it is a bit odd, why is there a 'Property Type' called 'PSpice_Model' in the CIS configuration? Why can't I just point to the right model, like I do with footprints?
View ArticleForum Post: RE: Cadence environment setup: Cadence 6.1.5 is suddenly stopped
I reinstalled the Cadence. Now I can open CIW windows. However, it take around 5 minutes to be completely opened. Moreover, I cannot open library manager windows. Please help me. Thank you!...
View ArticleForum Post: Identical reference and compared psf to amsDmv
Hello everyone, So I have this verilogams testbench, which is automatically generated and run through an /also automatically generated/ ocean script. The instantiations in the testbench refer to a...
View ArticleForum Post: RE: Cadence environment setup: Cadence 6.1.5 is suddenly stopped
I fixed the problem. The issue is the hosts file in /etc Thank you everyone.
View ArticleForum Post: RE: How to automatically store technology version on instance in...
Hi Yi, Very interesting solution to their problem, Never thought of "hijacking" a standard form. I have tested it, but it doesn't work. It doesn't work with specifying a different _doneAction...
View Article