mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-13 05:01:29 +00:00
raise_error: whitespace
This commit is contained in:
parent
7ecf0747b3
commit
17cb0f3fa6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct RaiseErrorPass : public Pass {
|
|||
extra_args(args, argidx, design, true);
|
||||
|
||||
RTLIL::NamedObject *err_obj = nullptr;
|
||||
|
||||
|
||||
for (auto mod : design->all_selected_modules()) {
|
||||
if (mod->has_attribute(ID::raise_error)) {
|
||||
err_obj = mod->clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue