mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 13:19:05 +00:00
hierarchy: Suggest more specific command to skip unsupported SVA
This commit is contained in:
parent
83dd99efb7
commit
ce5d04a42f
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ struct HierarchyPass : public Pass {
|
||||||
if (!src.empty())
|
if (!src.empty())
|
||||||
src += ": ";
|
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));
|
src, log_id(cell->name), log_id(mod->name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue