rybackguo
Newbie level 3
- Joined
- Mar 26, 2009
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,322
I have a SPICE netlist which prints out the voltage of a node. I simulate this SPICE netlist using HSPICE. The .lis file generated by HSPICE gives me the values of this node with a constant sampling rate.
For example, I simulate from 0ns to 10ns. HSPICE prints out the voltage of the node every 0.002ns. This sampling rate is constant across all simulations.
I simulate the same SPICE netlist using NanoSim. The .out waveform file generate by NanoSim gives me a variable sampling rate for each different simulation!
For example, I simulate from 0ns to 10ns. NanoSim may print out the voltage of the node at time 1, 2, 5, 9, 10 in one simulation, but it may print out at time 1, 3, 4, 8, 9, 10 in another simulation.
How to configure NanoSim to give a fixed number of sampling points and a fix sampling rate? Thank you.
For example, I simulate from 0ns to 10ns. HSPICE prints out the voltage of the node every 0.002ns. This sampling rate is constant across all simulations.
I simulate the same SPICE netlist using NanoSim. The .out waveform file generate by NanoSim gives me a variable sampling rate for each different simulation!
For example, I simulate from 0ns to 10ns. NanoSim may print out the voltage of the node at time 1, 2, 5, 9, 10 in one simulation, but it may print out at time 1, 3, 4, 8, 9, 10 in another simulation.
How to configure NanoSim to give a fixed number of sampling points and a fix sampling rate? Thank you.