Forum Post: RE: ADEXL: Making Dependent Tests
OK, so you're asking a different question from the one in the original post, and hadn't explained that what you were trying to do something different (this is precisely why the forum guidelines ask you...
View ArticleForum Post: RE: Simulation with verilog-a model
It's because the magnitude of the integral part is tiny in your example because of the higher frequency of the sine wave. If you plot just I2:r1 (and not I2:R on the same graph) you'll still see the...
View ArticleForum Post: RE: ADEXL: Making Dependent Tests
Thanks for your prompt response. What I am after is very similar to this thread; the only difference is the sweep/corner option. General forum guidelines often urge you to ensure, before you post a new...
View ArticleForum Post: RE: ADEXL: Making Dependent Tests
I wasn't talking about general forum guidelines (presumably for other forums), but the specific forum guidelines for this forum (pinned post at the top of each forum). Anyway, if this worked before (I...
View ArticleForum Post: RE: vias alignment
Thank for your help but I don't have the APD/SIP License. Regards, TiBo
View ArticleForum Post: RE: vias alignment
It can be loaded. Type "via align" in the command window.
View ArticleForum Post: axlExtentDB replacement in 17.2
axlExtentDB reads in this order 1 BOARD GEOMETRY / OUTLINE 2 PACKAGE KEEPIN/ALL 3 ROUTE KEEPIN/ALL what reads the new BOARD GEOMETY / DESIGN_OUTLINE for 17.2?
View ArticleForum Post: RE: axlExtentDB replacement in 17.2
Since there is only ever a single object on this layer, you could just get the bBox of the shape.
View ArticleForum Post: RE: axlExtentDB replacement in 17.2
in 16.6 i was using axlextenddb to find the center of design to place an artwork label some designs have multiple circuits so i have multiple board outlines and iam getting a bounding box on the...
View ArticleForum Post: RE: axlExtentDB replacement in 17.2
exts = axlDBGetShapes("BOARD GEOMETRY/OUTLINE") ~>bBox) maxExts = list(list(apply('min mapcar('caar, exts)), apply('min mapcar('cadar, exts))), list(apply('max mapcar('caadr, exts)), apply('max...
View ArticleForum Post: Parameters Sweep in ADE-XL results in "netl err"
I'm trying to use ADE-XL to sweep "length" for a resistor pcell. I clicked "Parameters" in the "Data View" pane and I select a parameter to sweep in the schematic ADE-XL works correctly if: I don't set...
View ArticleForum Post: RE: Parameters Sweep in ADE-XL results in "netl err"
This is almost certainly a specific initialisation problem with the PDK you're using. It might be that the formInitProc is not being called and it needs to be for the callback to work. I would suggest...
View ArticleForum Post: RE: Modifying an extracted view for post layout simulation.
Andrew, I followed the instruction you mentioned to save and be able to netlist/simulate a modified extracted view. It worked fine with single simulation in ADE Assembler, however, whenever I run a...
View ArticleForum Post: RE: how to create the filled shape for selected Finger?
Anyone please help me on this
View ArticleForum Post: RE: deleteFile: permission denied
Hi Everytime I've experienced this problem its been due to something going wrong in my code resulting in the code never reaching the file close line. If you're using the axlDMFileOpen which I would...
View ArticleForum Post: How to tell spectre (in ADE L) to enable "monte carlo" mode
Hello, I am using an ST PDK ("ArtistKit") and I want to run a SIMPLE sim with local variations turned on. What I mean is that in a SINGLE RUN in ADE L, when I have two identical Common Source stages,...
View ArticleForum Post: RE: POwer routing : Top level Block PG pin routing
Hello, Right now , I cannot find the cause of my problem (Other collegues got that problem too). So I will use an ugly solution -draw ring inside blocks to connect VDD/GND rails . -draw VDD/GND ring...
View ArticleForum Post: RE: Hide pin name in OrCAD Capture 16.2
But this is general visibility isn't ? How to change pin name visibility on only one pin? v17.2
View ArticleForum Post: RE: Modifying an extracted view for post layout simulation.
Bruce, This is because you also need to save the cellView after marking the connectivity updated. When you run a single simulation, it normally (depending on the "Optimize single job run" setting in...
View Article