mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
Added select -assert-none and -assert-any
This commit is contained in:
@@ -227,6 +227,9 @@ struct RTLIL::Selection {
|
||||
if (!full_selection && selected_modules.count(module->name) == 0)
|
||||
selected_members[module->name].insert(member->name);
|
||||
}
|
||||
bool empty() const {
|
||||
return !full_selection && selected_modules.empty() && selected_members.empty();
|
||||
}
|
||||
};
|
||||
|
||||
struct RTLIL::Design {
|
||||
|
||||
Reference in New Issue
Block a user