The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 17th, 2024, 4:25am
Pages: 1
Send Topic Print
system of two equations (Read 61 times)
littlenasboy
New Member
*
Offline



Posts: 6

system of two equations
Feb 19th, 2009, 1:47pm
 
I'm working on a double gate mosfet model, and I need to solve the two equations for the potential at the top and back surface of the device.

Is there a slick way to solve a system of two non-linear equations in verilog-a...like letting the circuit simulator do the work or a built in function?
Back to top
 
 
View Profile   IP Logged
Geoffrey_Coram
Senior Fellow
******
Offline



Posts: 1999
Massachusetts, USA
Re: system of two equations
Reply #1 - Feb 24th, 2009, 6:10am
 
The language reference manual suggests using indirect contributions, see "Multiple indirect contributions" in Section 5.6.7.1 of LRM 2.3.

V(x): ddt(V(x)) == f(V(x), V(y), V(z));
V(y): ddt(V(y)) == g(V(x), V(y), V(z));
V(z): ddt(V(z)) == h(V(x), V(y), V(z));

I've never used this in any simulator, so I don't know how well any of them do at using this feature.
Back to top
 
 

If at first you do succeed, STOP, raise your standards, and stop wasting your time.
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.