3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-27 16:38:46 +00:00

help message

This commit is contained in:
Alain Dargelas 2024-10-29 13:52:46 -07:00
parent 615f523ef4
commit 4dd26490c2

View file

@ -797,6 +797,9 @@ struct HierarchyPass : public Pass {
log(" -opt\n"); log(" -opt\n");
log(" optimize all modules in design hierarchy.\n"); log(" optimize all modules in design hierarchy.\n");
log("\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(" -chparam name value \n");
log(" elaborate the top module using this parameter value. Modules on which\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"); log(" this parameter does not exist may cause a warning message to be output.\n");