The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 20th, 2024, 4:33pm
Pages: 1
Send Topic Print
digital facilities of Eldo (Read 1290 times)
Pavel
Senior Member
****
Offline



Posts: 174
Lausanne/Switzerland
digital facilities of Eldo
Aug 03rd, 2007, 5:40am
 
Hello

Had somebody experience in description of digital behavior in Eldo.
This topic isn't properly treated in Eldo LRM.

I tried simple example aiming logical AND using logical expressions

Code:
* digital test

vd0 IN0 0 PATTERN 1 0 0 1n 1n 1u 10011011011101 R
vd1 IN1 0 PATTERN 1 0 0 1n 1n 1u 10001100110110 R

e1 OUT 0 VALUE={V(IN0)==1 && V(IN1)==1}

.TRAN 10u 10u
.TEMP    27.0000    
.OPTION
+        ASCII
+        PSF_MULTI_BACK = 0
.PROBE V
.END
 



This produce folllowing errors.
ERROR  234: OBJECT "E1": Syntax error in the expression{ V ( IN0 ) = = 1 & & V ( IN1 ) = = 1 }

Regards.

Pavel.
Back to top
 
 
View Profile   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.