diff options
Diffstat (limited to 'techlibs/machxo2')
-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 19c0ab9d0..bd56fbba9 100644 --- a/techlibs/machxo2/synth_machxo2.cc +++ b/techlibs/machxo2/synth_machxo2.cc @@ -27,7 +27,7 @@ PRIVATE_NAMESPACE_BEGIN struct SynthMachXO2Pass : public ScriptPass { - SynthMachXO2Pass() : ScriptPass("synth_machxo2", "synthesis for MachXO2 FPGAs") { } + SynthMachXO2Pass() : ScriptPass("synth_machxo2", "synthesis for MachXO2 FPGAs. This work is experimental.") { } void help() override { |