Forum Post: RE: Descending into a group from figure coordinates in layout
Hi Paul I noticed that grp~>figs returns a list of lists for me, I used (car grp~>figs) for now, and it does the job, but I was wondering if I am missing something, what does each list in figs...
View ArticleForum Post: RE: Descending into a group from figure coordinates in layout
grp~>figs returns all the objects in the group; shapes, vias, groups, instances. With the car(grp~>figs) your are returning the first object in the group. I used the is visible as a filter for...
View ArticleForum Post: Body center calculation in Export Placement
When exporting pick and place data from OrCAD PCB Designer, how is the body center calculated? Is this related to the pins, place_bound_top, or something else?
View ArticleForum Post: RE: Add a button into transCdlOutForm
Thany you, Lawrence. And i will try to update my version.Thank u!
View ArticleForum Post: Command to not consider in the coverage record when test fails
When a test fails, the coverage for it should not be considered on the coverage record. Is there a command for it? Or is this done on the script by deleting the test_*** folder associated with it? Thanks.
View ArticleForum Post: Problems with SKILL in Allegro 17.2
I a noob here, but it seems that some of the skill routines I've used in the past don't seem to be working in Allegro 17.2. Is anyone else seeing this behavior and if so is there a work around? Could...
View ArticleForum Post: RE: Hidden States and SpectreRF: Is there a safe way to read DC...
You may also want to check out these articles on Cadence Online Support http://support.cadence.com Article 11187476: How to turn off hidden state checker when running pss/hb analysis. and Article...
View ArticleForum Post: RE: Problems with SKILL in Allegro 17.2
I have many Skill utilities and have seen few problems with 17.2. The axlMenu commands are a somewhat show-stopping issue for my company that I hope to have Cadence support fix soon but otherwise all...
View ArticleForum Post: RE: Problems with SKILL in Allegro 17.2
If your Skill utilities are contained within a Skill context, they will need to be rebuilt in 17.2 to be compatible with the 64 Cadence binaries.
View ArticleForum Post: RE: Hidden States and SpectreRF: Is there a safe way to read DC...
Why not use a vector file (as on the Setup->Simulation Files form?). This is covered in the "Digital Vector File Format" chapter of the Ultrasim User Guide (although spectre supports it equally...
View ArticleForum Post: RE: Problems with SKILL in Allegro 17.2
Hi Dave, one of the routines I like is one you submitted "change_net_on_vias.il", are you having any problems with it?
View ArticleForum Post: RE: Problems with SKILL in Allegro 17.2
oops, meant "DE_changeViaNet_public.cxt", though I'm having problems with both of them...
View ArticleForum Post: Constant Phase Element
Hi, I would like to implement this element in cadence simulation: Z=1/(jwC)^0.6 Any ideas? Thanks
View ArticleForum Post: RE: Problems with SKILL in Allegro 17.2
I can't yet recompile the code in 17.2 so cxt skill code won't work. I'm waiting for a hotfix for this.
View ArticleForum Post: Connectivity Violation
Hi, My design has 5 inputs/outputs and some timing critical nets. When I check connectivity violation after place and route the design by using 45nm technology file (lef file), I got the following...
View ArticleForum Post: RE: Cadence Virtuoso over VPN
Maybe you need to use another VPN service. I will recommend you Private Internet Access. If you don't know it, here is a review. https://anonymweb.co.uk/private-internet-access-review/
View ArticleForum Post: RE: Cadence Virtuoso over VPN
https://anonymweb.co.uk/private-internet-access-review/
View ArticleForum Post: RE: Body center calculation in Export Placement
Example. A through-hole connector should normally have its symbol origin on pin 1. If you were to choose body center instead it would calculate the geometric mean of the all the pins on the symbol and...
View ArticleForum Post: How to run multiple tests in parallel
In my previous company, when we run regressions, the tests are run in parallel which makes the regression finish faster. There is an already-made script that do that. Well, I'm not familiar how did...
View Article