mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Fixed typo in log message
This commit is contained in:
@@ -68,7 +68,7 @@ struct OptMuxtreeWorker
|
|||||||
OptMuxtreeWorker(RTLIL::Design *design, RTLIL::Module *module) :
|
OptMuxtreeWorker(RTLIL::Design *design, RTLIL::Module *module) :
|
||||||
design(design), module(module), assign_map(module), removed_count(0)
|
design(design), module(module), assign_map(module), removed_count(0)
|
||||||
{
|
{
|
||||||
log("Running muxtree optimizier on module %s..\n", module->name.c_str());
|
log("Running muxtree optimizer on module %s..\n", module->name.c_str());
|
||||||
|
|
||||||
log(" Creating internal representation of mux trees.\n");
|
log(" Creating internal representation of mux trees.\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user