mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Update passes/cmds/select.cc
Co-Authored-By: Eddie Hung <[email protected]>
This commit is contained in:
co-authored by
Eddie Hung
parent
281cd10717
commit
beb9e4b299
@@ -1113,8 +1113,8 @@ struct SelectPass : public Pass {
|
|||||||
log(" <obj_pattern>\n");
|
log(" <obj_pattern>\n");
|
||||||
log(" select the specified object(s) from the current module\n");
|
log(" select the specified object(s) from the current module\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("Prefix the following patterns with '=' if the pattern should match black-/\n");
|
log("By default, patterns will not match black/white-box modules or their");
|
||||||
log("white-box modules and their contents.\n");
|
log("contents. To include such objects, prefix the pattern with '='.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("A <mod_pattern> can be a module name, wildcard expression (*, ?, [..])\n");
|
log("A <mod_pattern> can be a module name, wildcard expression (*, ?, [..])\n");
|
||||||
log("matching module names, or one of the following:\n");
|
log("matching module names, or one of the following:\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user