mirror of https://github.com/YosysHQ/yosys.git
Replace utf arrow with ascii arrow.
This commit is contained in:
parent
537d67737d
commit
c3bc2d88da
|
|
@ -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…
Reference in New Issue