3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Update splitnets.cc

This commit is contained in:
Akash Levy 2025-02-19 10:07:10 -08:00 committed by GitHub
parent 5b641d0a24
commit 4de90307a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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