| Author |
Message |
bicave
Joined: 19 Jun 2006 Posts: 66 Helped: 2
|
22 Aug 2006 4:54 HSPICE tip for fast view simulation |
|
|
|
|
hi all!
When run simulation in others mode ss,ff,fs.. HSPICE automatically create *.tr file. To view it I must click each tr*. How can I have fast view of these results or numerical when edit sp file?
I think it's so useful, save time!
|
|
| Back to top |
|
 |
Hughes
Joined: 10 Jun 2003 Posts: 715 Helped: 85
|
22 Aug 2006 5:40 HSPICE tip for fast view simulation |
|
|
|
|
You can use ".print" to print out voltages and / or currents. For example, you can add a statement
.print v(vbg)
to the netlist when simulation a bandgap. Now the bandgap reference voltage will be printed out in the terminal.
Some other circuits may need ".meas" statement to calculate some circuit parameters. For example, you can use ".meas" to calculate the oscillation period of a oscillator.
|
|
| Back to top |
|
 |
waxtomato
Joined: 01 Sep 2004 Posts: 98 Helped: 8
|
25 Aug 2006 0:43 HSPICE tip for fast view simulation |
|
|
|
|
| print some text-like resault before jump into awaves
|
|
| Back to top |
|
 |
chenjia
Joined: 16 Apr 2005 Posts: 68 Helped: 5
|
26 Aug 2006 6:27 HSPICE tip for fast view simulation |
|
|
|
|
| You should add some statements in your netlist before running simulaion.
|
|
| Back to top |
|
 |
jutek
Joined: 21 Oct 2005 Posts: 271 Helped: 5
|
26 Aug 2006 9:58 Re: HSPICE tip for fast view simulation |
|
|
|
|
hello
you can plot all corners once and then in awanwaves-> configuration ->save you can save this graph and thereafter open every time. it saves time
regards
|
|
| Back to top |
|
 |