3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 19:36:21 +00:00

Arith tree - parallel prefix.

This commit is contained in:
nella 2026-05-20 14:10:08 +02:00
parent 536a117ede
commit b17792c451
8 changed files with 150 additions and 89 deletions

View file

@ -479,10 +479,6 @@ struct ArithTreePass : public Pass {
log("\n");
log(" -final <auto|ripple|prefix|elarith>\n");
log(" Selects the architecture used for the final two-vector add.\n");
log(" 'auto' (default) emits a ripple-style $add for narrow widths\n");
log(" (< 16 bits) and a parallel prefix hinted $add for wider ones.\n");
log(" 'elarith' emits an \\AddCfast black-box from the ELArith\n");
log(" library; the surrounding flow must provide that module.\n");
log("\n");
log(" -no-fma\n");
log(" Disable fused multiply-add expansion in $macc cells\n");