Add new builtin FF types
[yosys.git] / passes / cmds / ltp.cc
index 05701710b2a3cd0895bd1f9a99c4ca1de9917a0f..39ec432c26387f8f7309bd6bacec60127c69a31b 100644 (file)
@@ -141,7 +141,7 @@ struct LtpWorker
 
 struct LtpPass : public Pass {
        LtpPass() : Pass("ltp", "print longest topological path") { }
-       void help() YS_OVERRIDE
+       void help() override
        {
                //   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
                log("\n");
@@ -154,7 +154,7 @@ struct LtpPass : public Pass {
                log("        automatically exclude FF cell types\n");
                log("\n");
        }
-       void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
+       void execute(std::vector<std::string> args, RTLIL::Design *design) override
        {
                bool noff = false;