mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Remove log
This commit is contained in:
parent
91e3773b51
commit
27c1432253
|
@ -450,7 +450,6 @@ constant:
|
||||||
$$->bits.push_back(*it);
|
$$->bits.push_back(*it);
|
||||||
if (is_signed) {
|
if (is_signed) {
|
||||||
$$->flags |= RTLIL::CONST_FLAG_SIGNED;
|
$$->flags |= RTLIL::CONST_FLAG_SIGNED;
|
||||||
log("Setting SIGNED flag for constant with width %d\n", width);
|
|
||||||
}
|
}
|
||||||
free($1);
|
free($1);
|
||||||
} |
|
} |
|
||||||
|
|
Loading…
Reference in a new issue