mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-02 23:28:00 +00:00
Replace utf arrow with ascii arrow.
This commit is contained in:
parent
4f4c820f73
commit
67e145618b
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ struct CsaTreeWorker
|
||||||
int fa_count;
|
int fa_count;
|
||||||
auto [a, b] = reduce_wallace(extended, width, 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));
|
desc, fa_count, (int)operands.size(), log_id(module));
|
||||||
|
|
||||||
emit_final_add(a, b, result_y, width);
|
emit_final_add(a, b, result_y, width);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue