Skip to content

Commit

Permalink
techlibs: fix typo in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Nov 13, 2023
1 parent 5691cd0 commit 83d2f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techlibs/achronix/synth_achronix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 83d2f4f

Please sign in to comment.