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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top