Skip to content

Commit

Permalink
synth: Tweak phrasing of -booth help
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Feb 7, 2024
1 parent a98d363 commit 7a3316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/common/synth.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct SynthPass : public ScriptPass {
log(" do not run abc (as if yosys was compiled without ABC support)\n");
log("\n");
log(" -booth\n");
log(" run the booth pass to convert $mul to Booth encoded multipliers");
log(" run the booth pass to map $mul to Booth encoded multipliers\n");
log("\n");
log(" -noalumacc\n");
log(" do not run 'alumacc' pass. i.e. keep arithmetic operators in\n");
Expand Down

0 comments on commit 7a3316d

Please sign in to comment.