aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-26 19:28:52 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-26 19:28:52 +0100
commite52d1f9b9a7f71634d4e8e8228060f792fa20dec (patch)
treebf3111de4e1acfa4457dc5a97cdb86f977ac5df3 /kernel/rtlil.cc
parente0c0011863c891e0c168eb2fabecf88b2f0a45b7 (diff)
downloadyosys-e52d1f9b9a7f71634d4e8e8228060f792fa20dec.tar.gz
yosys-e52d1f9b9a7f71634d4e8e8228060f792fa20dec.tar.bz2
yosys-e52d1f9b9a7f71634d4e8e8228060f792fa20dec.zip
Added new_dict (hashmap.h) and re-enabled code coverage counters
Diffstat (limited to 'kernel/rtlil.cc')
-rw-r--r--kernel/rtlil.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rtlil.cc b/kernel/rtlil.cc
index 2d3d83f42..28fdeecdd 100644
--- a/kernel/rtlil.cc
+++ b/kernel/rtlil.cc
@@ -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;