mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-21 05:13:40 +00:00
Added new_dict (hashmap.h) and re-enabled code coverage counters
This commit is contained in:
parent
e0c0011863
commit
e52d1f9b9a
6 changed files with 246 additions and 7 deletions
|
@ -2171,7 +2171,7 @@ RTLIL::SigSpec::SigSpec(std::vector<RTLIL::SigBit> bits)
|
|||
|
||||
RTLIL::SigSpec::SigSpec(nodict<RTLIL::SigBit> bits)
|
||||
{
|
||||
cover("kernel.rtlil.sigspec.init.stdset_bits");
|
||||
cover("kernel.rtlil.sigspec.init.nodict_bits");
|
||||
|
||||
width_ = 0;
|
||||
hash_ = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue