projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca36091
)
_yosys: fix typo in error message.
author
whitequark
<whitequark@whitequark.org>
Sun, 14 Jun 2020 00:03:36 +0000
(
00:03
+0000)
committer
whitequark
<whitequark@whitequark.org>
Sun, 14 Jun 2020 00:03:36 +0000
(
00:03
+0000)
nmigen/_yosys.py
patch
|
blob
|
history
diff --git
a/nmigen/_yosys.py
b/nmigen/_yosys.py
index dcade81a7a3fc941a10ee00841fa3d7315ef3b5d..0d1dd7f77420c9c4802a3f3020d69295ec769752 100644
(file)
--- 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")