From 080f0aac3490114c483cc37c1febd0698970d0fe Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 11 Aug 2013 13:33:38 +0200 Subject: Added ";;" as shortcut for "; clean;" --- passes/opt/opt_clean.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'passes/opt') diff --git a/passes/opt/opt_clean.cc b/passes/opt/opt_clean.cc index 183d6757..17f4168d 100644 --- a/passes/opt/opt_clean.cc +++ b/passes/opt/opt_clean.cc @@ -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 args, RTLIL::Design *design) { -- cgit v1.2.3