vendor: fix a few issues in commit 2f8669ca.

This commit is contained in:
whitequark 2020-03-12 20:28:41 +00:00
parent 2f8669cad6
commit 12c79025f3
5 changed files with 6 additions and 5 deletions

View file

@ -127,7 +127,8 @@ class AsyncFFSynchronizer(Elaboratable):
self._stages = stages
if async_edge not in ("pos", "neg"):
raise ValueError("AsyncFFSynchronizer async edge must be one of 'pos' or 'neg', not {!r}"
raise ValueError("AsyncFFSynchronizer async edge must be one of 'pos' or 'neg', "
"not {!r}"
.format(async_edge))
self._edge = async_edge