From: whitequark Date: Sun, 14 Jun 2020 00:03:36 +0000 (+0000) Subject: _yosys: fix typo in error message. X-Git-Tag: working2~6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45c61969fcf5a645291dd6b032684ee8fd7c8994;p=nmigen.git _yosys: fix typo in error message. --- diff --git a/nmigen/_yosys.py b/nmigen/_yosys.py index dcade81..0d1dd7f 100644 --- a/nmigen/_yosys.py +++ b/nmigen/_yosys.py @@ -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")