3
0
Fork 0
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:
Clifford Wolf 2014-12-26 19:28:52 +01:00
parent e0c0011863
commit e52d1f9b9a
6 changed files with 246 additions and 7 deletions

View file

@ -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;