Skip to content

Commit f1473e4

Browse files
committed
vendor.xilinx_spartan_3_6: fix typo.
This was introduced in commit 2f8669c. Fixes #549.
1 parent 39ff720 commit f1473e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmigen/vendor/xilinx_spartan_3_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def get_ff_sync(self, ff_sync):
437437
return m
438438

439439
def get_async_ff_sync(self, async_ff_sync):
440-
if self._max_input_delay is not None:
440+
if async_ff_sync._max_input_delay is not None:
441441
raise NotImplementedError("Platform '{}' does not support constraining input delay "
442442
"for AsyncFFSynchronizer"
443443
.format(type(self).__name__))

0 commit comments

Comments
 (0)