mirror of https://github.com/YosysHQ/yosys.git
Fix typo in opt_clean log message
This commit is contained in:
parent
1170508264
commit
1e502ef5a0
|
@ -392,7 +392,7 @@ bool rmunused_module_init(RTLIL::Module *module, bool purge_mode, bool verbose)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
log(" removing redundent init attribute on %s.\n", log_id(wire));
|
log(" removing redundant init attribute on %s.\n", log_id(wire));
|
||||||
|
|
||||||
wire->attributes.erase("\\init");
|
wire->attributes.erase("\\init");
|
||||||
did_something = true;
|
did_something = true;
|
||||||
|
|
Loading…
Reference in New Issue