mirror of https://github.com/YosysHQ/yosys.git
Make mask-and-shift the default for bitselwrite
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
parent
e1fb12a4b9
commit
e86ba3b94d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue