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.

Use transient sim operating point for a AC sim in hspice

Status
Not open for further replies.

seamoss

Junior Member level 3
Joined
Jun 14, 2012
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,453
I wanted to see how I can use operating point info obtained from a transient simulation (at a given time) for a AC simulation in HSPICE?
 

Seems it should work with the .SAVE and .LOAD mechanism:

Code:
.SAVE [FILE=design.ic0] 
.LOAD [FILE=design.ic0] [RUN=PREVIOUS]

either give the filename or RUN=PREVIOUS

s. hspice command reference
 

I have seen other SPICE simulators (not exactly mainstream, but
2G6 based originally) which had transient endpoint node voltage
store function, and this could be forced as an initial condition
the same as a stored DC solution.

However, you should beware the likelihood that your transient
endpoint is not truly small-signal-settled at every node, and
thus the result may not be the same as what a DC analysis
would give. On the other hand there are many circuits which
a DC solution can't put into the right state (not without a lot
of detail node-setting). For these it might be good to get the
transient final condition, and then "scrub" that through a DC
solution (use it as an initial, then store the DC, then use that
as the initial for the AC analysis). You would refine the DC
that way, but get the benefits of having the transient take
you where you wanted to be state-wise.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top