help message

This commit is contained in:
Alain Dargelas 2024-10-29 13:52:46 -07:00
parent 615f523ef4
commit 4dd26490c2
1 changed files with 3 additions and 0 deletions

View File

@ -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");