aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-04-20 11:04:46 +0200
committerClifford Wolf <clifford@clifford.at>2019-04-20 11:04:46 +0200
commit5b915f01539c993466e83593ee8ae69b45360b81 (patch)
tree785221be69800c3afc5e1a76a80b29c289eccbcc /kernel/rtlil.h
parent8f93999129bfcd957dbb312d804c01525af6d07e (diff)
downloadyosys-5b915f01539c993466e83593ee8ae69b45360b81.tar.gz
yosys-5b915f01539c993466e83593ee8ae69b45360b81.tar.bz2
yosys-5b915f01539c993466e83593ee8ae69b45360b81.zip
Add "wbflip" command
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'kernel/rtlil.h')
-rw-r--r--kernel/rtlil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 9e396d6f6..330a81c3b 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -566,7 +566,7 @@ struct RTLIL::AttrObject
{
dict<RTLIL::IdString, RTLIL::Const> attributes;
- void set_bool_attribute(RTLIL::IdString id);
+ void set_bool_attribute(RTLIL::IdString id, bool value=true);
bool get_bool_attribute(RTLIL::IdString id) const;
bool get_blackbox_attribute(bool ignore_wb=false) const {