vendor: fix a few issues in commit 2f8669ca.
This commit is contained in:
parent
2f8669cad6
commit
12c79025f3
5 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue