mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Add "wbflip" command
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
8f93999129
commit
5b915f0153
3 changed files with 45 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue