diff options
author | William D. Jones <thor0505@comcast.net> | 2021-02-08 17:31:58 -0500 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2021-02-23 17:39:58 +0100 |
commit | 8f1a350f5ef9223f5e1de2f695a53435e03d98ac (patch) | |
tree | d293deed2113dc93304b851e111d694807796ee8 | |
parent | e3974809ec55395fad4f6b407b03784f397e3f30 (diff) | |
download | yosys-8f1a350f5ef9223f5e1de2f695a53435e03d98ac.tar.gz yosys-8f1a350f5ef9223f5e1de2f695a53435e03d98ac.tar.bz2 yosys-8f1a350f5ef9223f5e1de2f695a53435e03d98ac.zip |
machxo2: Add experimental status to help.
-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 { |