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:
parent
6068b8902f
commit
080f0aac34
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue