mirror of https://github.com/YosysHQ/yosys.git
Fix help.
This commit is contained in:
parent
666bd53f06
commit
c47ed4bc31
|
|
@ -444,7 +444,7 @@ struct ArithTreePass : public Pass {
|
||||||
log(" Disable fused multiply-add expansion in $macc cells\n");
|
log(" Disable fused multiply-add expansion in $macc cells\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("The default behaviour delivers 4:2 compression, FMA fusion, and a\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");
|
log("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue