Forum Post: RE: Any way to start a lite-mode instance of PCB Designer in 17.2...
In S049 you can open symbols so as to edit them while an Allegro instance is running. To do this you have to use the file manager and click on your .dra file. You can still open as many as you want....
View ArticleForum Post: RE: Orcad/Allegro 17.2 HOTFIX S049 - .env file issues. Some...
Thanks for the confirmation. I will get with Support.
View ArticleForum Post: Capture 17.2 can't close Property Editor window with keyboard
I saw an old post about this same issue for Capture 16.6 that was solved by an update. I'm currently running Capture 17.2-2016 S048 on Windows 10. I have the same issue that while other tabs or windows...
View ArticleForum Post: RE: OrCAD Capture "place" and "save project as" do not work
Yuuup the hotfix fixed it. Thanks!
View ArticleForum Post: RE: OceanScript Postsim Net Name
you can use outputs() to get a list of all outputs and see what your net turned into.
View ArticleForum Post: RE: How to find the coordinates of an instance's PIN?
that code above will only work if the instance was created in Layout-XL and has the connectivity info. Otherwise instead of looking at ~>instTerms you may need to look at ~>master~>terminals....
View ArticleForum Post: RE: Export PDF of available films using skill script
File/Export/PDF Command line executable is pdf_out.
View ArticleForum Post: RE: Export PDF of available films using skill script
I'm not sure whether this is available in all license versions.
View ArticleForum Post: RE: Export PDF of available films using skill script
yes, thanks, but how would look like skill code for this operation? I have professional version.
View ArticleForum Post: RE: Export PDF of available films using skill script
Something like: sprintf(cmd, "pdf_out test.brd -o test -f TOP -f BOTTOM -m -n -i -v -e -S") axlRunBatchDBProgram("pdfout" cmd ?noUnload t ) See the documentation for pdf_out in the...
View ArticleForum Post: RE: How to define port in cadence which has a impedance value...
I agree with Andrew. You need to contact Customer Support and file an enhancement CCR. You can specify an impedance (resistance and reactance parameters) in the port. It is not frequency dependent....
View ArticleForum Post: RE: Cadence Liberate Characterization Help
Dear Guangjun, I defined the timing arcs for given conditions as follows (setup/hold and clk->Q delays for both clock rise/fals) : https://pastebin.com/jXcsqMjW According to the manual, define_arc...
View ArticleForum Post: Cadence Spectre Design Simulation
Hello. I'm new to Spectre and Spice. I've just created a .scs file, in which I have to write the testbench for the synthesized module inside the imported .v file. include "library_path" simulator lang...
View ArticleForum Post: RE: Fluid GR automation
Hi Andrew, Thanks for the tip's. I will add it as an instance do the processing of points as you mentioned. Thanks Again Neeraj
View ArticleForum Post: RE: Fluid GR automation
Hi Andrew, I tried to create the GR as an instance. I am stuck with the ~>shapeData. I have list of points and i am unable to convert them to string. Do we have any specific function which can do...
View ArticleForum Post: RE: Fluid GR automation
Got it thanks :). Was using %B for list instead of %L in spritf. Regards Neeraj
View ArticleForum Post: RE: Exporting data from OP Region Spec to "Outputs setup"
I am having a similar problem as Pedro73 because I ran Monte-Carlo and with RMB OP Region Violations I can only see violations per a single iteration. If I have 200 iterations, how can I know which...
View ArticleForum Post: RE: Cadence Liberate Characterization Help
have you tried using define_arc?
View ArticleForum Post: RE: Cadence Liberate Characterization Help
for ease of debug, you can, 1. only include two define_arc commands for setup, rise/fall; 2. use set_var debug_flow 1x1, or 2x2 to reduce runtime; 3. save the decks for faill as well as pass 4. disable...
View ArticleForum Post: RE: Cadence Liberate Characterization Help
one important question. With dual-edge triggering clock, the output transition can be either rise/fall for the same input/clock transitions. this means, the actual transition of Q also depends on...
View Article