mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 12:08:19 +00:00
techlibs: fix typo in help message
This commit is contained in:
parent
5691cd0958
commit
83d2f4f334
|
@ -26,7 +26,7 @@ USING_YOSYS_NAMESPACE
|
||||||
PRIVATE_NAMESPACE_BEGIN
|
PRIVATE_NAMESPACE_BEGIN
|
||||||
|
|
||||||
struct SynthAchronixPass : public ScriptPass {
|
struct SynthAchronixPass : public ScriptPass {
|
||||||
SynthAchronixPass() : ScriptPass("synth_achronix", "synthesis for Acrhonix Speedster22i FPGAs.") { }
|
SynthAchronixPass() : ScriptPass("synth_achronix", "synthesis for Achronix Speedster22i FPGAs.") { }
|
||||||
|
|
||||||
void help() override
|
void help() override
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue