mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-24 10:59:40 +00:00
Refactored uses of log_id()
This commit is contained in:
parent
89d83a3410
commit
e41b969da2
186 changed files with 1219 additions and 1220 deletions
|
|
@ -178,7 +178,7 @@ struct AbcNewPass : public ScriptPass {
|
|||
tmpdir = make_temp_dir(tmpdir);
|
||||
modname = mod->name.str();
|
||||
exe_options = abc_exe_options;
|
||||
log_header(active_design, "Mapping module '%s'.\n", log_id(mod));
|
||||
log_header(active_design, "Mapping module '%s'.\n", mod);
|
||||
log_push();
|
||||
active_design->select(mod);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue