diff --git a/passes/techmap/csa_tree.cc b/passes/techmap/csa_tree.cc index 110575a0e..132b4bcc7 100644 --- a/passes/techmap/csa_tree.cc +++ b/passes/techmap/csa_tree.cc @@ -213,8 +213,7 @@ struct Rewriter { return false; } - std::vector extract_chain_operands(const pool &chain, Cell *root, const dict &parent_of, - int &neg_compensation) + std::vector extract_chain_operands(const pool &chain, Cell *root, const dict &parent_of, int &neg_compensation) { pool chain_bits = internal_bits(chain); diff --git a/tests/csa_tree/csa_tree_add_chains.ys b/tests/csa_tree/csa_tree_add_chains.ys index 98067ce16..ad9a1ddfa 100644 --- a/tests/csa_tree/csa_tree_add_chains.ys +++ b/tests/csa_tree/csa_tree_add_chains.ys @@ -60,18 +60,22 @@ select -assert-count 14 t:$fa select -assert-count 1 t:$add design -reset -read_verilog <