mirror of https://github.com/YosysHQ/yosys.git
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
|
||||
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue