diff --git a/passes/techmap/arith_tree.cc b/passes/techmap/arith_tree.cc index bde3decc0..7de21190a 100644 --- a/passes/techmap/arith_tree.cc +++ b/passes/techmap/arith_tree.cc @@ -444,7 +444,7 @@ struct ArithTreePass : public Pass { log(" Disable fused multiply-add expansion in $macc cells\n"); log("\n"); log("The default behaviour delivers 4:2 compression, FMA fusion, and a\n"); - log("width-adaptive final adder\n"); + log("final standard adder\n"); log("\n"); }