1
0
mirror of synced 2026-01-31 22:21:58 +00:00

Merge pull request #4961 from YosysHQ/emil/cutpoint-typo

cutpoint: fix typo
This commit is contained in:
Emil J
2025-03-25 21:30:29 +01:00
committed by GitHub

View File

@@ -34,8 +34,8 @@ struct CutpointPass : public Pass {
log("This command adds formal cut points to the design.\n");
log("\n");
log(" -undef\n");
log(" set cupoint nets to undef (x). the default behavior is to create a\n");
log(" $anyseq cell and drive the cutpoint net from that\n");
log(" set cutpoint nets to undef (x). the default behavior is to create\n");
log(" an $anyseq cell and drive the cutpoint net from that\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override