3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-11 00:23:26 +00:00

Added ";;" as shortcut for "; clean;"

This commit is contained in:
Clifford Wolf 2013-08-11 13:33:38 +02:00
parent 6068b8902f
commit 080f0aac34
2 changed files with 7 additions and 1 deletions

View file

@ -313,6 +313,9 @@ struct CleanPass : public Pass {
log("\n");
log("This is identical to opt_clean, but less verbose.\n");
log("\n");
log("When commands are seperated using the ';;' token, this command will be executed\n");
log("between the commands.\n");
log("\n");
}
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
{