3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-04 16:44:08 +00:00

cutpoint: fix typo

This commit is contained in:
Emil J. Tywoniak 2025-03-25 18:10:47 +01:00
parent 0c689091e2
commit 4991ed9d4b

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