diff options
Diffstat (limited to 'techlibs/machxo2/synth_machxo2.cc')
-rw-r--r-- | techlibs/machxo2/synth_machxo2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/machxo2/synth_machxo2.cc b/techlibs/machxo2/synth_machxo2.cc index 625d708cc..f126f9c32 100644 --- a/techlibs/machxo2/synth_machxo2.cc +++ b/techlibs/machxo2/synth_machxo2.cc @@ -35,7 +35,7 @@ struct SynthMachXO2Pass : public ScriptPass log("\n"); log(" synth_machxo2 [options]\n"); log("\n"); - log("This command runs synthesis for ECP5 FPGAs.\n"); + log("This command runs synthesis for MachXO2 FPGAs.\n"); log("\n"); log(" -top <module>\n"); log(" use the specified module as top module\n"); |