intel_synth: Fix help message
authorBen Widawsky <ben@bwidawsk.net>
Mon, 8 Jul 2019 19:41:22 +0000 (12:41 -0700)
committerDan Ravensloft <dan.ravensloft@gmail.com>
Thu, 18 Jul 2019 16:06:25 +0000 (17:06 +0100)
cyclonev has been a "supported" family since the initial commit. The old
commit message suggested to use a10gx which is incorrect.

Aside from the obvious lack of functional change due to this just being
a help message, users who were previously using "a10gx" for "cyclonev" will
also have no functional change by using "cyclonev" instead.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
techlibs/intel/synth_intel.cc

index 5d6254ff62b17ef84978ff5c8729d33ab0abcbb5..0b44a835fd8c46b025a4df6d11a8b1c2003bf313 100644 (file)
@@ -40,7 +40,7 @@ struct SynthIntelPass : public ScriptPass {
                log("        generate the synthesis netlist for the specified family.\n");
                log("        MAX10 is the default target if not 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("        Cyclone V and Arria 10 GX devices are experimental.\n");
                log("\n");
                log("    -top <module>\n");
                log("        use the specified module as top module (default='top')\n");