abc9_ops: still emit delay table even box has no timing
[yosys.git] / passes / techmap / attrmvcp.cc
index 1537def00d48a9263d6295f3069d1ab075515c75..e59aa6518969ecd1d8a33fbff7f19144fdf1999e 100644 (file)
@@ -25,7 +25,7 @@ PRIVATE_NAMESPACE_BEGIN
 
 struct AttrmvcpPass : public Pass {
        AttrmvcpPass() : Pass("attrmvcp", "move or copy attributes from wires to driving cells") { }
-       virtual void help()
+       void help() YS_OVERRIDE
        {
                log("\n");
                log("    attrmvcp [options] [selection]\n");
@@ -53,7 +53,7 @@ struct AttrmvcpPass : public Pass {
                log("        multiple times.\n");
                log("\n");
        }
-       virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
+       void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
        {
                log_header(design, "Executing ATTRMVCP pass (move or copy attributes).\n");