mirror of https://github.com/YosysHQ/yosys.git
cleanup in write_smt2 log messages (-bv and -mem are now default)
This commit is contained in:
parent
74702b04c2
commit
189fbd4cf8
|
@ -586,7 +586,7 @@ struct Smt2Worker
|
|||
return;
|
||||
}
|
||||
|
||||
log_error("Unsupported cell type %s for cell %s.%s. (Maybe this cell type would be supported in -bv or -mem mode?)\n",
|
||||
log_error("Unsupported cell type %s for cell %s.%s.\n",
|
||||
log_id(cell->type), log_id(module), log_id(cell));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue