mirror of https://github.com/YosysHQ/yosys.git
Update splitnets.cc
This commit is contained in:
parent
5b641d0a24
commit
4de90307a9
|
|
@ -116,7 +116,7 @@ struct SplitnetsPass : public Pass {
|
|||
log(" split module ports, but not the internal signals.\n");
|
||||
log("\n");
|
||||
log(" -top_only\n");
|
||||
log(" split module ports/nets, only at the first level of hierarchy.\n");
|
||||
log(" split module ports/nets, only at the top level of hierarchy.\n");
|
||||
log("\n");
|
||||
log(" -driver\n");
|
||||
log(" don't blindly split nets in individual bits. instead look at the driver\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue