From: William D. Jones Date: Mon, 8 Feb 2021 22:31:58 +0000 (-0500) Subject: machxo2: Add experimental status to help. X-Git-Tag: working-ls180~47 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f1a350f5ef9223f5e1de2f695a53435e03d98ac;p=yosys.git machxo2: Add experimental status to help. --- 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 {