3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Remove log

This commit is contained in:
Roland Coeurjoly 2024-08-19 17:03:27 +02:00 committed by Catherine
parent 91e3773b51
commit 27c1432253

View file

@ -450,7 +450,6 @@ constant:
$$->bits.push_back(*it);
if (is_signed) {
$$->flags |= RTLIL::CONST_FLAG_SIGNED;
log("Setting SIGNED flag for constant with width %d\n", width);
}
free($1);
} |