Getting a Nicer View from Your Aging (Reliability) Simulation from Assembler


You're stuck with the Detail view.. when you run Reliability..

What I asked Cadence:
Ideally, we would like to see results in the format Measure fresh stress aged (order not important, fresh, aged, stress also ok) out1 val1 val2 val3 etc But, this is not possible. However, if Detail Transpose worked, then it is trivial to export CSV and use Excel to get the desired view. But, this currently not possible because the stress test values are not showing


And chatGPT

I am getting CSV output from a tool in the following format:

col1_name, col2_name, Output,col3_name, col4_name, etc
name1,nameA,out_name1,something,value_name11,..
name1,nameA,out_name2,something,value_name21,...
name1,nameA,out_name3,something,value_name31,...
....
name1,nameA,out_nameN,something,value_nameN1,...
name2,nameA,out_name1,something,value_name12,...
....
name2,nameA,out_nameN,something,value_nameN2,...
name3,nameB,out_name1,something,value_name13,...
...
name3,nameB,out_nameN,something,value_nameN3,...

We would like to give the user a CSV where the name1, name2, name3 are the headers with columns showing the values for the various out_names. So

Output,name1,name2,name3
out_name1,value_name11,value_name12,value_name13
out_name2,value_name21,value_name22,value_name23
...
out_nameN,value_nameN1,value_nameN2,value_nameN3

Give me the python code



Comments

Popular posts from this blog

Plotting Device Parameters (gm, vdsat, etc) Vs Time or Temp

When You Want to Get Cycle-to-Cycle Jitter at PLL Output Due to the Reference Oscillator

HIdden States in Your Behavioral Model