Yosys pass to make sign extension of e.g. AND inputs explicit #4368
Unanswered
gussmith23
asked this question in
Q&A
Replies: 1 comment
-
|
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
-
This is similar to this question: #4330
Verilog allows you to write things like
where it will automatically cast up the result of
a & b
to two bits. Are there any passes that makes that conversion explicit, e.g.Another way to put this: I would like my RTLIL logic cells to have equal
A
,B
, andY
widths for ops like and, or, etc.Any help appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions