constant folding extensions
- fold string literal comparisons - fold non-decimal bit shifts - fold non-decimal integer comparisons - fold decimal bitwise AND and OR - simplify cast expressions before elaboration - remove duplicate cast expression traversal - flatten concatenated numbers in a single pass
Showing
test/core/constexpr.sv
0 → 100644
test/core/constexpr.v
0 → 100644
test/error/size_cast_xpr_lit.sv
0 → 100644
test/error/size_cast_xpr_var.sv
0 → 100644
Please
register
or
sign in
to comment