mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 06:43:41 +00:00
Update splitnets.cc
This commit is contained in:
parent
5b641d0a24
commit
4de90307a9
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ struct SplitnetsPass : public Pass {
|
||||||
log(" split module ports, but not the internal signals.\n");
|
log(" split module ports, but not the internal signals.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -top_only\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("\n");
|
||||||
log(" -driver\n");
|
log(" -driver\n");
|
||||||
log(" don't blindly split nets in individual bits. instead look at the driver\n");
|
log(" don't blindly split nets in individual bits. instead look at the driver\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue