From c2e1854c5afc360a1030e31c9d1994e8600c553a Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 14 Jun 2020 00:03:36 +0000 Subject: [PATCH] _yosys: fix typo in error message. --- nmigen/_yosys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.30.2