mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
machxo2: Add experimental status to help.
This commit is contained in:
parent
e3974809ec
commit
8f1a350f5e
|
@ -27,7 +27,7 @@ PRIVATE_NAMESPACE_BEGIN
|
||||||
|
|
||||||
struct SynthMachXO2Pass : public ScriptPass
|
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
|
void help() override
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue