Forum Post: IBIS to PSpice translator producing many models
I have an IBIS model for a part. With the IBIS to PSpice translator tool, it produces many spice models from this one IBIS file. For example, it produces the lvds outputs as one model, the IO buffers...
View ArticleForum Post: RE: Skill to split a string with \t
Matthias and Riad, Appreciate for your help, many thanks. Amos
View ArticleForum Post: RE: Staggered circle shape array in a circular ring range
Hi Dave, Thank you very much for your quickly reply. My question is the following picture. I want to add many circle shape on one layer in the range of donuts. These circle shape is 7 mil radius,...
View ArticleForum Post: RE: Staggered circle shape array in a circular ring range
Ok. Now it makes sense. Create two polygons: 1/ with the inside diameter (R1) plus 7mils (using axlPolyExpand if necessary) 2/ with the outside diameter (R2) less 7mils (using axlPolyExpand if...
View ArticleForum Post: RE: Staggered circle shape array in a circular ring range
Of course it would be even easier to do this mathematically. Given that you know the donut's dimensions, a circle will fall fully inside the donut if its distance from the centre of the donut is...
View ArticleForum Post: RE: Staggered circle shape array in a circular ring range
Thank you, Dave. I will try it later. I always can learn many ting from you. Thanks again.
View ArticleForum Post: RE: How can I close the form using skill code
Hi Raja, What do you mean "it's not working" ? Is it throwing any error? When you use hiFormFinish() or hiFormDone() in the script, then while the form is displayed,it will be unmapped according to...
View ArticleForum Post: Ocean Script (AMS simulator): How to save only an analog net from...
Hi, May I know how to modify the following ocean script to save only the an analog net from an analog bus, e.g. to save only ABC from ABC ? The following script is going to save all the ABC instead of...
View ArticleForum Post: dynamic shape corner
hello is there any way to change a dynamic shape corner from a 90 degree angle to a rounded one automatically? i always get many 90 degree angle corners on dynamic shapes even thoguh i set some number...
View ArticleForum Post: RE: Skill to split a string with \t
Hi, you could split the lines with the command parseString , e.g. let((inPort nextLine) inPort= infile("./instlist") when(inPort while(gets(nextLine inPort) foreach(elem parseString(nextLine "\t\n")...
View ArticleForum Post: axlTriggerSet failing asking for a function
I have a procedure called Set_class_title procedure( _set_class_title(t_open) dc=axlDBGetDesign()->prop->DESIGN_CLASS axlSetVariable("DESIGN_CLASS" dc) );end proc I want it to run every time I...
View ArticleForum Post: RE: axlTriggerSet failing asking for a function
The procedure needs to be loaded before you can set the trigger. So first load the code, then set the trigger.
View ArticleForum Post: RE: axlTriggerSet failing asking for a function
OK I will take a look and see if I am not doing that. The code appears to work despite the warning ?
View ArticleForum Post: RE: [Capture PSpice] Simulate part of schematic
You can use test bench feature or Partial design Simulation capability to extract out portion of circuit and simulate as is of with some modification such as adding stimulus.
View ArticleForum Post: RE: [Capture PSpice] Simulate part of schematic
Refer Product documentation (user guide) for details. You may also want to see - www.orcad.com/.../partial-design-simulation
View ArticleForum Post: RE: Dumping only last 1ms log file information in irun/xrun
You can do this via the database command, refer to the docs here: https://support.cadence.com/apex/techpubDocViewerPage?path=tclcmdref/tclcmdref19.03/tclcmdrefTOC.html . For example: " database -open...
View ArticleForum Post: RE: Dumping only last 1ms log file information in irun/xrun
Thanks Stephen, do you mean that the only way of writing out log file for last 1ms would be through shm route? This would indeed slow down the simulation. The requirement during preliminary regression...
View ArticleForum Post: RE: Dumping only last 1ms log file information in irun/xrun
Sorry, for some reason I focussed on the "last 1ms" aspect and thought you were talking about waveforms not log messages! No, the simulator has no concept of buffering log messages and printing on...
View ArticleForum Post: Allowing Swapping Pins on the FPGA in Capture 17.2 Hotfix 57
Hello I want to allow for swapping pins on a FPGA and for that I went through several posts on the forum and tried to follow them. I'm following...
View ArticleForum Post: RE: Allowing Swapping Pins on the FPGA in Capture 17.2 Hotfix 57
You are using the later Part / Symbol Editor version, look on the right hand side of the screen for the Property editing sheet, Edit Pins and the Pin Group column is probably what you need.
View Article