3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-14 23:05:28 +00:00

fixup! box_derive: add -apply

This commit is contained in:
Emil J. Tywoniak 2025-06-25 14:14:31 +02:00
parent 424f9f91aa
commit b85bd37360
2 changed files with 18 additions and 17 deletions

View file

@ -22,7 +22,7 @@ public:
log("\n");
log(" publish\n");
log("Makes all module names and cell types public by prefixing\n");
log("% with \\.\n");
log("%% with \\.\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{