summaryrefslogtreecommitdiff
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-08 00:01:51 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-08 00:01:51 +0100
commit05d4223fb675ee063ded20cf24eb922c4570634a (patch)
tree482e8b06c23e13bf9719cd9b3748ad1991723579 /kernel/rtlil.h
parent0da320f151a343fc89f1fc94689f5921ed8fe4ea (diff)
Added SigSpec::has_const()
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 985bffe5..dd40e2fb 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -672,6 +672,7 @@ public:
bool is_fully_const() const;
bool is_fully_def() const;
bool is_fully_undef() const;
+ bool has_const() const;
bool has_marked_bits() const;
bool as_bool() const;