aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.cc
diff options
context:
space:
mode:
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;