3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00

Remove is_mostly_const cover

This commit is contained in:
Akash Levy 2025-12-05 20:09:59 -08:00
parent 2aeada6980
commit f16e34f788

View file

@ -5560,8 +5560,6 @@ bool RTLIL::SigSpec::is_chunk() const
bool RTLIL::SigSpec::is_mostly_const() const
{
cover("kernel.rtlil.sigspec.is_mostly_const");
int constbits = 0;
for (auto &chunk : chunks())
if (chunk.width > 0 && chunk.wire == NULL)