Merge pull request #4027 from YosysHQ/achronix_typo

Fix typo in help message (Acrhonix -> Achronix)
This commit is contained in:
N. Engelhardt 2023-11-13 16:04:24 +01:00 committed by GitHub
commit 04083b4f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
{