From 8f1a350f5ef9223f5e1de2f695a53435e03d98ac Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Mon, 8 Feb 2021 17:31:58 -0500 Subject: machxo2: Add experimental status to help. --- techlibs/machxo2/synth_machxo2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'techlibs/machxo2') 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 { -- cgit v1.2.3