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:
parent
2aeada6980
commit
f16e34f788
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue