Forum Post: RE: Where can I find the translator to convert TSMC IRCX files?
Contact customer support at http://support.cadence.com - submit a case after logging in. Andrew
View ArticleForum Post: Generating Live BOM in OrCAD X Capture CIS
Bill of Materials (BOM) refers to a report that lists the components present in the design. Live BOM is a dynamic BOM that is generated using supply chain data from SourceEngine. Live BOM represents...
View ArticleForum Post: RE: Schematic pages suddenly lost
Before making any changes, it's always a good practice to create a backup of your project folder. Copy the entire project folder to a safe location so that you can restore it if needed. doodle baseball
View ArticleForum Post: RE: why does most of current flow to the center via under a mosfet
You may want to enable 3D via model under Tools options > Advanced otherwise the tool treats it as equipotential
View ArticleForum Post: RE: HB simulation with temperature update after each run
Martin, Spectre itself can't do this within the simulator, but it would be very easy to do with a run plan in ADE Assembler. In this example I have a single test "Setup" which runs a two-tone hb...
View ArticleForum Post: Update Title Block according to variant and using trigger function
I have written a script to update title blocks in a design changing the part number value according to the current variant view. At the moment, if the variant is changed the user must then select a...
View ArticleForum Post: How to determine in which software version footprint was created?
Hello, I have a thousands of footprints made in various Allegro versions. With the new Allegro 23.1 I am unable to open footprints made in Allegro 16.6 and olders, as well as old padstack in the...
View ArticleForum Post: RE: How to determine in which software version footprint was...
You can invoke dbdoctor outside Allegro from the start menu and then browse to the folder where you have the files and then in the end of the path you can give wild character * EG:...
View ArticleForum Post: RE: How to determine in which software version footprint was...
Thank you very much! Seems like dbstat command is what I was looking for
View ArticleForum Post: RE: Check no place bound in component
it works very well thank you very much. Is it possible to print the result by column, currently the result is (for example) : ("SMC0402" "CONN24" "SMR0603") and i would like SMC0402 CONN24 SMR0603 i...
View ArticleForum Post: RE: Configuring Failed while installing IC231 on RHEL 8
Thanks for the reply. I missed checking this space. Will these steps and get back right away.
View ArticleForum Post: RE: Check no place bound in component
symNames = setof(sym, axlDBGetDesign() ->symbols, !exists(obj, sym ->children, index(obj ->layer, "PACKAGE GEOMETRY/PLACE_BOUND_"))) ~>name outPort = axlDMOpenFile("MISC", "symbol.rpt",...
View ArticleForum Post: BER vs BER approx
Hello there, I am simulating a high speed amplifier design and to evaluate the system performance I plot the so-called "bathtub curve". I have to questions regarding my current simulation: 1.) How...
View ArticleForum Post: RE: BER vs BER approx
This is a question best answered by Customer Support. Please log in and file a Case https://support.cadence.com . There are a couple of RAKs that discuss ViVA and BER on https://support.cadence.com...
View ArticleForum Post: How to process a digital signal in caculator
Let's say I have a signal k ,It's actually a fixed-point decimal,k is its sign bits,k is its integer bits,k is its fractional bits,So mathematically The final expression is as follows -(2^19)*k + k...
View ArticleForum Post: How to create a menu icon for toggling via partial selection.
Hi Can anybody tell me is there any option to add via partial selection to the options menu bar or any other menu bar. If not Can somebody tell me how to write a skill code for that.or a bindkey which...
View ArticleForum Post: RE: How to create a menu icon for toggling via partial selection.
Hi, Here you go procedure ( toggle_partial_via_selection_locally( @key (win hiGetCurrentWindow () ) @rest _args) "Toggle Partial Via Selection in current window" win -> selectPartialVia = !win...
View ArticleForum Post: RE: Converting .MAX file to .BRD File issue
Hi BTerry, apologies for not seeing your comment earlier. My understanding is that the user managed to get this to work by themselves. I requested more details but haven't heard back. If you could...
View ArticleForum Post: Why LT1763.lib doesnt work in PSpice?
I've been trying to use the LT1763 model of LTspice in a PSpice simulation and it says that the pin templates cant be found. Could this be from expression differences between the two programs in the...
View ArticleForum Post: Skill code to change Metal width
Hi All, I am trying to write a skill code to change the metal width bindkey. without opening its query form. Here is my skill code hiSetBindKey("Layout" "Ctrl q" "change_metal_width()")...
View Article