mirror of https://github.com/YosysHQ/yosys.git
Remove is_mostly_const cover
This commit is contained in:
parent
2aeada6980
commit
f16e34f788
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue