From c47ed4bc31551ee0b8b023c30254a178f039d077 Mon Sep 17 00:00:00 2001 From: nella Date: Mon, 8 Jun 2026 11:52:25 +0200 Subject: [PATCH] Fix help. --- passes/techmap/arith_tree.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }