mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Replace RTLIL::id2cstr()
with log_id()
.
Co-Authored-By: Eddie Hung <eddie@fpgeh.com>
This commit is contained in:
parent
4681f02a6e
commit
7fc0938bb6
|
@ -200,7 +200,7 @@ struct DesignPass : public Pass {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (sel.selected_module(mod->name))
|
if (sel.selected_module(mod->name))
|
||||||
log_cmd_error("Module %s is only partly selected.\n", RTLIL::id2cstr(mod->name));
|
log_cmd_error("Module %s is only partly selected.\n", log_id(mod->name));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (import_mode) {
|
if (import_mode) {
|
||||||
|
|
Loading…
Reference in a new issue