Add new builtin FF types
[yosys.git] / passes / cmds / show.cc
index fa922454aac46bdf726cfb269349ef5103e7c875..cbed08a3f62e8d1675b82f9fecf4cbadec4faa99 100644 (file)
@@ -587,7 +587,7 @@ struct ShowWorker
 
 struct ShowPass : public Pass {
        ShowPass() : Pass("show", "generate schematics using graphviz") { }
-       void help() YS_OVERRIDE
+       void help() override
        {
                //   |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
                log("\n");
@@ -674,7 +674,7 @@ struct ShowPass : public Pass {
                log("the 'show' command is executed.\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
        {
                log_header(design, "Generating Graphviz representation of design.\n");
                log_push();