mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
Added "check -assert" doc
This commit is contained in:
parent
e8307cefd9
commit
d361d313e1
|
@ -44,6 +44,9 @@ struct CheckPass : public Pass {
|
||||||
log("When called with -noinit then this command also checks for wires which have\n");
|
log("When called with -noinit then this command also checks for wires which have\n");
|
||||||
log("the 'init' attribute set.\n");
|
log("the 'init' attribute set.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
|
log("When called with -assert then the command will produce an error if any\n");
|
||||||
|
log("problems are found in the current design.\n");
|
||||||
|
log("\n");
|
||||||
}
|
}
|
||||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue