mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
- The case expression and case item expressions are extended to the maximum width among them, and are only interpreted as signed if all of them are signed - Add overall width and sign detection for AST_CASE - Add sign argument to genWidthRTLIL helper - Coverage for both const and non-const case statements |
||
---|---|---|
.. | ||
ast.cc | ||
ast.h | ||
dpicall.cc | ||
genrtlil.cc | ||
Makefile.inc | ||
simplify.cc |