mirror of https://github.com/YosysHQ/yosys.git
json: Improve the "processes in module" message a bit.
This commit is contained in:
parent
92d5550a90
commit
6b2100bf01
|
@ -136,7 +136,7 @@ struct JsonWriter
|
|||
sigidcounter = 2;
|
||||
|
||||
if (module->has_processes()) {
|
||||
log_error("Module %s contains processes, which are not supported by JSON backend.\n", log_id(module));
|
||||
log_error("Module %s contains processes, which are not supported by JSON backend (run `proc` first).\n", log_id(module));
|
||||
}
|
||||
|
||||
f << stringf(" %s: {\n", get_name(module->name).c_str());
|
||||
|
|
Loading…
Reference in New Issue