aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/machxo2
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-02-08 17:31:58 -0500
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-02-23 17:39:58 +0100
commit8f1a350f5ef9223f5e1de2f695a53435e03d98ac (patch)
treed293deed2113dc93304b851e111d694807796ee8 /techlibs/machxo2
parente3974809ec55395fad4f6b407b03784f397e3f30 (diff)
downloadyosys-8f1a350f5ef9223f5e1de2f695a53435e03d98ac.tar.gz
yosys-8f1a350f5ef9223f5e1de2f695a53435e03d98ac.tar.bz2
yosys-8f1a350f5ef9223f5e1de2f695a53435e03d98ac.zip
machxo2: Add experimental status to help.
Diffstat (limited to 'techlibs/machxo2')
-rw-r--r--techlibs/machxo2/synth_machxo2.cc2
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
{