Fix grammar
authorEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 22:10:22 +0000 (15:10 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 22:10:22 +0000 (15:10 -0700)
techlibs/intel/synth_intel.cc

index 0f1d7a7b54d5b1d4625919c595cf61f81ab90ba2..d2291b8d41fc7d3581b4c5377260c2c4272d0512 100644 (file)
@@ -38,7 +38,7 @@ struct SynthIntelPass : public ScriptPass {
     log("\n");
     log("    -family < max10 | a10gx | cyclone10 | cyclonev | cycloneiv | cycloneive>\n");
     log("        generate the synthesis netlist for the specified family.\n");
-    log("        MAX10 is the default target if not family argument specified.\n");
+    log("        MAX10 is the default target if no family argument specified.\n");
     log("        For Cyclone GX devices, use cycloneiv argument; For Cyclone E, use cycloneive.\n");
     log("        Cyclone V and Arria 10 GX devices are experimental, use it with a10gx argument.\n");
     log("\n");
@@ -146,7 +146,7 @@ struct SynthIntelPass : public ScriptPass {
     if (!design->full_selection())
       log_cmd_error("This command only operates on fully selected designs!\n");
     if (family_opt != "max10" && family_opt !="a10gx" && family_opt != "cyclonev" && family_opt !="cycloneiv" && family_opt !="cycloneive" && family_opt != "cyclone10")
-      log_cmd_error("Invalid or not family specified: '%s'\n", family_opt.c_str());
+      log_cmd_error("Invalid or no family specified: '%s'\n", family_opt.c_str());
 
     log_header(design, "Executing SYNTH_INTEL pass.\n");
     log_push();