Remove is_mostly_const cover

This commit is contained in:
Akash Levy 2025-12-05 20:09:59 -08:00
parent 2aeada6980
commit f16e34f788
1 changed files with 0 additions and 2 deletions

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)