From: Claire Wolf Date: Thu, 16 Apr 2020 10:11:52 +0000 (+0200) Subject: Make mask-and-shift the default for bitselwrite X-Git-Tag: working-ls180~611^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e86ba3b94d7285ded20b4280ad52821cbca504fc;p=yosys.git Make mask-and-shift the default for bitselwrite Signed-off-by: Claire Wolf --- diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index 18ad6926f..2ebe2edbc 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -1753,7 +1753,7 @@ bool AstNode::simplify(bool const_fold, bool at_zero, bool in_lvalue, int stage, result_width = abs(int(left_at_zero_ast->integer - right_at_zero_ast->integer)) + 1; } - if (1) + if (0) { // big case block