How to use boolean operation in command 'connect'? #2939
Unanswered
zilongwang123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce the issue
add -wire a 1 test;
add wire b 1 test;
add wire c 1 test;
connect c a&&b==1;
Expected behavior
assign c = a && b == 1;
Actual behavior
Failed to parse set rhs expression 'a&&b==1'
Beta Was this translation helpful? Give feedback.
All reactions