mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 16:38:46 +00:00
help message
This commit is contained in:
parent
615f523ef4
commit
4dd26490c2
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue