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.

[SPICE]Make a TRANS sweep of Vdd for each iteration of a Monte-Carlo analysis

Status
Not open for further replies.

dnanar

Junior Member level 1
Joined
May 8, 2014
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
140
Hi,


I have an (H)SPICE script which compute the energy consumed by my circuit for a different set of parameters through the TRANS SWEEP statement:

Code:
.tran 0.1p 600n SWEEP data=info

I would like to see how the energy vary for each set of parameter while doing a monte carlo analysis. That is, if i set the parameter monte=10, I would like that for each of the 10 Monte carlo simulations, a "sweep data=info" is computed.

Does anybody know how to do this please?

Thanks!
 

If the MC analysis doesn't support the further SWEEP command, use the .ALTER statement for each of your data sets.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top