3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-30 21:19:30 +00:00

hierarchy: Suggest more specific command to skip unsupported SVA

This commit is contained in:
Jannis Harder 2025-09-26 18:39:32 +02:00
parent 83dd99efb7
commit ce5d04a42f

View file

@ -1162,7 +1162,7 @@ struct HierarchyPass : public Pass {
if (!src.empty())
src += ": ";
log_error("%sProperty `%s' in module `%s' uses unsupported SVA constructs. See frontend warnings for details, run `delete */a:unsupported_sva' to ignore.\n",
log_error("%sProperty `%s' in module `%s' uses unsupported SVA constructs. See frontend warnings for details, run `chformal -remove a:unsupported_sva' to ignore.\n",
src, log_id(cell->name), log_id(mod->name));
}
}