_yosys: fix typo in error message.
authorwhitequark <whitequark@whitequark.org>
Sun, 14 Jun 2020 00:03:36 +0000 (00:03 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:08:33 +0000 (14:08 +0000)
nmigen/_yosys.py

index dcade81a7a3fc941a10ee00841fa3d7315ef3b5d..0d1dd7f77420c9c4802a3f3020d69295ec769752 100644 (file)
@@ -181,5 +181,5 @@ def find_yosys(requirement):
             raise YosysError("Could not find an acceptable Yosys binary. Searched: {}"
                              .format(", ".join(clauses)))
         else:
-            raise YosysError("Could not find an acceptable Yosys binary. The `nmigen_yosys` PyPI "
+            raise YosysError("Could not find an acceptable Yosys binary. The `nmigen-yosys` PyPI "
                              "package, if available for this platform, can be used as fallback")