mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Added log_warning() API
This commit is contained in:
parent
cb9e10b462
commit
fe829bdbdc
15 changed files with 57 additions and 34 deletions
|
@ -532,7 +532,7 @@ static void select_op_expand(RTLIL::Design *design, std::string arg, char mode)
|
|||
}
|
||||
|
||||
if (rem_objects == 0)
|
||||
log("Warning: reached configured limit at `%s'.\n", arg.c_str());
|
||||
log_warning("reached configured limit at `%s'.\n", arg.c_str());
|
||||
}
|
||||
|
||||
static void select_filter_active_mod(RTLIL::Design *design, RTLIL::Selection &sel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue