Skip to content

Commit bf28664

Browse files
committedMar 12, 2015
genlib/io.py: fix copy/paste error (thanks rjo)
1 parent c8ba8cd commit bf28664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎migen/genlib/io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def iter_expressions(self):
1616

1717
@staticmethod
1818
def lower(dr):
19-
raise NotImplementedError("Attempted to use a reset synchronizer, but platform does not support them")
19+
raise NotImplementedError("Attempted to use a differential input, but platform does not support them")

0 commit comments

Comments
 (0)
Please sign in to comment.