3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-01 09:09:03 +00:00

Replace utf arrow with ascii arrow.

This commit is contained in:
nella 2026-03-30 15:47:34 +02:00
parent 537d67737d
commit c3bc2d88da

View file

@ -397,7 +397,7 @@ struct CsaTreeWorker
int fa_count;
auto [a, b] = reduce_wallace(extended, width, fa_count);
log(" %s %d $fa + 1 $add (%d operands, module %s)\n",
log(" %s -> %d $fa + 1 $add (%d operands, module %s)\n",
desc, fa_count, (int)operands.size(), log_id(module));
emit_final_add(a, b, result_y, width);