Hspice -How to sweep a few variables and optimize at the same time?

Status
Not open for further replies.

a783210

Newbie level 1
Joined
May 17, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
Hi,
I'm learning Hspice. I want to do generate the optimized result for the circuit while sweep on a few variables(more than 3). Is there anyway that we can do this at the same time?

Code:
.tran xxxx sweep data=datax
.tran xxxx sweep Optimize = Opt1
 

The parameter OPT presupposes the existence of previously calculated values, so that honestly I can't see how to dynamically set values to insert them in simulation as initial conditions without those being already known. In other words, the only thing that seems feasible is to store these bias points once at a certain number of simulations and then replace them as fixed parameters with the .IC command.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…