Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] HSPICE Data to Excel

Status
Not open for further replies.

rmanalo

Advanced Member level 4
Joined
Feb 8, 2017
Messages
107
Helped
16
Reputation
32
Reaction score
16
Trophy points
18
Location
Philippines
Activity points
979
Hello everyone,

I'm trying to extract the data from avanwaves plot to excel so that I can make a histogram. Is there any way to make a .csv file from hspice?
 

Use ".print" statement.

Thank you for replying. Yes, I used ".print" previously but the results appeared in the .lis file. Say, I have a lot of data points, it would be difficult to manually transfer them.
 

I used ".print" previously but the results appeared in the .lis file.
Say, I have a lot of data points,
it would be difficult to manually transfer them.
It is very very very easy.

You can extract data from "*.lis" by text manupulation language such as awk, perl, python, etc.

If you have Synopsys Custom WaveView, you can export data by ACE(Analysis Command Environment).

https://www.designers-guide.org/Forum/YaBB.pl?num=1272477082

See page-170 of **broken link removed**


If you have Mathworks MATLAB or Octave, you can open ".tr0" data by HSPICE Toolbox.
https://www.cppsim.com/Manuals/hspice_toolbox.pdf
https://www.cppsim.com/download_hspice_tools.html


But I don't use them, since extraction data from "*.lis" is very very very easy.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top