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:
parent
537d67737d
commit
c3bc2d88da
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue