Skip to content

Commit

Permalink
help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Oct 29, 2024
1 parent 615f523 commit 4dd2649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions passes/hierarchy/hierarchy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,9 @@ struct HierarchyPass : public Pass {
log(" -opt\n");
log(" optimize all modules in design hierarchy.\n");
log("\n");
log(" -no_split_complex_ports\n");
log(" Complex ports (structs or arrays) are not split and remain packed as a single port.\n");
log("\n");
log(" -chparam name value \n");
log(" elaborate the top module using this parameter value. Modules on which\n");
log(" this parameter does not exist may cause a warning message to be output.\n");
Expand Down

0 comments on commit 4dd2649

Please sign in to comment.