summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/rtlil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 90760040..93532938 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -440,6 +440,8 @@ struct RTLIL::Const
std::string as_string() const;
std::string decode_string() const;
+
+ inline int size() const { return bits.size(); }
};
struct RTLIL::Selection