Forum Post: RE: ViVA: Post processing CSV file
Hi Andrew, Thank you very much for your reply, Hope it will work for, I will test it tomorrow. I search on COS but looks I didn't not use proper keyword Thanks, Nasser
View ArticleForum Post: RE: Pspice Command Line Export .Dat to CSV
Hi, any updates on this? I'm trying to accomplish the same thing.
View ArticleForum Post: Is there an automatic way to export trace data to a CSV file...
I want the output file to be .csv so that I can automatically extract the simulation results via a macro in excel and then process that to feed back to the PWL csv files to accomplish an iterative...
View ArticleForum Post: RE: How to define Back drill_Max_PTH_Stub and Manufacturing_stub...
I have a writeup and screen shots showing how I set this up, but it is on another PC at the moment. Have you read algrobackdrill.pdf? That document should be able to walk you through setting up...
View ArticleForum Post: Encounter Test: switch from command line mode to GUI
Hi, After building test mode in command line, I would like to analyze the inactive logic in ET tools GUI. How to switch from command line mode to GUI from with in the same tcl script? Regards, Venkat
View ArticleForum Post: How to suppress glitch caused by Expression Calculator in Simvision?
Hi, I putted an expression like, dut.arvalid===1 && dut.arready===1 && dut.araddr 'h90000000 and found some glitch in the waveform, Is that glitch really meaningful? How can I suppress...
View ArticleForum Post: Resources for Tcl programming with DE/Orcad CIS...
Have a question and am not getting any emails from orcad_scripting at Cadence. Is that support service still active? Accessing groups and stuffing status in CIS is super nice but I'm struggling with...
View ArticleForum Post: Run analogLib/fourier before stop time
Is there anyway or a workaround that I can force analogLib/fourier in my circuit to output the results before the AMS/Spectre/XPS interactive simulation finishes? What I want to do is to interactively...
View ArticleForum Post: RE: Resources for Tcl programming with DE/Orcad CIS...
For instance, pdf documentation is a bit scattered. But, the PDF "OrCAD Capture TclTk Extensions.pdf" has an example: But, the CIS report code has: I actually understand that DboState is a group of...
View ArticleForum Post: How to increase X axis and Y axis limit in layout
HI all, While creating layouts I am getting the following error \w *WARNING* (DB-270547): The coordinate 2.14907e+09 is over the max 2.14748e+09 and 2.14748e+09 is used. . is there an option to...
View ArticleForum Post: how to enlarge simulation time limit of ncsim?
I have a very large simulation case which should run 12000 seconds (simulation time, not CPU time). But I find that ncsim will stop after about 9223s. It seems that ncsim(e.g. irun) has a maximum...
View ArticleForum Post: RE: How to define Back drill_Max_PTH_Stub and Manufacturing_stub...
Can you share those writeup and screenshots ? regards, Robert
View ArticleForum Post: RE: Run analogLib/fourier before stop time
Hi TJ, I don't think this is possible. The best I can think of as a possible solution would be to (somehow, and I'm not sure exactly how to do this) read the waveform data in Tcl, perform an FFT (there...
View ArticleForum Post: RE: How to increase X axis and Y axis limit in layout
Hi Lakshmisha, Why would you want to increase the limit of the coordinates? If you have a technology database with a "DBUperUU" (database unit per user unit) of 1000 (fairly standard for small geometry...
View ArticleForum Post: RE: How to increase X axis and Y axis limit in layout
HI Andrew , Thanks for the quick reply . I was trying to create an abutment for standard cell layouts . So while instantiating cells it was going beyond 2.147 meters. I have updated my script to limit...
View ArticleForum Post: RE: Specman Mode for Emacs
Thank You very much for this! I found this through Your post on a blog, titled "e Language Editing with Emacs". May I suggest that You provide a link to a web page with instructions on how to manually...
View ArticleForum Post: RE: Specman Mode for Emacs
Hi, once you unpack the tar file, have a look at the header area. There is an install section, which explains how to load this package.
View ArticleForum Post: RE: Resources for Tcl programming with DE/Orcad CIS...
Ignore the CIS related TCL since you want to change "something" related to Capture, a Part Property, and not something related to CIS, like the Group that the Part is in from the example. Typically,...
View ArticleForum Post: RE: Parasitic exclusion
Hi Emmanuel, When you are using parasitic filters to filter all parasitics, you are still using the designed devices from the extracted view. This means that any parameters extracted for those devices,...
View ArticleForum Post: RE: ocean run(): spectre simulation ends with errors, but run()...
Hi Marcel, If there is a convergence issue during the transient, the simulator will still report success in OCEAN because the simulation completed. The only real way you can determine whether an...
View Article