summaryrefslogtreecommitdiff
path: root/passes
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-22 13:02:48 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-22 13:02:48 +0100
commitd361d313e1e190f5d55508b2155ddd23230befc3 (patch)
tree8cce15a48753405873ead2ecd2153a9ae300cbe8 /passes
parente8307cefd9c67420bf176655096a72978720e9ad (diff)
Added "check -assert" doc
Diffstat (limited to 'passes')
-rw-r--r--passes/cmds/check.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/passes/cmds/check.cc b/passes/cmds/check.cc
index 17b15caa..f2d5a1c5 100644
--- a/passes/cmds/check.cc
+++ b/passes/cmds/check.cc
@@ -44,6 +44,9 @@ struct CheckPass : public Pass {
log("When called with -noinit then this command also checks for wires which have\n");
log("the 'init' attribute set.\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)
{