The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Mar 29th, 2024, 2:08am
Pages: 1
Send Topic Print
avoiding singular matrix and zero diagonal messages (Read 3675 times)
suam
New Member
*
Offline



Posts: 1
Dallas Texas
avoiding singular matrix and zero diagonal messages
Nov 09th, 2014, 2:39pm
 
As a good modeling practice it is not recommended to write the following code to avoid floating node, during enable low. What are the different ways to rewrite this code.

     [I(bias) <+  enable ? (V(bias) - Vt)/Ron : 0 ;]
Back to top
 
 
View Profile   IP Logged
Ken Kundert
Global Moderator
*****
Offline



Posts: 2384
Silicon Valley
Re: avoiding singular matrix and zero diagonal messages
Reply #1 - Nov 9th, 2014, 3:45pm
 
Code:
I(bias) <+  enable ? (V(bias) - Vt)/Ron : 0 ;
I(bias) <+ V(bias)/1T; 



-Ken
Back to top
 
 
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.