Replies: 2 comments
-
Do you mean something like this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not exactly... I would like to have an expression for a pin in a test row that could evaluate to Z in the same way that let val = 0; 0 1 (val) OR 0 1 (ite( n < 4, 'Z', (n))) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings folks, :-)
I'm intrigued that Digital has such great support for testing high Z inputs and outputs. For example relabeling an input 'in' as 'in_out' apparently lets you test what value it's getting from other connections. Cool!
Though I'm wondering if there is a way to programmatically decide if a pin gets a 0, 1, or Z value? For example Z could be a digit, or perhaps it could be assigned to a variable, or even returned as part of an ite( cond, ...) expression?
Thanks for your help :-)
Clif
Beta Was this translation helpful? Give feedback.
All reactions