Forum Post: Changing RefDes on all parts in package at ounce
Maybe I am missing something, but if I have U45A, U45B, U45C, is there a way to change all at one timet o U23A, U23B, U23C in Capture?
View ArticleForum Post: RE: Breaking up large pin count connectors
Wow, totally missed your reply. So if I do this, then can I then easily assign the proper footprint to the connector when I get to the PCB?
View ArticleForum Post: RE: Find the center of a polygon segment
Paul, As I mentioned in my previous reply, you need to be using IC617 - ideally at least IC617 ISR4 (IC6.1.7.500.4) or so to use the abe functions. Regards, Andrew.
View ArticleForum Post: SV: How to name an unnamed block
If I create a variable in a for-loop: for(int i=0;i<N;i++) begin... It creates and unnamed block. If you $display("%m") in the block it is called "...unmblkX" where is an integer. If I try to name...
View ArticleForum Post: RE: To avoid single point plane connection
Hi, Murali.B There are a few ways to clean up Dynamic pours. Try a few of these methods. They all will do the job depending on each situation. 1. For your first example -just re-route the trace below...
View ArticleForum Post: RE: Skill for DFT Check - Checks for Testpoint to Assembly...
Well, yes it's certainly possible but it's quite an amount of code to achieve this. It would be better if you asked Cadence to enhance axlAirGap to achieve this.
View ArticleForum Post: Auto Highlight in scroll Region
Hi, I have a GUI in which a scroll region displays the many layer purpose pairs as shown in the fig. Here instead of scrolling down and selecting a layer, I want to type the layer name in the...
View ArticleForum Post: RE: Breaking up large pin count connectors
Yes, you need to either pre-define the footprint in the symbol library or grab all of the same parts in Orcad and assign the common footprint.
View ArticleForum Post: RE: Changing RefDes on all parts in package at ounce
Yes. Select them from the project hierarchy view. Right mouse -- Select object properties. Scroll down and grab the parts. Edit reference. Other ways exist as well such as Find->Uxxx and then select...
View ArticleForum Post: ncsim: *E,CLNAIA: Cannot call system tasks/functions while analog...
Hi, here is my simulation log excerpt: ncsim> uvm_config_db -trace on ncsim: *E,CLNAIA: Cannot call system tasks/functions while analog engine is interactive. while executing "call tcl_uvm_config_db...
View ArticleForum Post: RE: " *Error* asiGetDesignLibName: no applicable method for the...
Hi Yayla & Andrew, Are there any conclusion/solution about this issue? I met similar issue as you are. I saw the error "asiPrint: no applicable method for the classes“ when I click "Netlist &...
View ArticleForum Post: RE: SV: How to name an unnamed block
Hi Tom. What version of the software are you using, and can you share a runnable example that demonstrates the incorrect behaviour? I ran this code and got the answer I'd expect: all the block names...
View ArticleForum Post: RE: " *Error* asiGetDesignLibName: no applicable method for the...
Amanda, Your problem is different from the earlier post in the thread - it's a different function, and at a different phase. The general "no applicable method for the class" message comes from SKILL++...
View ArticleForum Post: RE: ncsim: *E,CLNAIA: Cannot call system tasks/functions while...
If you look at the expanded help message, you'll see that the simulator appears to be stopped in a call to the analog model; you need to bring it back into the digital domain before you can issue this...
View ArticleForum Post: installation issue in Installscape through DVD
I have started installscape.04.23 in CentOS -7 and when trying to install Cadence tools through DVD got from Cadence, it says Location: /run/media/usr1/1908_11042016/IC616_PART-1 Does not seem to be a...
View ArticleForum Post: RE: installation issue in Installscape through DVD
Please contact customer support - it's hard to know what you're looking at here and so speaking to an application engineer makes more sense. Andrew.
View ArticleForum Post: Thermal Noise of Resistor
Hello, I am designing an instrumentation amplifier using the current balancing amplifier architecture. The differential voltage at the input is copied to the sources of the input pair and generates a...
View ArticleForum Post: RE: ncsim: *E,CLNAIA: Cannot call system tasks/functions while...
Hi Steve, Thank you for your feedback, I must admit though that I haven't understood your proposal. My objective is to run the simulation in batch mode, I needed the gui for some debugging though.
View ArticleForum Post: RE: ncsim: *E,CLNAIA: Cannot call system tasks/functions while...
Whether in GUI mode or batch execution, try issuing the command "run -sync" before the "uvm_config_db -trace on" command (regardless of whether you're issuing the uvm_config_db command at the Tcl...
View ArticleForum Post: RE: SV: How to name an unnamed block
The behavior does change if you move the declaration of the index 'i' into the for loop itself. That is because a local variable declared in a for loop creates its own SystemVerilog scope. module...
View Article